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

# Classic launch

> Open a Solana token directly on the KEK.PRO bonding curve.

A classic launch creates the token and opens curve trading in one transaction.
There is no deposit queue or randomized settlement.

<figure className="kek-figure kek-figure--solana" data-mark="CLASSIC" aria-labelledby="classic-launch-path-title">
  <div className="kek-figure__header">
    <span id="classic-launch-path-title">Classic launch / one transaction</span>
    <small>Immediate curve opening</small>
  </div>

  <div className="kek-figure__body">
    <div className="kek-flow kek-flow--four">
      <div className="kek-flow__node is-live"><span>01 / Define</span><strong>Token metadata</strong><small>Set identity, media, and optional social links.</small></div>
      <div className="kek-flow__node"><span>02 / Create</span><strong>Open the curve</strong><small>The token and bonding-curve market are created together.</small></div>
      <div className="kek-flow__node"><span>03 / Trade</span><strong>KEK.PRO market</strong><small>Buys and sells move constant-product reserves.</small></div>
      <div className="kek-flow__node"><span>04 / Migrate</span><strong>Raydium CPMM</strong><small>The venue changes after real reserves reach 85 SOL.</small></div>
    </div>
  </div>

  <figcaption className="kek-figure__caption"><strong>No queue.</strong> An optional initial buy is ordinary market execution against the new curve.</figcaption>
</figure>

## Launch setup

Add the token name, ticker, description, media, and social links. An optional
initial buy executes against the new curve at launch.

The initial buy is a market order. It affects the opening price and curve
progress like any other buy.

## Market path

```text theme={"theme":{"light":"github-light","dark":"github-dark"}}
launch → KEK.PRO curve → 85 SOL → Raydium CPMM
```

The curve uses fixed supply and constant-product pricing. Buys move price up;
sells move it down. Once real SOL reserves reach `85 SOL`, curve trading stops
and migration becomes available.

Review [Solana trading](/solana/trading) for curve execution and
[migration](/solana/migration) for the Raydium handoff.
