> ## 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.

# Configuration and governance

> What o1 governance can change for future launches and which properties remain permanent after a token launches.

o1 Launchpad uses one current production contract set for new tokens on each supported chain. Base creates native B20 tokens, while Robinhood creates fixed-supply ERC-20 tokens. Both use the same launch model, fee system, vesting rules, announcements, and permanent Uniswap v4 liquidity.

## Who controls what

| Area                            | Current authority                    | Boundary                                                         |
| ------------------------------- | ------------------------------------ | ---------------------------------------------------------------- |
| Future launch settings          | Launchpad governance owner           | Changes apply only to launches created afterward                 |
| Creation and platform swap fees | Platform fee receiver                | Receives fees but cannot control tokens or pools                 |
| Token profile editing           | Creator, only when enabled at launch | Limited to supported profile information                         |
| Announcements                   | Recorded launch creator              | Can publish updates but receives no token or liquidity control   |
| Vested allocations              | Vesting contract                     | Releases tokens only to the beneficiary on the original schedule |
| Permanent liquidity             | Launch hook                          | Cannot be removed, transferred, or redirected                    |

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

## Settings for future launches

Governance can update these defaults:

* supported quote currencies and their creation fees;
* the opening price used for each quote;
* fixed token supply within the contract caps;
* liquidity range settings;
* the base fee, anti-snipe fee, recipient split, and platform fee receiver;
* announcement support.

The interface refreshes the current settings before a creator signs. If the settings change while a prepared transaction is pending, the transaction stops instead of silently using different economics.

## What becomes permanent

When a launch succeeds, the following properties are fixed for that launch:

* token address and total supply;
* creator and selected quote currency;
* opening pool and liquidity range;
* creator, platform, and referral fee settings;
* anti-snipe start time and duration;
* immediate allocations and vesting schedules;
* permanent liquidity position.

Future governance changes cannot mint more tokens, modify an existing vesting schedule, change an existing pool's fee recipients, or remove its liquidity.

## Token authority

Tokens launch without an owner who can mint, pause, upgrade, or take balances. Creators can optionally keep a limited permission to edit token profile information. Announcements are handled separately and do not grant control over token transfers or liquidity.

## Current configuration

The human-readable values are listed in [Live configuration](/launchpad/reference/live-configuration). Developers can use the [machine-readable production snapshot](/launchpad/reference/production-deployments.json) and should refresh changeable values from the active factory before preparing a transaction.
