> For the complete documentation index, see [llms.txt](https://docs.fonscan.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fonscan.io/zh_cn/develop/white-paper/token-economy.md).

# 代币经济

FON原生币与FON智能链底层的价值、激励、治理与安全有着深刻逻辑关联，体现了FON的价值特性。

■ 从价值上看，FON凝聚了“信任价值”和“共识价值”的载体；

■ 从激励上看，FON是激励网络中“记账人”的参与的经济奖励；

■ 从治理上看，FON原生币是参与FON智能链网络的权益凭证；

■ 从安全上看，价值激励的存在，提升了FON智能链的网络安全性。

FON将在FON智能链上运行，就像ETH在以太坊上运行一样，因此，它是FON智能链的“原生币”。这意味着，除了FON用于支付FON智能链的大部分费用外，还将用于：

■ 支付“费用”在FON智能链上部署智能合约

■ 质押选定的FON智能链验证人，获得相应奖励


---

# 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.fonscan.io/zh_cn/develop/white-paper/token-economy.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.
