> For the complete documentation index, see [llms.txt](https://trading-labs.gitbook.io/aifinbotx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://trading-labs.gitbook.io/aifinbotx/dai-bi-jing-ji.md).

# 代币经济

### 代币信息 Token Information

| 项目                          | AIFinBotX 社区生态                             |
| --------------------------- | ------------------------------------------ |
| Token Name                  | AIFinBotX                                  |
| Symbol                      | AFBX                                       |
| Total Supply                | 100,000,000 (100 Million)                  |
| Blockchain                  | BNB Chain                                  |
| Contract Address (AFBX/BNB) | 0x960C6a72cd78568753F415486ab2Ee4690BCE7Dd |

***

### 代币分配 Token Allocation

| 类别                    | 比例  |
| --------------------- | --- |
| Community & Staking   | 35% |
| Treasury Reserve      | 20% |
| Liquidity Pool        | 15% |
| Team & Advisory       | 10% |
| Ecosystem Development | 10% |
| Strategic Partners    | 5%  |
| Marketing             | 5%  |

***

### 代币机制 Vesting Mechanism

为了确保长期生态稳定：

* Team Token 将分阶段解锁
* Strategic Allocation 设置锁仓机制
* 部分 Treasury Token 长期锁定

避免市场短期抛压，该代币通过 Staking 锁定流动性，通过生态产生真实收益，并通过利润分配与回购销毁机制形成长期价值增长循环。

<br>


---

# 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://trading-labs.gitbook.io/aifinbotx/dai-bi-jing-ji.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.
