# Interest rate

### Utilization ratio

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

### Deposit  APR

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

* Plus pool depositor and Long/Short position depositor will pay 80% of the accumulated interest earnings to a Lender, 20% will be set aside as reserves, and will later be used as a reserve fund for KSP Buyback & Burn.
* reserve Factor = 0.2

### Borrow APR

$$
BorrowAPR=BorrowingRateModel\*Utilization
$$

### Borrowing Rate Model  <a href="#borrowingratemodel" id="borrowingratemodel"></a>

\*Please note the MBX, AZIT interest rate model is different from other tokens.

**KLAY / KSP / WEMIX / BORA / oETH / oUSDT / oUSDC / KDAI / oXRP / oORC / oMESH / oTON**

<figure><img src="/files/8OvG2nzZaFqye1eV5EMg" alt=""><figcaption></figcaption></figure>

| Utilization Ratio | Borrowing Rage Range | Logic                                 |
| ----------------- | -------------------- | ------------------------------------- |
| 0%\~60%           | 0%\~20%              | Borrowing Rate = Utilization / 3      |
| 60%\~90%          | 20%                  | Borrowing Rate = 0.2                  |
| 90%\~100%         | 20%\~100%            | Borrowing Rate = Utilization \* 8 - 7 |

**MBX**

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

<table><thead><tr><th width="173.33333333333331">Utilization Ratio</th><th>Borrowing Rate 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%~300%</td><td>Borrowing Rate = Utilization * 28 - 25 </td></tr></tbody></table>

**AZIT**

<figure><img src="/files/3ykXz01S0Cs52QwOoHrM" alt=""><figcaption></figcaption></figure>

| Utilization Ration | 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/product/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.
