# How Pricing Works in MVP

#### Forest tokens launch through a **temporary bonding-curve phase** for price discovery, then automatically convert into a **standard AMM** - no migration or relaunch needed.

* **Pre-Graduation (Bonding Curve)**\
  Price follows **P = k × ln (S + 100)** - it climbs fast at first, then slows as more tokens are sold.
* **Graduation** happens automatically when either:
  * Pool reaches **100 000 $FOREST** liquidity, or
  * Around **52 %** of the pool supply is sold (where curve ≈ AMM price)
* **Post-Graduation (Standard AMM)**\
  Constant-product pricing: **k = reserveA × reserveB**

> 🧭 **Interface Note**\
> A badge shows your token’s current phase - **Pre-Grad** or **Graduated** - so everyone knows what pricing model is active.

### Testnet Tips

* **Faucet:** claim **0.3 tBNB** per address every 24 hours - enough to test creation, trading, and playables.
* **Starter balance:** every new user who logs in automatically receives **100 000 sFOREST** and **10 000 SEEDs** for testing purposes.
* **Socials:** If you already have project links, feel free to add them. If not, you can skip this for now it’s testnet, no one expects a full setup yet.
* **Keep records:** share your BscScan (testnet) links when reporting issues.
* **Remember:** testnet tokens and starter balance have no real value and may be reset between updates.

### What Users See

* **All Coins** shows every token created (latest first).
* **Create** lets anyone spin up a new token + playable in minutes.
* **Pre-Graduation trades** use a single **quantity** field - the $FOREST amount is calculated automatically by the curve.
* **Post-Graduation** switches to a normal swap view.

That’s it - your playable token is live on testnet.\
Experiment, share feedback, and have fun breaking things. That’s exactly what this MVP is for.

## Market Data & Project View (MVP)

After publishing, each token gets its own **Project Page** showing market data, playables, and trading activity.\
In the MVP, all values are **testnet simulations** - no real assets are involved.


---

# 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.forest.inc/mvp-access-testnet-setup/how-pricing-works-in-mvp.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.
