# 利用率与利率

Backpack 的利率由 利用率（Utilization Rate）模型 确定。每个借贷市场都有其专属的利用率曲线，可在相应的 出借页面（Lend Page） 查看。市场的利用率 代表其 可用资产中已被借出的比例。借款越多，利率越高。

更具体地说： <mark style="color:red;">**利用率 = 总借款量 / 总借出量**</mark>

您可以在 Backpack 实时监控 利率变化，并查看以下内容：

1. 借贷池总供应量
2. 总借款量
3. 当前利用率
4. 不同利用率水平下的预期利率
5. 其他相关信息

利息每小时计算。借款利率（Borrow Rate） 完全由利用率曲线决定。出借利率（Lend Rate） 计算方式：<mark style="color:red;">**借款利率 \* 利用率。**</mark>

利用率曲线的设计目标：防止利用率达到 100%，从而阻止借贷池的资产赎回。系统设定了最优利用率阈值，在该阈值之后，利率会呈指数级上升：借款成本增加，鼓励用户提前还款。出借收益提高，吸引更多用户提供流动性。这种市场机制促使利用率下降，保持借贷市场健康运行。

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXf8rlocQCzUbgodbcUjV7F4ZxRLHApdfIxNDAk0RNj_07Fclr2au5A2CkJ9qMtnDn8LRn2FrW9JxHkpQPHO5lcW40pr1GM-5ITJD5oVBuctDUqyEBcT9QKXW87GqGqEcnm66floJw?key=exfDayo-Ark8yymyBDhBrx8G" alt=""><figcaption></figcaption></figure>

作为额外的安全保障，系统设有限流阈值（Throttle Threshold）。当利用率达到该阈值时：所有赎回和新借款将暂停。这为新出借人提供时间进入市场，为借款人提供时间偿还债务。同时，该暂停机制可为清算账户的抵押资产赎回提供缓冲。


---

# 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://guide.backpack.exchange/cn/jie-dai/li-yonglyu-li-l.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.
