# 質押率

抵押率代表发行方储备金对流通中的 FUSD 代币的支持程度。100% 的抵押率意味着 FinChain Bermuda Limited 拥有足够的储备金，可以按 1 美元的面值赎回所有 FUSD 代币，确保每个代币都由发行方的储备金完全支持。该比率提高了透明度，并向用户保证 USDO 的价值由真实资产支撑，从而降低风险并维持稳定性。抵押率的计算公式如下：

$$
collateralizationRatio = Net Asset Value Of Issuer's (FinChain) Reserves / FUSD tokens in Circulation
$$

您可以在 透明度 儀錶盤上查看 FUSD 的實時質押率情況

{% embed url="<https://fusd.finchain.global/zh-HK#transparency>" %}


---

# 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://finchain.gitbook.io/finchain-docs/fusd/collateralization-ratio.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.
