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

# Live configuration

> Current Base and Robinhood launch settings for supply, opening value, liquidity, creation fees, swap fees, and fee recipients.

These are the current onchain settings for new launches, checked on **July 13, 2026**.

## Current launch settings

Both production chains currently use the same core settings:

| Setting               | Current value                                                          |
| --------------------- | ---------------------------------------------------------------------- |
| Token supply          | 1 billion (1,000,000,000) tokens with 18 decimals                      |
| Opening value         | FDV close to USD 4,000 under the quote assumptions below               |
| Liquidity             | One permanent token-side range using all supply left after allocations |
| Base swap fee         | 1% of the quote amount                                                 |
| Base-fee distribution | 50% creator, 30% platform, 20% valid referrer                          |
| Anti-snipe fee        | Starts at 99% total and decays to 1% over 16 seconds                   |
| Fee currency          | The pool's selected quote currency                                     |

Creation fees and the platform share of swap fees go to `0x1cAa...1C90`. The full address is listed in [Production contracts](/launchpad/reference/production-contracts#governance-and-fee-recipient).

## Quotes and creation fees

| Chain     | Quote | Creation fee | Opening assumption |
| --------- | ----- | -----------: | ------------------ |
| Base      | ETH   |    0.001 ETH | ETH at USD 1,800   |
| Base      | USDC  |       2 USDC | USDC at USD 1      |
| Robinhood | ETH   |    0.001 ETH | ETH at USD 1,800   |
| Robinhood | USDG  |       2 USDG | USDG at USD 1      |

Under these assumptions, each quote is configured to open at an FDV close to USD 4,000. The actual USD value of an ETH-quoted launch changes with the live ETH price.

## Opening value

FDV means token price multiplied by the complete fixed supply:

```text theme={null}
opening FDV = opening token price x 1,000,000,000
```

It is a valuation reference. It is not money raised, quote currency deposited by the creator, or a guaranteed future price.

## Liquidity range

The current configuration places all pool supply into one token-side liquidity range beginning at the opening price. **Pool supply** means the fixed token supply minus any immediate and vested allocations.

The range boundaries use Uniswap's spacing value of `200`, which is about 2.02% between places where a range boundary may be set. This does not make trades or prices move in 2.02% jumps; trading moves continuously through the active liquidity.

## Values that can change

Governance may update supply, supported quotes, opening settings, creation fees, liquidity settings, swap fees, the platform fee receiver, and announcement support for future launches. Integrations should read these values from the current factory before preparing a transaction.

Once a pool opens, its token supply, creator, quote, opening range, fee settings, anti-snipe timing, allocations, vesting, and permanent liquidity are fixed for that launch.

Use [`production-deployments.json`](/launchpad/reference/production-deployments.json) for exact machine-readable values and [Production contracts](/launchpad/reference/production-contracts) for explorer-linked addresses.
