> For the complete documentation index, see [llms.txt](https://docs.mutuum.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mutuum.com/interest-rate-model/stable-interest-rate-model.md).

# Stable Interest Rate Model

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

In certain market conditions, Mutuum may allow stable rates for borrowers who prefer predictable repayment costs.

* **Initial Rate Lock**: A stable interest rate is calculated at the time of borrowing, typically starting as a weighted average of the current variable rate, along with other market indicators.
* **Higher Starting Rate**: Since borrowers gain the benefit of rate predictability, the stable rate is usually higher than the initial variable rate would be, compensating for the reduced risk of future interest rate hikes.
* **Rebalancing Condition**: Stable rates may be subject to rebalancing if market conditions change drastically. Specifically, rebalancing could be triggered when the current supply rate is at or below 90% of the variable rate that would apply if all borrows were variable. In effect, if the market variable rate becomes significantly higher than the stable rate, the protocol can increase the borrower’s stable rate to avoid an overly generous gap. Example of a Rebalance Criterion: Current supply rate ≤ (Supply rate if all borrows are variable) × 0.9. If the variable rate outpaces the existing stable rate beyond a certain margin, the protocol rebalances to maintain fairness and protect its liquidity. Not all tokens qualify for stable borrowing. Highly volatile or low-liquidity assets pose an elevated risk to the protocol, making stable-rate borrowing unsuitable.


---

# 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://docs.mutuum.com/interest-rate-model/stable-interest-rate-model.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.
