# 交易所 FAQ

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

<details>

<summary>我可以在哪里提交错误/建议的报告？</summary>

截止到目前，请转到我们的 Telegram 报告错误或建议。 在不久的将来，我们将有一个用于提交错误和反馈的表单，模板如下，以便我们尽快解决问题：&#x20;

1. 逐步描述如何重现错误/问题&#x20;
2. 相关图片

</details>

<details>

<summary>价格多久更新一次？</summary>

Each zAsset has two variables that will trigger a price refresh. A variable based on a period of time (e.g. every 1 hour) called a **heartbeat**. Another variable based on price variance (e.g. 0.2%) called **variance**. If either of these conditions are met, the oracle will update the price feed.每个 zAsset 都有两个触发价格刷新的变量。 基于一段时间（例如每 1 小时）的变量称为心跳。 另一个基于价格差异（例如 0.2%）的变量称为方差。 如果满足这些条件中的任何一个，预言机将更新喂价。

这些价格更新为会从预言机产生费用，而预言机的心跳和方差值基于一般使用情况。 这证明通过更敏感的变量来增加成本是合理的。 这也突出了去中心化交易所 (DEX) 和中心化交易所 (CEX) 的权衡。 速度的损失由去中心化、透明度和您自己资产的所有权来弥补。 这使得 CEX 更适合高频交易者，而 DEX 则对中长期交易者/投资者更有利。

</details>

<details>

<summary>为什么 zAssets 之间存在费用差异？ 例如：zDOGE显示0.25%，zAPPL显示0.50%。<strong>0.50%.</strong></summary>

每个 zAsset 都有自己的预言机喂价，因此有相应的心跳和价格差异阈值。 如果 zAsset 的价格差异阈值为 0.50%，Horizon Exchange 上的交易费用也将为 0.50%，以阻止用户使用差异阈值抢先运行预言机的价格。

</details>


---

# Agent Instructions: 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:

```
GET https://academy.horizonprotocol.com/chinese/horizon-exchange/exchange-faq.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
