> For the complete documentation index, see [llms.txt](https://hyperdrive-2.gitbook.io/hyperdrive/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hyperdrive-2.gitbook.io/hyperdrive/borrowing/interest-rates.md).

# 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.
