# The Jump Rate Interest Model

<figure><img src="/files/3a4bRFWSHG05JSb3Cyhl" alt=""><figcaption></figcaption></figure>

### **The Jump Rate Interest Model**

In Defi lending and borrowing platforms interest rates change based on supply and demand. The Jump Rate Interest Model  is designed to keep lending pools liquid by adjusting rates dynamically.&#x20;

In contrast to traditional models that predict gradual interest rate changes, this model helps maintain liquidity by keeping rates stable under normal conditions and allowing sudden rises when borrowing demand is too high.

### How it works

When utilization is low to moderate, interest rates rise gradually, ensuring predictable costs for borrowers and stable returns for lenders.

However, when utilization reaches a critical level (meaning most available funds are borrowed) the model triggers a sudden spike in interest rates. This jump discourages further borrowing, encourages repayments, and attracts more deposits.

### Why is it useful?&#x20;

* **Prevents liquidity crises**: high rates discourage excessive borrowing.
* **Adapts to crypto volatility**: quickly responds to market demand shifts.
* **Optimizes capital efficiency**: keeps lending protocols balanced.

By adapting quickly to market shifts, the Jump Rate Interest Model ensures DeFi lending remains efficient, liquid, and sustainable, even in unpredictable conditions.


---

# 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.liquidops.io/protocol-mechanics/the-jump-rate-interest-model.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.
