> ## 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 settings for Base and Robinhood crypto routes and Robinhood stock launches, including supply, opening value, liquidity, and fees.

These are the current onchain settings for new launches, checked on **July 28, 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 paired-asset 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 paired asset                                       |
| Creation fee          | Free on every current production route                                 |

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

## Routes and paired assets

| Chain and route  | Active factory  | Paired assets             | Creation fee |
| ---------------- | --------------- | ------------------------- | -----------: |
| Base crypto      | `0xa52a...bb9F` | ETH and USDC              |         Free |
| Robinhood crypto | `0x411F...Ba5`  | ETH and USDG              |         Free |
| Robinhood stocks | `0xe64A...F297` | 96 Robinhood Stock Tokens |         Free |

The Base stock suite is not listed as a current creation route because no Base stock catalog is published yet. It can appear automatically after catalogued assets are registered on the live factory and creation is enabled. Robinhood's current 96-token catalog is listed in [Stock-paired launches](/launchpad/create/stock-paired-launches).

## Opening assumptions

| Paired asset          | Current opening reference                                           |
| --------------------- | ------------------------------------------------------------------- |
| ETH                   | ETH at USD 1,800                                                    |
| USDC or USDG          | USD 1                                                               |
| Supported Stock Token | Route-specific stock price reference maintained for future launches |

Each paired asset is configured to target an opening FDV close to USD 4,000. The actual USD value of an ETH or stock-paired launch changes with the paired asset's market 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, paired assets 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 paired assets, opening settings, creation fees, liquidity settings, swap fees, the platform fee receiver, and announcement support for future launches. Stock routes also support per-quote revisions, bounded quote batches, a restricted price updater, and a switch for new stock creation. Integrations should read these values from the selected route's current factory before preparing a transaction.

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

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