# 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>" %}
