# Interest Rates

Hyperdrive markets utilize the same dynamic interest rate model that was made popular by Aave. The dynamic interest rate model is designed to optimize capital efficiency and risk management by adjusting interest rates based on **utilization**.

The **utilization** is defined as the ratio between borrowing demand and supply and is calculated with the following formula;

$$
Utilization = \frac{Total:Liabilities}{Total:Assets}
$$

The goal of the dynamic interest rate model is to encourage borrowing demand up until the target utilization, also known as the kink. It achieves this through two separate interest rate slopes as shown below.

<figure><img src="/files/DzgWoBz9WioBrWsSRRMO" alt="" width="375"><figcaption></figcaption></figure>

**slope 0** is a gradual rise as utilization increases towards the target, whereas **slope 1** is a much steeper rise. The effect of the two slope model means that whilst utilization is under the target, interest rates remain relatively low thus encouraging borrowing. When the utilization extends beyond the target, the interest rate increase quickly and thus discourages further borrowing and encourages users to repay their liabilities.


---

# 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://hyperdrive-2.gitbook.io/hyperdrive/borrowing/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.
