# Utilization rate

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

Each asset on the Apollo protocol has its own Utilization rate (U):

$$
U=TotalBorrows/TotalLiquidity
$$

* TotalBorrows - The total asset amount (in dollars) borrowed by the protocol users
* TotalLiquidity -  The total asset amount (in dollars) present on the protocol

The Utilization rate (U) monitors how much of an asset's reserves are borrowed in a given time frame (t).

As the U value approaches 100%, the asset becomes scarcer. If it reaches 100%, there is no more liquidity available for that asset. This situation poses a problem, as depositors run the risk of being unable to retrieve their assets from the protocol due to their unavailability.

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

Monitoring historical U rates is recommended, as it can assist in tracking emerging risks related to the liquidity shortage of a specific asset on the protocol.


---

# 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://apollo-protocol.gitbook.io/apollo-protocol/assets/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.
