> ## Documentation Index
> Fetch the complete documentation index at: https://docs.o1.exchange/llms.txt
> Use this file to discover all available pages before exploring further.

# Security and audit

> Launchpad audit report, reviewed security areas, production safety properties, governance boundaries, and verification guidance.

o1 Launchpad is designed around fixed token supply, token-only opening liquidity, permanent Uniswap v4 liquidity, transparent fee accounting, and vesting schedules that cannot be changed after launch.

<CardGroup cols={2}>
  <Card title="XORS launchpad audit" icon="file-shield" href="https://drive.google.com/file/d/104NoIbswNWIcOe_HDhJqlB39LB5ZKqvZ/view?usp=sharing">
    Independent o1 Launchpad report dated June 29, 2026.
  </Card>

  <Card title="Production contracts" icon="code" href="/launchpad/reference/production-contracts">
    Inspect the current Base and Robinhood addresses on their chain explorers.
  </Card>
</CardGroup>

## Audit result

XORS completed an independent o1 Launchpad contract review dated June 29, 2026. The report records seven Low findings and no Critical, High, or Medium findings, with the status of each finding documented in the report. Reviewed areas include launch initialization, governance and fee-recipient trust, referral protection, configuration changes, optional profile authority, opening-price bounds, and opening-window trading behavior.

## Core safety properties

* launch tokens have fixed supply and no mint, pause, upgrade, or balance-seizure authority;
* opening liquidity uses launch tokens only, requires no creator quote deposit, and stays in a hook-owned position that cannot be removed;
* swap-fee balances are backed by Uniswap v4 claims until withdrawn, and all recipient credits add up to the charged fee;
* optional creator authority is limited to supported token profile information;
* a pending launch stops if the settings change before it confirms;
* vesting schedules and beneficiaries cannot be changed;
* private keys and transaction signing remain in the user's wallet.

## Governance boundary

Governance can update defaults for future launches only. A completed launch keeps its token supply, pool, fee settings, allocations, vesting schedules, and permanent liquidity. See [Configuration and governance](/launchpad/architecture/deployment-governance) for the complete boundary.

The current governance owner and platform fee receiver are listed in [Production contracts](/launchpad/reference/production-contracts#governance-and-fee-recipient).

## What users and integrators should verify

* use the current factory and contract addresses for the selected chain;
* confirm the wallet is connected to the intended chain;
* review current supply, quote, opening value, creation fee, swap fee, and recipients;
* review the chain, contract, amounts, and wallet transaction details before signing.

To report a potential issue, follow the [o1 Exchange bug bounty guidance](/community/bug-bounty).
