What is the Utilization Rate Interest Model, and how does it differ from how traditional banks set rates?
The utilization rate interest model is the core mechanism DeFi lending protocols like Aave and Compound use to determine rates. The single input variable is the utilization rate (U), calculated as the amount currently borrowed divided by the total amount supplied. This number runs through a fixed mathematical formula to calculate the current borrow rate in real time, from which the depositor's yield is further derived — the entire process is fully automated, with no one behind the scenes subjectively deciding "what rate to offer today."
This differs fundamentally from how traditional banks set rates: bank deposit and lending rates are typically subjective decisions institutions make based on central bank policy rates, internal risk assessments, competitive strategy, and other factors, often adjusted only every few weeks or months. The utilization model, by contrast, can trigger a rate recalculation with nearly every transaction, responding within seconds, and operates entirely through a publicly transparent formula anyone can verify on-chain.
Why design rates to move with utilization instead of setting fixed rates like a bank?
A fixed rate creates a fundamental contradiction in a decentralized lending protocol: there's no central administrator who can adjust rates on demand to correct supply-demand imbalances. If the rate doesn't automatically reflect market conditions, then once borrow demand surges and utilization approaches 100%, a fixed rate does nothing to attract new depositors to fill the gap, and gives existing borrowers no incentive to repay early. The end result is depositors potentially unable to withdraw, because the cash in the pool has already been lent out.
Making the rate a function of utilization is essentially using a price mechanism to automatically balance supply and demand: as utilization rises, borrowing costs immediately rise too, acting on both sides at once — an incentive for borrowers to repay, and a more attractive yield for potential new depositors — with both forces jointly pushing utilization back into a safe range. This is a market-clearing mechanism that runs entirely on formula without manual intervention, which is why nearly all major DeFi lending protocols adopt a similar utilization model rather than mimicking traditional banks' fixed-rate quotes.
How does this model's formula actually work, and what role does the "kink" play?
The borrow rate is a piecewise linear function of utilization: below a designated "optimal utilization" point (U_optimal, typically set between 80%–90% for most assets), the rate rises gently with utilization — this segment's slope is usually called Slope1. Once utilization crosses that kink, the rate begins climbing steeply — this segment's slope, called Slope2, is typically far steeper than Slope1. Take Aave's DAI market on Ethereum as an example: on-chain contract parameters show optimal utilization at 80%, Slope1 at 4%, and Slope2 jumping to 75% — meaning once utilization pushes past 80%, borrowing costs can spike dramatically over a very narrow range, intended to quickly pull in more depositors or pressure borrowers into repaying, pulling utilization back into a safe range before the pool gets lent out to the point depositors can't withdraw.
The rate a depositor receives is calculated as the borrow rate multiplied by utilization, multiplied again by (1 minus the reserve factor) — the reserve factor being the cut the protocol keeps from the spread, typically 10%–20%. For example, if the borrow rate is 10%, utilization is 50%, and the reserve factor is 20%, the depositor's rate works out to 10% × 50% × (1 − 20%) = 4%. These parameters — optimal utilization, the two slopes, the reserve factor — aren't fixed forever; they're periodically adjusted through protocol governance votes, typically based on real-world borrowing and supply conditions observed by the risk management team.
What does the utilization rate model practically mean for an ordinary depositor or borrower?
For depositors, understanding this mechanism helps you judge whether "the currently displayed rate" is a stable, reliable yield. If utilization is already near the optimal-utilization kink (most protocol front ends display this number directly), you're in a sensitive zone where rates can move quickly — the actual yield you receive over the following days may differ meaningfully from the number you saw at deposit time, so you shouldn't treat the current APY as a stable long-term promise. Conversely, high utilization also signals tightening liquidity — worth watching ahead of time if you anticipate needing to withdraw soon.
For borrowers, utilization approaching 100% is a clear warning sign — the pool you want to borrow from is near being fully lent out, and your borrow rate may already be, or is about to enter, the steep-rise zone, making borrowing costs considerably higher than expected. If you have flexibility, choosing a pool with lower utilization, still in the gentle segment below the kink, typically gets you more stable, lower borrowing costs. One often-overlooked point: a high rate is often a symptom of liquidity stress, not simply good news — when you see a pool's rate spike, it's worth first checking whether it's driven by liquidity tightness rather than treating it as a straightforward good deal.
Aave's DAI market on Ethereum has on-chain contract parameters showing optimal utilization at 80%, the below-kink slope (Slope1) at 4%, and the above-kink slope (Slope2) at 75%; in August 2026, Aave's risk management team proposed a governance vote raising Slope1 across several stablecoin markets, arguing that recent real-world borrowing and supply conditions showed the existing curve settings had become too conservative.
The advantage of the utilization rate model is full automation and a transparent, verifiable formula that reflects market supply and demand in real time, protecting the protocol's liquidity from being lent out to the point depositors can't withdraw; the drawback is that the yield a depositor receives fluctuates frequently, making it hard to rely on as a basis for stable long-term income planning, and a high rate often comes paired with liquidity-tightness risk — chasing a currently displayed high rate can mean simultaneously taking on withdrawal-difficulty risk, requiring attention to the utilization reading itself rather than just the rate number.