# 이자율 모델

### 가동률(Utilization ratio)

$$
Utilization Ratio=(TotalBorrowed/PoolLiquidity)\*100
$$

​

### 예치  이율(Deposit  APR)

$$
DepositAPR=BorrowAPR∗(1−reserveFactor)
$$

* 플러스 예치, 롱/숏 포지션 예치자가 지불하는 누적 이자 수익의 80%는 단일 풀 예치자에게 분배되며, 20%는 Reserve fund로 분류되어 KSP 바이백과 소각에 사용합니다.&#x20;
* reserve Factor = 0.2

###

### 활용비용(Borrow APR)

$$
BorrowAPR=BorrowingRateModel\*Utilization
$$

### 토큰별  이자율  모델 <a href="#borrowingratemodel" id="borrowingratemodel"></a>

\*MBX , AZIT 토큰의 경우,  다른 토큰의 이자율 모델과 상이하므로 참고해주시기 바랍니다.

\
\
**KLAY / KSP / WEMIX / BORA / oETH / oUSDT / oUSDC / KDAI / oXRP / oORC / oMESH / oTON**&#x20;

<figure><img src="/files/uWnVM74pmLoBOJgBCcs2" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th>Utilization Ratio</th><th width="210.89753863766458">Borrowing Rage Range</th><th>Logic</th></tr></thead><tbody><tr><td>0%~60%</td><td>0%~20%</td><td>Borrowing Rate = Utilization / 3 </td></tr><tr><td>60%~90%</td><td>20%</td><td>Borrowing Rate = 0.2 </td></tr><tr><td>90%~100%</td><td>20%~100%</td><td>Borrowing Rate = Utilization * 8 - 7 </td></tr></tbody></table>

**MBX**

<figure><img src="/files/4Dagcr7MKXHczyWlWUXx" alt=""><figcaption></figcaption></figure>

| Utilization Ratio | Borrowing Rate Range | Logic                                   |
| ----------------- | -------------------- | --------------------------------------- |
| 0%\~60%           | 0%\~20%              | Borrowing Rate = Utilization / 3        |
| 60%\~90%          | 20%                  | Borrowing Rate = 0.2                    |
| 90%\~100%         | 20%\~300%            | Borrowing Rate = Utilization \* 28 - 25 |

**AZIT**

<figure><img src="/files/JuBNbn6oR81m4UxYbyke" alt=""><figcaption></figcaption></figure>

| Utilization Ratio | Borrowing Rate Range | Logic                                   |
| ----------------- | -------------------- | --------------------------------------- |
| 0%\~60%           | 0%\~100%             | Borrowing Rate = Utilization \* 5 / 3   |
| 60%\~90%          | 100%                 | Borrowing Rate = 1                      |
| 90%\~100%         | 100%\~500%           | Borrowing Rate = Utilization \* 40 - 35 |


---

# 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.klayswap.com/kr/product/undefined.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.
