> For the complete documentation index, see [llms.txt](https://nitrolayer.gitbook.io/baby-bitcoin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nitrolayer.gitbook.io/baby-bitcoin/information/tokenomics.md).

# Tokenomics

**Network: BNB Chain**

**Token Contract:**

[**0xcb8382b4f7bc012f0eff12e62ca2801f54aca975**](https://bscscan.com/token/0xcb8382b4f7bc012f0eff12e62ca2801f54aca975)

* **Maximum Supply:** 500,000,000 BBTC
* **Mint Function:** Not applicable
* **Tax:** Not applicable
* **Owner:** No owner (standard token)

**Initial Distribution:**

* **10% - DEX Liquidity Pools (Pancakeswap and Kinderswap):** 50,000,000 BBTC
* **10% - For DEX Liquidity Pools (Gradually):** 50,000,000 BBTC
* **10% - For Liquidity in CEX:** 50,000,000 BBTC
* **10% - Reward Pools:** 50,000,000 BBTC
* **2% - Development:** 10,000,000 BBTC
* **58% - Holders:** 290,000,000 BBTC

This structure ensures a balanced distribution that promotes the token's stability and growth across different markets and platforms, while the majority is held by the community, strengthening the overall ecosystem.


---

# 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://nitrolayer.gitbook.io/baby-bitcoin/information/tokenomics.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.
