# Utilization

Each token liquidity is characterized by its utilization rate $$U$$ :

&#x20;$$U \hspace{1mm} = \hspace{1mm} Total Borrow \hspace{2mm} / \hspace{2mm}Total  Supply$$&#x20;

$$U$$monitors which share of the total supplied capital is borrowed at time $$t$$.

As $$U$$gets closer to 100%, the capital becomes scarcer until no more supplied asset is available. This situation can be problematic if suppliers wish to withdraw their liquidity, but no funds are available. Please note that though it is the scarcest case, it is possible utilization rate is greater than 100% as platform reserve will be open for borrowing, but will not be included in Total Supply calculation.&#x20;

Still, high utilization results in high returns for suppliers. It's therefore essential to maximize utilization while protecting liquidity.

All of the token markets are calibrated around an optimal utilization rate $$U\_{optimal}$$ (which we call "Kink") that reflects market conditions. It is presented in Pawnfi's interest rate model.


---

# 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.pawnfi.com/risk/risk-framework/lending-market-liquidity-risk/utilization.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.
