# 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="https://content.gitbook.com/content/spKSN7bdT680kxNs4gaj/blobs/cs6kjXxwHyYWxWg6b9KP/Updated_Utilization_Curve.png" 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](https://docs.loopfi.xyz/the-protocol/earning-passive-agressive/broken-reference) (thus making APYs higher) and the [dLP Lockers](https://docs.loopfi.xyz/the-protocol/dlp-locking-dynamic-liquidity-and-boost).
