> For the complete documentation index, see [llms.txt](https://docs.emc.network/emc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.emc.network/emc/zhong-wen/emc-network/dai-bi-jing-ji-mo-xing/dai-bi-yong-tu.md).

# 代币用途

**EMC** 代币在项目生态中承担以下主要功能：

## **支付（Payment）**

* **Gas 费用**：所有在 EMC 公链上的交易与智能合约操作均需消耗 EMC 作为 Gas；
* **服务费**：AI Agent 服务调用、硬件资源租用、数据查询等场景，也可通过 EMC 结算。

## **治理（Governance）**

* **DAO 投票权**：持有 EMC 的用户可参与项目重大决策投票（如协议升级、资金使用、项目激励规则更改等）；
* **提案发起**：部分高持仓或质押用户可直接提交改进提案，影响生态未来发展。

## **质押（Staking）**

* **PoS / 验证节点质押**：EMC 公链采用的 PoS/权益证明方式，需要节点或用户质押 EMC 以获得区块打包和挖矿奖励；
* **收益分成**：质押者根据节点的出块情况或锁仓周期获取相应分红，提升 EMC 持有者的黏性。

## **销毁机制（Burning）**

* **交易销毁**：用户通过EMC Hub购买网络算力所支付的全部EMC自动销毁；
* **通缩激励**：在保持网络稳定的前提下，持续减少代币的流通量，提高代币稀缺性与价值支撑。


---

# 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.emc.network/emc/zhong-wen/emc-network/dai-bi-jing-ji-mo-xing/dai-bi-yong-tu.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.
