# 当前与预期借款利率

<figure><img src="/files/xRPT0iln6c27gO6c7kEi" alt=""><figcaption></figcaption></figure>

## 当前借款利率

当前借款利率是用户需要偿还贷款的利率。每当有人借款或偿还 lisUSD 时，当前借款利率都会波动并更新。

如果没有人与 lisUSD 的偿还/借款合约进行交互，那么当前借款利率将每隔几小时刷新并更新一次。

### 详细规定：

1. 当前借款利率将四舍五入到8位小数。
2. 当前借款利率每5分钟更新一次。
3. 当前借款利率将根据 lisUSD 的价格变化，用户**支付**的借款利率将基于当前借款利率，**而不是**预期借款利率。
4. 当用户借款或偿还 lisUSD 时，lisUSD 的需求和供应变化，因此，lisUSD 的价格变化，进而改变当前借款利率。然而，只有当 lisUSD 的价格变动超过 $0.002 时，当前借款利率才会变动。换句话说，如果 lisUSD 的价格变动等于或小于 $0.002，当前借款利率将不会改变。

## 预期借款利率

根据 lisUSD 的价格，lisUSD 的预期借款利率每15分钟更新一次。预期借款利率显示了你的下一笔贷款利率**可能**是多少，并不意味着它将成为借款利率。

如果这个预期借款利率下降，用户可能会考虑借款更多的 lisUSD，这可以降低其价格。如果它上升，用户可能会考虑提前偿还他们的贷款，以帮助提升 lisUSD 的价格。

设立预期借款利率的想法是为了间接影响 lisUSD 的需求和供应，帮助管理 lisUSD 的价格预期。这有助于保持 lisUSD 稳定在 $1。

### 详细规定：

1. 预期借款利率将四舍五入到8位小数。
2. 预期借款利率每15分钟更新一次。
3. 预期借款利率只是估计未来借款利率可能是多少，相对于 lisUSD 的价格。它并不保证预期借款利率将成为未来的当前借款利率。


---

# 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.bsc.lista.org/zh-cn/yin-yan/collateral-debt-position-lisusd/lisusd/algorithmic-market-operations-amo/current-vs-expected-borrow-rates.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.
