> 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/reference/contracts-and-parameters.md).

# 📜 Contracts & parameters

## ⚙️ Protocol parameters

| Parameter                     | Value                                           |
| ----------------------------- | ----------------------------------------------- |
| Chain                         | BNB Smart Chain                                 |
| Total supply per token        | 1,000,000,000 (fixed)                           |
| Graduation target             | $30,000 market cap                              |
| Price oracle                  | Chainlink BNB/USD (staleness-guarded)           |
| Initial virtual BNB reserve   | 8.25 BNB                                        |
| Initial virtual token reserve | 1,073,000,000                                   |
| Real tokens sellable on curve | 793,100,000                                     |
| Reserved for graduation LP    | 206,900,000                                     |
| Trade fee (buy / sell)        | 1% / 1%                                         |
| Fee split                     | 0.5% treasury · 0.3% leaderboard · 0.2% creator |
| Token launch fee              | Free                                            |
| Emergency timelock            | 24 hours                                        |
| Graduation venue              | PancakeSwap (V2 / V3)                           |
| LP after graduation           | Locked permanently in the liquidity manager     |

## 📍 Deployed contracts — BSC Testnet (chainId 97)

| Contract                  | Address                                      |
| ------------------------- | -------------------------------------------- |
| Fyuz (proxy)              | `0x24FEBdCc41C804873dbBfE703cD9D2D4b771C236` |
| Liquidity Manager (proxy) | `0x7a5572709523af016d8B8ce22d6cEC49b08A30da` |
| Rewards Distributor       | `0x180b9B92da14818A82503b93BAa35B942BD63447` |

{% hint style="info" %}
🔔 **Mainnet addresses will be published here at launch.** Always verify addresses against this page — never trust addresses posted in chats or DMs.
{% endhint %}

## 🏗️ Architecture notes

* Core contracts are **upgradeable proxies** governed with timelocked admin actions (see [Security](/how-fyuz-works/security.md)).
* The **Fyuz** contract owns launches, the bonding curve and fee routing; the **Liquidity Manager** owns graduation liquidity and permanently holds the LP; the **Distributor** pays community rewards from its 0.3% fee stream.


---

# 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/reference/contracts-and-parameters.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.
