# Why Interest rates?

The Root Finance interest rate mechanism is fine-tuned to balance liquidity risk and maximize utilization. The lending interest rates are influenced by the Utilization Rate **U**.

The Utilization Rate **U** serves as a barometer for the pool's capital availability. This interest rate scheme mitigates liquidity risk within the protocol by incentivizing users to maintain liquidity:

* In conditions where capital is plentiful: low interest rates are set to promote lending activities.
* In situations where capital is limited: elevated interest rates are imposed to stimulate debt repayments and incentivize additional capital deposits.


---

# 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.rootfinance.xyz/tecnical-guide/why-interest-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.
