# Creating a token

Create and launch a token on LaunchLab in minutes

Creating a token on LaunchLab is quick and straightforward. There are two modes:

**JustSendit** — Simple and streamlined with standard bonding curve settings.

**LaunchLab** — Full customization of token and curve parameters.

#### JustSendit mode 🚀 <a href="#justsendit-mode" id="justsendit-mode"></a>

Navigate to the LaunchLab tab on Raydium and click **Launch token**.

1. Enter a **Name** and **Ticker**. Description is optional.
2. Add an **image or GIF** (minimum 128x128, max 5mb). Optionally add social links under "Socials & more."
3. Click **Sign-in to Create token** to confirm your wallet, then **Create Token**.
4. **Initial buy (optional):** You'll see a prompt to make the first buy—this can help discourage snipers.
5. Confirm, and your token is live on the bonding curve!

Your token graduates to a Raydium AMM pool when the curve reaches **85 SOL**.

***

#### LaunchLab mode 🧪 <a href="#launchlab-mode" id="launchlab-mode"></a>

1. Toggle to **LaunchLab** at the top of the create token page.
2. Complete name, ticker, and image (same as above).
3. Click **Next Step** to open advanced options:
   * **Total supply** and **SOL raise target** (min 30 SOL). Lower targets migrate faster but with less liquidity.
   * **% of supply on curve** (51–80%). Remaining tokens migrate to the AMM pool at graduation.
   * **Vesting:** Optionally lock and vest a portion of supply with custom cliff and duration. Confirm the destination wallet after launch from your token creation page.
   * **Post-migration fee share:** Earn 10% of LP trading fees after graduation. Enabling this migrates your token to a CPMM pool (vs. AMMv4 when off). You'll receive a **Fee Key NFT** to claim fees from the portfolio page.
4. Complete the launch flow and confirm—your token is live!

Your token graduates when the curve reaches your set SOL threshold.

***

**Tip:** Click **Share** on the token page to [earn referral fees](https://docs.raydium.io/raydium/launchlab/for-creators/earn-referral-fees) from trades made through your link.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.raydium.io/raydium/launchlab/for-creators/creating-a-token.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
