> For the complete documentation index, see [llms.txt](https://docs.fyuz.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fyuz.fun/how-fyuz-works/graduation-to-pancakeswap.md).

# 🎓 Graduation to PancakeSwap

Graduation is the moment a Fyuz token leaves the launchpad and becomes a free-market asset.

## 🎯 The trigger

When buys push a token's market cap to **$30,000** (measured in USD via a [**Chainlink BNB/USD oracle**](/how-fyuz-works/chainlink-integration.md)), the curve closes. The target sits at roughly **83%** of the curve, so graduation is always reachable.

## ⚡ What happens, atomically

1. The token is marked **launched** — curve trading stops.
2. The curve's BNB and the reserved tokens are deployed as liquidity on **PancakeSwap** (V2 or V3 pool).
3. **🔒 The LP is locked forever.** The position is held permanently by the Fyuz liquidity manager contract — there is *no code path* that can withdraw it. For V3 pools, the position NFT is retained (never burned) precisely so that its trading fees stay collectable.
4. **🔥 Leftover tokens are burned**, reducing total supply.
5. A small reserved fee from the pool is paid out: one share to the token's creator, one to the platform.

## 🌊 After graduation

* Trading continues on PancakeSwap — and through any aggregator that routes there.
* Post-graduation **pool fees are collected and split 50/50** between the token's creator and the platform (V3 pools).
* On Fyuz, the token keeps its page, chart, chat, analytics and holder data — the terminal follows the token to the open market.

{% hint style="success" %}
🎓 Holding through graduation earns the **Graduate** achievement — and creators earn a points bonus when a token they launched graduates.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.fyuz.fun/how-fyuz-works/graduation-to-pancakeswap.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
