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