# Yupana Interest Rate

## Introduction

The interest rate strategy in the Yupana protocol is designed to manage risk and regulate supply and demand. Interest rates on loans are determined by the Utilization Rate.

Utilization rate — The amount of loan that has been taken by the users of the lending protocol, divided by the total amount of loan available.

## Interest Rate Model

Yupana interest rates work according to the jump rate model. This means that interest change significantly when the utilization rate is changed.

Mathematically, jump interest rates can be characterized as follows:

$$
i\_b =\begin{cases}
\alpha + \beta  U & \text{if } U \leq U^*\\
\alpha + \beta  U^* + \gamma (U-U^*) & \text{if } U > U^*
\end{cases}
$$

where 𝛼 denotes a per-block base rate, 𝛽 denotes a per-block multiplier, 𝑈 denotes the utilization ratio (with 𝑈 ∗ denoting the optimal utilization ratio) and 𝛾 denotes a ‘jump’ multiplier.

## Price Oracle

Oracles provide smart contracts with data on the prices in USD of assets added to the protocol for the formulas to work correctly.


---

# 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://yupana-finance.gitbook.io/yupana-document-portal/liquidity-risk/yupana-interest-rate.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.
