> 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/7.1.-dai-bi-he-xin-ding-wei.md).

# 7.1. 代币核心定位

#### 1. 价值载体（Value Carrier）

承载生态内所有经济活动价值：

* AI Trading 收益
* AI Compute 使用费用
* Payment 支付结算
* Travel & Lifestyle 消费

***

#### 2. 生态通证（Utility Token）

用于访问生态服务：

* AI 智能交易系统
* GPU 算力网络
* 去中心化支付系统
* 旅游与生活生态

***

#### 3. 激励工具（Incentive Layer）

用于激励生态参与行为：

* 社区贡献奖励
* 节点运营奖励
* 用户增长激励
* 流动性提供奖励

***

#### 4. 治理工具（Governance Token）

未来用于生态治理：

* 投票机制
* 提案机制
* 资金分配决策
* 生态发展方向


---

# 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/7.1.-dai-bi-he-xin-ding-wei.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.
