# Interest Rate Model

INIT employs the double-slope interest rate model (IRM) where the borrow interest linearly and slowly increases until utilization reaches the optimal utilization set by INIT.&#x20;

The borrowing interest rate will spike if the utilization is greater than the optimal utilization rate.

The borrowing interest rate is calculated as:

$$
r\_b=a\_0*U+a\_1*\max(U-U\_o,0)
$$

Where:

* $$r\_b$$= Borrowing Interest Rate
* $$U$$= Utilization Rate
* $$U\_o$$= Optimal Utilization
* Where $$a\_0\<a\_1$$

*Note: The optimal utilization rate and slope may be adjusted according to the market conditions.*

The interest rate curves for each asset are shown below:

### WETH

{% embed url="<https://www.desmos.com/calculator/ehfs3yhgwk>" %}

### WBTC

{% embed url="<https://www.desmos.com/calculator/ztuzcemdqe>" %}

### WMNT

{% embed url="<https://www.desmos.com/calculator/mj5iye0j7x>" %}

### USDC

{% embed url="<https://www.desmos.com/calculator/bz4mirhczu>" %}

### USDT

{% embed url="<https://www.desmos.com/calculator/cnprsorqdr>" %}

### mETH

{% embed url="<https://www.desmos.com/calculator/u2sswci1di>" %}


---

# 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.init.capital/borrowing/interest-rate-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.
