> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kek.pro/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Treat Solana and Robinhood Chain as separate protocol paths.
> Write for people using the KEK.PRO app.
> Treat displayed fees, limits, and availability as environment-specific unless labeled as protocol constants.

# Launch on Robinhood Chain

> Create a fixed-supply token and open its permanently locked V3 market.

One launch transaction creates the token, initializes its Uniswap V3 pool,
mints one-sided liquidity, and transfers the position NFT to the permanent
locker. An optional initial buy can execute in the new pool.

<figure className="kek-figure kek-figure--robinhood" data-mark="V3" aria-labelledby="robinhood-launch-title">
  <div className="kek-figure__header">
    <span id="robinhood-launch-title">Robinhood Chain launch / atomic market creation</span>
    <small>Fixed supply · permanent position custody</small>
  </div>

  <div className="kek-figure__body">
    <div className="kek-flow kek-flow--four">
      <div className="kek-flow__node is-live"><span>01 / Token</span><strong>Create fixed supply</strong><small>Publish token identity and immutable launch metadata.</small></div>
      <div className="kek-flow__node"><span>02 / Pool</span><strong>Initialize V3</strong><small>Create the canonical token and paired-asset market.</small></div>
      <div className="kek-flow__node"><span>03 / Position</span><strong>Mint liquidity</strong><small>Supply launches as a one-sided V3 position.</small></div>
      <div className="kek-flow__node"><span>04 / Lock</span><strong>Transfer custody</strong><small>The position NFT moves permanently to the launch locker.</small></div>
    </div>
  </div>

  <figcaption className="kek-figure__caption"><strong>One transaction, one venue.</strong> There is no bonding curve or later liquidity migration.</figcaption>
</figure>

## Launch inputs

Set the token name, ticker, description, media, and social links. The reviewed
token defaults are `1 billion` supply and `18` decimals.

The reviewed launch fee is `0.0005` of the native asset, plus network gas. Any
initial buy is separate and must include an explicit minimum output.

## Opening protection

The reviewed launch policy restricts the first `2` L2 blocks:

| Rule                   |          Default |
| ---------------------- | ---------------: |
| Maximum wallet balance |   `5%` of supply |
| Cumulative pool buys   | `5.5%` of supply |

After that window, normal V3 trading continues in the same pool.

## Market path

```text theme={"theme":{"light":"github-light","dark":"github-dark"}}
launch → Uniswap V3 → TGE checkpoint → same Uniswap V3 pool
```

There is no curve phase and no migration transaction.
