# Utilization Rate

Each currency reserve has a different utilization rate:

$$
U=TotalBorrows/TotalLiquidity
$$

*U* monitors which share of the reserve’s total asset is borrowed at time *t*.

As *U* gets closer to 100%, the asset becomes scarcer. No more liquidity is available at $$U=100%$$. This situation can be problematic if depositors wish to withdraw their liquidity with no assets available.

Nevertheless, high utilization results in high returns for depositors. It's therefore essential to maximize utilization while protecting their liquidity.

The interest rate model is adjusted around an optimal utilization rate $$Uoptiomal$$ per reserve that reflects market conditions.

The historical utilization rate helps users track the risk emerging from the lack of liquidity. This analysis is based on the maximal daily Utilization, a conservative metric proxy for liquidity.

### &#x20;<a href="#stablecoins" id="stablecoins"></a>


---

# 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.palmy.finance/palmy-finance/asset/utilization-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.
