> For the complete documentation index, see [llms.txt](https://levfninja.gitbook.io/levf-finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://levfninja.gitbook.io/levf-finance/levf-li-lv-mo-xing.md).

# LEVF - 利率模型

**利息率是资金提供者和收益耕作者之间至关重要的桥梁。它必须高至足以吸引前者，但又低至足以使后者仍能盈利**

## **上升式利率模型**

资金池的利息是由上升式利率曲线决定的。根据池的使用率，利率从10%到100%不等；池使用率越高，利率就越高。

‌当资金池使用率为>0-50%的情况下，利率将固定在10%

当资金池使用率>50-95%时，利率将线性上升至25%

‌当资金池使用率>95-100%时，利率将线性上升至100%

![](/files/-MavrUiRXaq5llfZEwQf)

‌这确保了资金池在任何时候都有足够的流动资金供参与者提取，因为较高的利率会吸引更多的流动资金及减少借贷。 当更多的资金流入资金池时，使用率会再度降低，利率也会跟着下降。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://levfninja.gitbook.io/levf-finance/levf-li-lv-mo-xing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
