In a bank, your interest rate is the end of a long, opaque chain: a central-bank target, a risk committee, a pricing desk, and a fee schedule nobody reads. In a DeFi pool there is no committee, no desk, and no human at all. The rate is a public formula anyone can read on-chain, and it stares at exactly one number: how busy the pool is right now. That’s it. Deposits flow in, loans flow out, and a curve recomputes the rate every block. This lesson is about that curve — where the yield you earn (and the cost you pay) actually comes from.
Before you read — take a guess
Guess before reading: what does a DeFi pool's interest-rate formula watch to set the rate?
Utilization: how busy the pool is
Picture the pool as a reservoir. Suppliers pour water in; borrowers pump water out. Utilization () is simply how much of the reservoir is currently pumped out:
Worked example: suppliers have deposited $10,000,000 and borrowers have taken $8,000,000 of it. Then
That leftover $2,000,000 is the free liquidity — the part suppliers could still withdraw on demand. As climbs toward 100%, that free slice shrinks toward zero: the pool is fully lent out, and a supplier who wants their money back may find the cupboard bare. Utilization is the single dial every other number in this lesson turns on.
Fill in the definition of utilization.
Pick the right option for each blank, then check.
Utilization equals total divided by total , so a pool that is fully lent out has U near .
The kinked (two-slope) model
Here’s the clever part. A naive pool would just let the rate rise in a straight line as goes up. DeFi pools instead use a kinked, two-slope curve, and the kink is the whole point.
Below an optimal utilization (the kink — say 80%), the borrow rate rises on a gentle slope: borrowing is cheap and the protocol is happy to lend out more. Cross , though, and the rate jumps onto a much steeper slope. The message to borrowers is blunt: the pool is running low, so each extra dollar you borrow now costs a lot more. That steep section is a deliberate brake to keep some liquidity free so suppliers can still withdraw.
The model, in two pieces. For :
and for :
Here is the base rate at zero utilization, is the gentle first slope, and is the steep second slope. Take the common example parameters , , , .
Borrow APR at (below the kink, so the first formula):
Borrow APR at (above the kink, so the second formula):
Notice the violence of that jump: going from 50% to 80% busy only takes the rate from 2.5% to 4%, but pushing past the kink to 90% rockets it to 41.5%. That asymmetry is the kink doing its job.
Why two slopes, not one?
A single gentle slope would let utilization drift to 100% with barely a rate change — and then nobody could withdraw. A single steep slope would make normal borrowing absurdly expensive. The kink gives you both: cheap borrowing in the normal zone, and a panic-button slope that defends the last slice of liquidity.
See the curve move
Drag the slider below. Watch the borrow curve bend sharply upward at the kink, and watch the supply curve (the next section) track underneath it.
- Utilization
- 80.0%
- Borrow APR
- 4.00%
- Supply APR
- 2.88%
Drag utilization. Below the kink the borrow rate rises gently; above it the second, steep slope kicks in to defend the pool's last liquidity. The supply rate is the borrow rate scaled by utilization and the reserve cut.
The supply rate falls out of it
Suppliers don’t get their own formula — their rate is derived from the borrow rate:
The intuition is fair, once you see it. Suppliers only earn interest on the fraction that’s actually lent out — that’s the . Money sitting idle in the reservoir earns nothing. Then the protocol skims a cut for itself before paying the rest to suppliers — that’s the .
Worked example at (right at the kink, so ) with a reserve factor of 10%:
A side-by-side at our example parameters:
| Utilization | Borrow APR | Supply APR (reserve 10%) |
|---|---|---|
| 50% | 2.5% | |
| 80% | 4.0% | |
| 90% | 41.5% |
Because the supply rate multiplies the borrow rate by two factors that are each less than 1: utilization (you can’t lend out more than 100% of the pool, so ) and (the protocol always keeps a non-negative cut, so this is too). Multiplying any positive number by two sub-1 factors can only shrink it. So always — the gap is where idle liquidity and the protocol’s reserve quietly eat your yield.
Compute it: a pool has borrow APR = 10%, U = 60%, reserve factor = 20%. What's the supply APR?
The reserve factor
The reserve factor is the slice of borrower interest the protocol keeps for itself instead of forwarding to suppliers. It funds a safety buffer — a treasury that can absorb bad debt if a liquidation goes wrong, or backstop the pool in a shortfall. A reserve factor of 10% means suppliers receive 90% of the interest borrowers pay (after the utilization adjustment); 10% accrues to the protocol. Riskier assets often carry higher reserve factors, because they’re more likely to need that buffer.
Match each rate-model term to what it means.
Pick a term, then its definition.
Why the kink exists
The deepest reason for the kink is a bank-run problem. A bank promises you instant withdrawals but lends most of your deposit out; if everyone shows up at once, there isn’t enough cash, and you get a run. A DeFi pool faces the same trap: if hits 100%, every dollar is lent out and no supplier can withdraw until a borrower repays.
The steep second slope is the pool’s automatic defense — a pure price signal. As utilization creeps past the kink, borrowing gets punishingly expensive, which prices borrowers out (some repay to escape the high rate) and the soaring supply rate lures fresh suppliers in. Both forces push back down toward , restoring free liquidity — no committee required, just incentives doing the steering. (The flip side, what happens to your loan when liquidity or prices move against you, is the liquidation story we tackle in lesson 5.)
Sort each force by which way it pushes utilization.
Place each item in the right group.
- Borrowers repay to escape a high rate
- Borrowers take out more loans
- Suppliers withdraw their deposits
- A juicy supply APR attracts new deposits
- Borrow rate spikes past the kink
Variable vs stable rates
Most DeFi borrow rates are variable: they float every single block as moves, so the cost of your loan can change minute to minute. Some protocols also offered a stable rate — typically set higher than the variable rate at borrow time, but steadier, so you trade a premium for predictability (in practice these can still be re-balanced under extreme conditions, so “stable” means “smoother,” not “fixed forever”).
Key Takeaways
What to remember
- Utilization runs everything: , and the entire rate is a public function of it.
- The borrow rate is a kinked two-slope curve: gentle below the optimal utilization , brutally steep above it — that steepness defends the pool’s last liquidity.
- The supply rate is derived, not set: , so it’s always below the borrow rate.
- The reserve factor is the protocol’s cut, building a safety buffer out of borrower interest.
- No human sets these rates — incentives push utilization back toward on their own.
Big picture
The rate model at a glance
- Interest-rate model
- Utilization U = borrowed / supplied
- High U → little free liquidity
- Drives every rate
- Borrow rate (kinked)
- Below kink: gentle slope s1
- Above kink: steep slope s2
- Supply rate (derived)
- × U: earn only on lent funds
- × (1 − reserveFactor): after the cut
- Reserve factor
- Protocol's safety buffer
- Utilization U = borrowed / supplied
A pool has supplied $20,000,000 and borrowed $15,000,000. What is utilization?
Check your answer to continue.
Next up in lesson 4: when prices move against a borrower, the health factor decides whether their position survives or gets liquidated — and how that keeps the whole pool solvent.