# Bonding Curve

## How Price Discovery Works

When a coin is first created on Anoncoin, it enters the **bonding curve phase**. During this phase, the price is determined by a mathematical curve powered by **Meteora**.

***

## Key Parameters

| Parameter                 | Value   |
| ------------------------- | ------- |
| **Initial Market Cap**    | 30 SOL  |
| **Graduation Market Cap** | 420 SOL |
| **Curve Provider**        | Meteora |

***

## How It Works

1. **Launch** - The coin starts at a market cap of **30 SOL**
2. **Price Discovery** - As people buy, the price increases along the bonding curve
3. **Graduation** - When the market cap reaches **420 SOL**, the coin "graduates"
4. **Pool Creation** - Liquidity is migrated to a Meteora DAMM V2 pool

***

## During the Bonding Curve

| Aspect                | Detail                                       |
| --------------------- | -------------------------------------------- |
| **Creator fees**      | ❌ None - creators earn 0% during this phase  |
| **Trading fee**       | 2% total (1.6% platform + 0.4% protocol fee) |
| **Ticker protection** | 7-day exclusivity is active                  |
| **Trading**           | Buy & sell through the bonding curve         |

> 📌 **Why no creator fees?** This is intentional. Creators who launch on Anoncoin are rewarded for **long-term success**, not short-term volume farming. Fees only begin after graduation.

***

## Graduation

When the bonding curve reaches **420 SOL market cap**, the coin **graduates**:

```
    Bonding Curve                    Graduation                   AMM Pool
   (30 → 420 SOL)  ──────────────────────▶  ──────────────────▶  Meteora DAMM V2
                                                                  
   • Price on curve                          • Liquidity migrated
   • No creator fees                         • Creator fees begin
   • 7-day ticker lock                       • Dynamic fee scaling
```

After graduation, the coin transitions to the Meteora DAMM pool. See [AMM](/platform-mechanics/amm.md) for details.

***

Next → [AMM](/platform-mechanics/amm.md)


---

# 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.anoncoin.it/platform-mechanics/bonding-curve.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.
