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


---

# 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.fenture.io/functionalities/fendit-borrowing/interest-rate-curve.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.
