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

# Introduction

> Create a fixed-supply token with a live Uniswap v4 market, permanent liquidity, flexible allocations, vesting, and built-in fee sharing.

o1 Launchpad turns a token concept into a live onchain market. Creators configure the token, choose a quote currency, define any allocations or vesting, and launch with permanently locked Uniswap v4 liquidity.

<CardGroup cols={2}>
  <Card title="1 billion fixed supply" icon="coins">
    Current launches create exactly 1 billion tokens with 18 decimals.
  </Card>

  <Card title="Opening FDV near USD 4,000" icon="chart-line">
    Current launches target an opening fully diluted valuation close to USD 4,000.
  </Card>

  <Card title="Permanent liquidity" icon="lock">
    The Uniswap v4 market opens at launch, and its liquidity is permanently locked by the launch contracts.
  </Card>

  <Card title="Flexible distribution" icon="users">
    Creators can send tokens to selected wallets immediately or place them in fixed vesting schedules.
  </Card>
</CardGroup>

## Current production model

| Property           | Current value                                                                                  |
| ------------------ | ---------------------------------------------------------------------------------------------- |
| Production chains  | Base mainnet (`8453`) and Robinhood Chain (`4663`)                                             |
| Token type         | Native B20 token on Base; fixed-supply ERC-20 on Robinhood                                     |
| Supply             | 1,000,000,000 tokens, 18 decimals                                                              |
| Opening FDV        | Close to USD 4,000 at the configured opening price                                             |
| Pool               | A real Uniswap v4 market between the launch token and its selected quote currency              |
| Liquidity          | Every token left after allocations and vesting, added without a creator quote deposit          |
| Lock               | Permanent and enforced by the launch contracts                                                 |
| Base swap fee      | 1% in the quote currency                                                                       |
| Fee split          | 50% creator, 30% platform, 20% referrer of the base fee                                        |
| Anti-snipe         | Trading stays open while the total fee decreases from 99% to 1% over the first 16 seconds      |
| Creation fee       | 0.001 ETH or 2 USDC on Base; 0.001 ETH or 2 USDG on Robinhood                                  |
| Optional at launch | Immediate allocations, staircase vesting, editable profile information, socials, announcements |

These settings were verified on **July 13, 2026**. They may change for future launches, so developers should read the current values before building a transaction. See [Live configuration](/launchpad/reference/live-configuration).

## From token setup to live market

<Steps>
  <Step title="Design the launch">
    Choose the token identity, quote currency, profile-editing preference, allocations, and vesting.
  </Step>

  <Step title="Create the fixed supply">
    The launch contracts create 1 billion tokens and distribute any immediate or vested allocations.
  </Step>

  <Step title="Open permanent liquidity">
    The remaining supply is placed into the token's Uniswap v4 pool, permanently locked, and available for trading immediately.
  </Step>

  <Step title="Use launch features">
    Trading fees, referrals, vesting claims, token profile tools, and creator announcements become available through the token and profile pages.
  </Step>
</Steps>

The Uniswap v4 pool is the token's market from launch. Buyers exchange quote currency for tokens from the locked position. As trading continues, quote currency accumulates inside the same position and remains part of its permanent liquidity.

## Choose a path

<CardGroup cols={2}>
  <Card title="Launch a token" icon="rocket" href="/launchpad/create/token-creation">
    Identity, metadata, quote selection, allocations, vesting, and the wallet transaction.
  </Card>

  <Card title="Understand liquidity" icon="chart-line" href="/launchpad/trading/liquidity">
    Opening-price assumptions, changing pool inventory, and the permanent liquidity lock.
  </Card>

  <Card title="Review fees" icon="coins" href="/launchpad/trading/fees-referrals">
    Creation fees, the anti-snipe clock, swap fees, referrals, and comments.
  </Card>

  <Card title="Plan a launch" icon="list-check" href="/launchpad/launch-planning">
    Choose allocations, vesting, profile control, announcements, and optional airdrop claim tools.
  </Card>
</CardGroup>
