> For the complete documentation index, see [llms.txt](https://docs.fenture.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fenture.io/functionalities/fendit-borrowing/interest-rate-curve.md).

# Interest Rate Curve

Fenture utilizes Aave’ s interest rate model which is calibrated to manage liquidity risk and optimise utilisation. The use of the protocol determines the rate automatically.

### Interest Rate Parameters

* $$U\_{optimal}$$: $$U$$*(Utlisation Rate)* is an indicator of the availability of capital within the pool. The optimal utilisation rate U optimal split the interest rate curve into two parts to manage liquidity risk in the pool.
* Base Variable Borrow Rate
* Variable Rate Slope 1
* Variable Rate Slope 2

### Interest Rate Model

$$
if U\<U\_{optimal}:R\_t=R\_0+\frac {U\_t} {U\_{optimal}} R\_{slope1}
$$

$$
if U ≥ U\_{optimal}:R\_t=R\_0+R\_{slope1}+\frac {U\_t-U\_{optimal}} {1-U\_{optimal}} R\_{slope2}
$$

When $$U < U\_{optimal}$$ ​, the borrow interest rates increase slowly with utilization.

When $$U ≥ U\_{optimal}$$, the borrow interest rates increase sharply to incentivize more deposit and avoid liquidity risk.
