> ## 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 permanent Uniswap v4 liquidity, flexible allocations, vesting, and built-in fee sharing on Base or Robinhood.

o1 Launchpad turns a token concept into a live onchain market. Creators configure the token, choose an available paired asset for the selected chain, define any allocations or vesting, and launch with permanently locked Uniswap v4 liquidity. Base currently supports ETH and USDC pairs. Robinhood supports ETH, USDG, and its published Stock Token catalog.

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

  <Card title="Stock-paired markets" icon="chart-line">
    Robinhood launches can pair with supported Stock Tokens through a dedicated stock route.
  </Card>

  <Card title="Free creation" icon="rocket">
    o1 Launchpad currently charges no token creation fee on any available production route. Network gas still applies.
  </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                                     |
| Market routes      | Crypto-paired launches on Base and Robinhood; stock-paired launches on Robinhood               |
| Paired assets      | Base: ETH and USDC; Robinhood: ETH, USDG, and supported Stock Tokens                           |
| 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 paired asset                |
| Liquidity          | Every token left after allocations and vesting, added without a creator paired-asset deposit   |
| Lock               | Permanent and enforced by the launch contracts                                                 |
| Base swap fee      | 1% in the paired asset                                                                         |
| 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       | Free on every currently available production route                                             |
| Optional at launch | Immediate allocations, staircase vesting, editable profile information, socials, announcements |

These settings were verified on **July 28, 2026**. Supported assets and other settings 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, paired asset, 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 the paired asset for tokens from the locked position. As trading continues, the paired asset 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, paired-asset selection, allocations, vesting, and the wallet transaction.
  </Card>

  <Card title="Launch against a stock" icon="chart-line" href="/launchpad/create/stock-paired-launches">
    How supported Robinhood Stock Tokens work as paired assets and fee currencies.
  </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">
    Free token creation, the anti-snipe clock, paired-asset 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>
