> For the complete documentation index, see [llms.txt](https://docs.liquidops.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.liquidops.io/how-are-lending-protocol-interest-rates-determined.md).

# How are Lending Protocol Interest Rates Determined?

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

### How are Lending Protocol Interest Rates Determined?

Interest rates on DeFi platforms like AAVE and Compound often fluctuate. Ever wondered why?

The answer can be found by looking at supply and demand. Let’s take a closer look at how it works!

When many people deposit an asset, the supply is high so interest rates are low to incentive borrowing. Lenders will also earn less since the protocol doesn’t need more deposits.In simpler terms, when the token supply is high, the interest rate will decrease.

### What Causes the Interest Rates to Increase?

When everyone wants to borrow an asset, it becomes scarce (the supply becomes limited). To make borrowing more expensive, the protocol raises the interest rate. This encourages more people to lend, increasing supply.

### The Key Factor: Utilization Rate

When the majority of the deposited funds are borrowed, the interest rate increases. When there are only a few borrowers, the interest rate decreases. This ensures liquidity for both the borrowers and the lenders.

### But wouldn’t it be hard to keep up with these rapid changes?

That is why lending protocols use intelligent algorithms to adjust interest rates in real-time based on what’s being borrowed and deposited.

### So next time rates change, you’ll know:

Increased Lending Supply = Low Interest Rates

Increased Borrowing Demand = High Interest Rates


---

# 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://docs.liquidops.io/how-are-lending-protocol-interest-rates-determined.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.
