# Utilization Rate

### Two Tick Utilization Curve

The profitability of Lenders depends on the Utilization Rate *U* - the higher utilization, the higher the interest rate. All strategies share the same rate.

The interest rate is calculated the following:

$$
r(t) = \begin{cases} 
r\_0+ \frac{U(t)}{U\_1} (r\_1-r\_0), & U(t) \leq U\_1 \ 
r\_0 + r\_1 + (U(t)-U\_1) \frac{r\_2}{U\_2-U\_1}, & U(t) \in (U\_1,U\_2].\ 
r\_0 + r\_1 + r\_2 + (U(t) - U\_2) \frac{r\_3}{1-U\_2}, & (U(t) > U\_2  
\end{cases}
$$

The two-tick model introduces three states essentially:&#x20;

* **0 - 50% Utilization:** cheap to borrow
* **50 - 80% Utilization:** high but acceptable rate for borrowing
* **80 - 100% Utilization:** very expensive to borrow

<table><thead><tr><th data-type="number">r_0</th><th data-type="number">r_1</th><th data-type="number">r_2</th><th data-type="number">r_3</th><th data-type="number">U_1</th><th data-type="number">U_2</th></tr></thead><tbody><tr><td>0</td><td>15</td><td>25</td><td>60</td><td>50</td><td>80</td></tr></tbody></table>

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

### Extra Rates

On top of the regular interest rate described above, the DAO can vote to charge an additional rate for every strategy individually. The additional fees are distributed among the [lenders](broken://pages/77FsdM18N8ThnnLw5bNG) (thus making APYs higher) and the [dLP Lockers](/the-protocol/dlp-locking-dynamic-liquidity-and-boost.md).


---

# 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.loopfi.xyz/the-protocol/earning-passive-agressive/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.
