# Borrowing Interest Rate on PembRock

Utilization below simply shows how liquid a pool is.

If it’s not liquid enough (which translates to a utilization of 90% or more), the interest rate is high, meaning borrowers are incentivized to repay their debts while lenders, to supply more.

If it is liquid enough, the interest rate is low, meaning borrowers are incentivized to take out more.

The optimal utilization range is between 60.0% and 89.9%. Within it, the borrowing interest rate always stands at 20%.

### General Borrowing Interest Rate for all assets excluding NEAR, stNEAR, LINEAR, NearX

| Utilization Range | Interest Rate @ Min. | Interest Rate @ Max. |
| :---------------: | :------------------: | :------------------: |
|    0.0% – 59.9%   |          0%          |          20%         |
|   60.0% – 89.9%   |          20%         |          20%         |
|   90.0% – 100.0%  |          20%         |         150%         |

To better understand the relationship, take a look at the chart below.

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

### Borrowing Interest Rate for stNEAR, LINEAR, NEARX

| Utilization Range | Interest Rate @ Min. | Interest Rate @ Max. |
| :---------------: | :------------------: | :------------------: |
|    0.0% – 59.9%   |          0%          |          10%         |
|   60.0% – 89.9%   |          10%         |          10%         |
|   90.0% – 100.0%  |          10%         |         150%         |

To better understand the relationship, take a look at the chart below.&#x20;

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

### Borrowing Interest Rate for NEAR&#x20;

| Utilization Range | Interest Rate @ Min. | Interest Rate @ Max. |
| :---------------: | :------------------: | :------------------: |
|    0.0% – 59.9%   |          0%          |          13%         |
|   60.0% – 89.9%   |          13%         |          13%         |
|   90.0% – 100.0%  |          13%         |         150%         |

To better understand the relationship, take a look at the chart below.

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


---

# 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.pembrock.finance/about-pembrock/borrowing-interest-rate-on-pembrock.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.
