# 去中心化比率 (DR)

Frax去中心化比率(DR)是去中心化抵押品价值与由这些资产支持/可赎回的稳定币供应总量的比率。具有过多链下风险的抵押品(如法币、证券和黄金/石油等托管资产)被视为0%去中心化。DR检查了协议所要求的抵押品的基本组成部分，而不仅仅是其系统合约中的内容。DR是一个递归函数，用于发现每个资产的底层值。

例如，FRAX3CRV LP是50% FRAX，所以移除它，因为你不能用自己的代币支撑自己。另一半是3CRV，即33% USDC, 33% USDT和33% DAI。DAI本身大约是60%的法币。所以每1美元的FRAX3CRV LP只有大约0.066美元(1美元x 0.5 \* 0.33 \* 0.4)是属于去中心化来源的价值。

相比之下，以太坊以及CVX和CRV等奖励代币被视为100%去中心化。通过Lending AMOs铸造的FRAX也被认为是去中心化的，因为借款人通过加密sOHM、RGT等过度抵押来换取他们的贷款。这也是DAI的金库给它高DR的原因。

DR是一种广义算法，可用于计算任何稳定币的过度链下风险。其他稳定币，如LUSD，更容易计算：它们的DR是100%。FEI的DR大约是90%。

有关支持 FRAX 的资产列表，请阅读 [Frax Facts](https://facts.frax.finance/frax/balance-sheet).。


---

# 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://docs.frax.finance/zh/guides/qu-zhong-xin-hua-bil-dr.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.
