How Do Interest Rates Respond to Pool Utilization?

Interest rates rise as a lending pool becomes more utilized and fall as unused liquidity grows.
Utilization is the share of a pool’s available capital currently borrowed. If a pool holds 10,000 USDC and borrowers have taken 6,000 USDC, utilization is 60%: 6,000 borrowed divided by 6,000 borrowed plus 4,000 still available. The number is recalculated as deposits, withdrawals, borrowing, and repayments change.
How the rate curve works
A lending protocol maps utilization to a borrow rate through an interest-rate model, usually a formula stored in the protocol’s smart contracts. At low utilization, liquidity is plentiful, so the variable borrow rate is usually low. That encourages borrowers to use the idle capital.
Most major lending markets use a two-slope curve. The first slope increases gradually until an optimal utilization point, often called the kink. Above that point, the second slope is much steeper. The protocol is deliberately making borrowing expensive before the pool runs out of immediately withdrawable assets.
For example, a pool with an 80% kink may move gently from 30% to 70% utilization, then reprice sharply between 80% and 100%. A jump from 80% to 90% can therefore add far more to the annual borrowing cost than a jump from 40% to 50%. The exact kink, base rate, and slopes are parameters set for each asset and market; they are not universal crypto constants.
The lender’s supply rate is related but not identical. It broadly reflects the borrow rate multiplied by utilization, less the reserve factor retained by the protocol. When utilization rises, borrowers pay more and suppliers generally earn more, provided the pool’s borrow demand remains strong.
Where utilization matters in practice
- Borrowing stablecoins: A trader borrowing USDC against ETH benefits from checking utilization before opening a position. A low-utilization pool offers cheaper funding, while a position opened near the kink may become expensive if another wave of borrowing pushes the rate higher.
- Supplying idle assets: Someone holding USDC for several weeks can compare supply APY, the annualized return shown by the protocol, with utilization. A high advertised rate supported by unusually high utilization may be attractive, but it also means less cash remains available for immediate withdrawal.
- Choosing between markets: Two pools may list the same asset but use different rate curves, liquidity depths, reserve factors, or risk settings. The better choice depends on whether the user values a low current borrow cost, a stable supply return, or a larger liquidity buffer.
This distinction matters when a transaction crosses chains. A lending pool on Ethereum Mainnet prices the liquidity of its own asset market; a route involving another network has separate bridge liquidity, fees, and execution risks. Symbiosis Finance, for example, describes its cross-chain liquidity venues as Octopools and exposes pool APR and coverage ratio. Those figures describe liquidity provision for cross-chain operations, not automatically the same utilization-based borrowing curve used by Aave-style lending markets.
When a transfer uses Manta Bridge, the useful question is therefore whether the relevant pool is a lending reserve or a bridge liquidity pool. A bridge route between Ethereum Mainnet and a destination connected to the Polkadot Network can have a fee or liquidity constraint without having a borrower interest rate at all.
What the rate actually costs
For a borrower, the main cost is variable interest, which accrues as the rate changes rather than remaining fixed for the life of the position. The transaction also consumes blockchain gas, and a leveraged position can incur liquidation losses if collateral falls below the required threshold. APR is a simple annualized rate; APY includes the effect of compounding, so the two figures should not be compared casually.
For a supplier, the displayed APY is not a promise. It depends on utilization, borrower demand, reserve deductions, incentives, and the ability to withdraw. Smart-contract risk and asset-price risk remain even when the utilization number looks favorable.
The practical rule is simple: read utilization together with the kink, available liquidity, reserve factor, and rate type. Low utilization usually means cheaper borrowing but weaker lender income. High utilization usually means stronger current lender income but a thinner liquidity buffer and a greater chance of a sudden rate increase. The utilization curve is useful because it turns that trade-off into a number you can inspect before committing funds.