# C比率策略

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

针对目标C-Ratio和波动的价格，根据您的风险容忍度，有各种抵押HZN的方法。这三种预设策略旨在通过轻松地铸造或销毁zUSD来轻松维护一定的C-Ratio。

### 保守策略（低风险）

保守策略旨在以比目标C-Ratio（1100％）高50％的速度抵押HZN并铸造zUSD，以便在能够索取奖励的范围内保持舒适。这种更高的C-Ratio（和更低的风险）代价是铸造的zUSD较少，因此奖励也较少。此策略适合不能经常查看和管理头寸的用户，为自己提供更大的缓冲区以应对HZN的波动。如果用户想进一步减少债务风险，则还可以保持1200％以上的更为保守的比率。

### 中性策略（中风险）

中性策略旨在处于保守策略和进攻策略之间，以900％的C-Ratio为目标。相对于保守策略，这种策略稍微增加了风险，但同时也获得更多的奖励。

### **进攻策略（高风险）**

进攻性投资者尽可能接近目标C-Ratio（700％），并尽可能多地铸造zUSD以最大化奖励。这是高风险的，因为如果HZN的价格从他们铸造zUSD的点开始下降，投资者将无法获得任何奖励。这种策略需要非常积极的管理以维持其C-Ratio，以收集奖励并防止被清算，因为缓冲区到清算的距离比保守和中立策略要低得多。


---

# 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-genesis/staking-on-horizon-genesis/c-ratio-strategies.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.
