> For the complete documentation index, see [llms.txt](https://academy.horizonprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.horizonprotocol.com/chinese/horizon-protocol/introduction/shang-ye-mo-shi.md).

# 商业模式

{% hint style="danger" %}
此版本的 Horizon Academy 已不建议使用！要查找最新版本，请访问：[English V2](https://academy.horizonprotocol.com/) （目前只有英文版本可用）
{% endhint %}

所有成功的项目都需要有一个产生费用的商业模式，以实现长期可持续发展。另一个术语是“实际收益”，意味着项目的费用需要来自通货膨胀以外的其他因素。

Horizo​​n Protocol 的设计是通过代币经济进行的初始通胀将为项目的增长提供足够的时间。一旦成熟，该项目将依赖于使用协议产生的费用，而不是代币通胀。

Horizo​​n Protocol 收取的所有费用都分配给在 Horizo​​n Genesis 里质押的 HZN 代币持有者。

### 产生的费用包括：

* 现货交易费
* 期货交易费
* 通过 zAsset 贷款和空头获得利息
* 代币包装器的包装/解包费用

### 现货交易费

Horizo​​n Exchange 上每笔交易的一定百分比会支付给项目的质押者。

请注意，zAssets 之间的费用不同，因为这些费用是由 Chainlink 设置的，Chainlink 是 Horizo​​n Protocol 用在交易所里的价格预言机。

### 期货交易费

***即将推出***

Horizo​​n Futures Exchange 上每笔交易的一定百分比会支付给项目的利益相关者。

### 通过 zAsset 贷款和空头获得利息

***即将推出***

Horizo​​n Protocol 未来将会推出 zAsset 贷款和 zAsset 空头功能。 这些功能将以利息的形式为Horizon Protocol 提供额外的收入。

所有 zAsset 贷款都将包括需要支付给 Horizo​​n Protocol 的利息。这包括质押空头，其作用类似于贷款

### 代币包装器的包装/解包费用

***即将推出***

Horizo​​n Protocol 正在构建允许在协议中使用其他质押品的方案。目前，质押品的主要形式是 zUSD，它是通过 Horizo​​n Genesis 铸造的，但在未来，Horizo​​n Protocol 将允许其他代币包装到 zAssets 中。


---

# 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://academy.horizonprotocol.com/chinese/horizon-protocol/introduction/shang-ye-mo-shi.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.
