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

# Overview

> What Jupiter Studio is, who it's for, and how it works.

# Jupiter Studio

Jupiter Studio is a token launch tool built into the Jupiter ecosystem. It lets anyone create a token on Solana and launch it on a <Tooltip tip="A pricing mechanism where the token price is determined by a mathematical formula based on supply and demand. Studio uses a constant product curve (xy=k).">bonding curve</Tooltip> (a pricing mechanism where the price adjusts automatically based on buys and sells), without providing initial liquidity. Once the token reaches a <Tooltip tip="The point at which a token transitions from the Studio bonding curve to a Meteora DAMMv2 liquidity pool.">graduation</Tooltip> threshold, its liquidity migrates to a Meteora pool, where it continues to trade.

## Who Studio is for

Studio is for creators launching community tokens on Solana (memes, project tokens, collectibles). There are two launch modes:

* **Meme mode**: a preconfigured setup for a quick launch.
* **Custom mode**: adjustable parameters for the quote token, market caps, anti-sniping, and creator vesting.

No coding knowledge or initial liquidity is required.

## Creator earnings

Studio creators earn fees throughout the lifetime of their token, both on the bonding curve and on the Meteora pool after graduation.

| Source           | Amount                                                                            | When                                               |
| ---------------- | --------------------------------------------------------------------------------- | -------------------------------------------------- |
| Trading fees     | 50% of the 1% fee charged on every buy and sell                                   | Lifetime of the token, before and after graduation |
| Anti-sniper fees | 100% of the additional fee charged during the first 15 to 60 seconds after launch | Once at launch                                     |

<Note>
  Creator earnings depend on trading volume. There is no guarantee that a token will graduate or generate fees.
</Note>

In addition to fees, Custom mode lets creators allocate up to 80% of token supply to themselves, subject to a vesting schedule. See [Launching a Token](/user-docs/launch/studio/launching-a-token) for the full set of vesting parameters.

For details on how fees are charged and claimed, see [Graduation and Fees](/user-docs/launch/studio/graduation-and-fees).

## Core concepts

### Token supply

Every token launched through Studio has a fixed supply of 1,000,000,000 (1 billion) tokens. This is not configurable.

### Bonding curve

A bonding curve is a smart contract that sets the token price according to a mathematical formula. Studio uses a constant product curve (xy=k, same model as Uniswap v2). When a user buys, the price increases along the curve. When a user sells, the price decreases.

Buying and selling can happen freely at any time before graduation. No initial liquidity deposit is required from the creator. Capital enters the curve as users buy in.

### Graduation

Graduation is the moment a token moves from the Studio bonding curve to a Meteora liquidity pool. After graduation, the token trades on Meteora instead of the bonding curve.

It is triggered when the bonding curve has raised enough <Tooltip tip="The token used to buy on the curve. Either SOL or USDC, chosen by the creator at launch.">quote tokens</Tooltip> (the token used to buy on the curve, either SOL or USDC) to meet the graduation threshold. The minimum amount raised to graduate is 15,000 USDC (or equivalent in SOL).

When graduation triggers:

* The quote tokens raised on the curve are migrated to a Meteora <Tooltip tip="Dynamic Automated Market Maker v2. A constant product (xy=k) liquidity pool on Meteora.">DAMMv2</Tooltip> pool (Dynamic Automated Market Maker v2, a constant product liquidity pool on Meteora).
* The corresponding share of tokens is paired with the raised capital in the pool.
* All LP tokens from this pool are permanently locked. No one can withdraw liquidity from the graduated pool.

### Token page

Each Studio token gets a dedicated page where the creator can post content, share updates, and claim earned fees.

### Ecosystem visibility

Every token launched through Studio automatically appears on Alphascan (within Jup Pro) and is flagged as a Studio token.

<Note>
  If a token has no trading activity, it may temporarily fall off Alphascan. It reappears when new trades occur.
</Note>

## Next steps

<CardGroup cols={2}>
  <Card title="Launch a token" icon="rocket" href="/user-docs/launch/studio/launching-a-token">
    Modes, configuration, and anti-sniper protection.
  </Card>

  <Card title="Graduation and fees" icon="graduation-cap" href="/user-docs/launch/studio/graduation-and-fees">
    What happens after graduation, how fees work, and how to claim them.
  </Card>
</CardGroup>

***
