# Interest rate

### **Utilization ratio**

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

​

### Deposit  APR

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

* Leveraged yield farm 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 MESH Buyback & Burn.
* reserve Factor = 0.2

###

### Borrow APR

$$
BorrowAPR=BorrowingRateModel\*Utilization
$$

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

\*Please note the MESH interest rate model is different from other tokens.

**WMATIC / WETH / WBTC / USDT / DAI /USDC / oMATIC / oXRP / oKLAY / oKSP / oORC / oTON / BUSD**

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

<table><thead><tr><th>Utilization Ratio</th><th width="210.89753863766458">Borrwoing 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>

**MESH**

<figure><img src="/files/NPl8m5nJ63ZOEIXLPo4p" 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 |


---

# 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.meshswap.fi/products/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.
