Borrow interest rate

Utilization rate can also be viewed as an indicator of liquidity risk. Liquidity risk, which is the ability for lenders to withdraw their assets, increases as utilization increases and all becomes exponentially riskier as the pool’s utilization advances towards 100%.

In view of this, calculation of borrow rates is broken down into 2 parts:

  • The interest rate calculation when utilization is below a set optional rate (U optimal), and

  • the calculation when Utilization is above this optimal point

If U current <= U optimal:

Borrow interest rate = Base Borrow Rate + (U current/U optimal)(Rate Slope 1)

If U current > U optimal:

Borrow interest rate = Base Borrow Rate + Rate Slope 1 + [(U current - U optimal)/(1 - U optimal)](Rate Slope 2)

U optimal represents the target utilization rate of a lending pool that Amply tries to encourage. We aim to encourage fund usage up to this target utilization, but discourage usage above this threshold. This explains why the interest rate model is “kinked”, where rates slowly rise up to U optimal, but then rise faster beyond that.

In the diagram above, the “kink” area of the area is what Amply would consider utilization optimal. If the utilization rate rises above this point, interest rates start increasing much faster in order to disincentive borrowing and incentivize more supply.

This optimal pool usage is dependent on the risk profile of an asset. For example, a more volatile asset will have a lower optimal utilization rate (i.e. 45%), while a stablecoin would have a higher point (i.e. 80%).

Last updated