> For the complete documentation index, see [llms.txt](https://support.backpack.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.backpack.exchange/exchange/borrow-and-lend/utilization-interest-rates-risks/interest-rates.md).

# Interest Rates

### **What Are Interest Rates?**

**Interest rates** represent the cost of borrowing assets or the yield earned by lenders who supply liquidity. Rates are typically **variable** and adjust dynamically based on market conditions, primarily driven by **Utilization** (the percentage of funds in the pool that have been borrowed).

***

### **How Are Interest Rates Determined?**

1. **Utilization-Based Model**
   * When **Utilization is low**, borrowing demand is weak → interest rates are lower.
   * When **Utilization is high**, borrowing demand is strong → interest rates increase to encourage repayment and attract more deposits.
2. **Borrower Interest Rate**
   * This is the rate borrowers pay on borrowed assets.
   * The rate adjusts dynamically depending on the pool’s Utilization level.
3. **Lender (Deposit) Interest Rate**
   * This is the yield lenders earn by supplying assets.
   * It is derived from the borrowing interest rate, after accounting for the exchange/protocol’s fee (if applicable).

***

### **Why Do Interest Rates Change?**

* **Market Supply & Demand:** More borrowing increases rates, while higher deposits reduce rates.
* **Liquidity Conditions:** High utilization raises rates to incentivize lenders to supply more liquidity.
* **Platform Risk Management:** Dynamic adjustments help maintain balance and protect against liquidity shortages.

***

### How can I view the current lending rates?

1. Click **“Lend”** to enter the Lending page.
2. Open the **token selection dropdown menu**.
3. You will then be able to view the **real-time borrow and lend rates** for different tokens.

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

{% hint style="info" %}

### **👉**[**Learn more about** Interest Rates](/technical-docs/borrow-and-lend/utilization-and-interest-rates.md)

{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://support.backpack.exchange/exchange/borrow-and-lend/utilization-interest-rates-risks/interest-rates.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
