Lending & Borrowing
Utilization Rate
Utilization rate is the percentage of deposited assets in a lending pool that are currently lent out to borrowers.
An interest rate model is the algorithm that dynamically adjusts borrowing and lending rates in a DeFi protocol based on pool utilization.
An interest rate model is the algorithmic framework that a DeFi lending protocol uses to dynamically set borrowing rates and supply rates for each asset in its markets. Rather than relying on human decision-makers to adjust rates, these models use mathematical formulas that respond automatically to real-time changes in pool conditions. The interest rate model is one of the most consequential design choices in any lending protocol, directly determining the economic experience of every borrower and lender on the platform.
The primary input for nearly every interest rate model is the utilization rate — the percentage of deposited assets that are currently borrowed. Utilization rate is calculated as:
Utilization Rate = Total Borrowed / Total Supplied
For example, if lenders have deposited $100 million into a USDC pool and borrowers have taken out $70 million in loans, the utilization rate is 70%.
The interest rate model maps this utilization rate to a corresponding borrowing rate. As utilization increases, borrowing rates rise. As utilization decreases, rates fall. This creates a self-regulating market: high rates discourage borrowing and attract new deposits, while low rates encourage borrowing and may prompt lenders to seek yield elsewhere.
The most widely used interest rate model in DeFi is the "kink" model (sometimes called the piecewise linear model or the jump rate model). It defines two distinct rate slopes separated by an optimal utilization threshold:
The kink design is deliberate. Lending protocols need to ensure that depositors can always withdraw their funds. If utilization reaches 100%, no liquidity remains for withdrawals. The steep rate curve above the kink prevents this scenario by making it prohibitively expensive to borrow when the pool is running low on available liquidity.
Protocol designers and governance participants tune several parameters to calibrate the interest rate model for each asset:
While the kink model is the industry standard, protocols implement variations that reflect their design philosophies:
The supply rate (what lenders earn) is derived from the borrowing rate rather than independently calculated. The formula is typically:
Supply Rate = Borrowing Rate x Utilization Rate x (1 - Reserve Factor)
This means lenders earn a share of the interest paid by borrowers, minus the protocol's cut (reserve factor), and weighted by how much of the pool is actually generating interest (utilization rate). At low utilization, even a high borrowing rate translates to a modest supply rate because most of the pool is sitting idle.
For borrowers, the interest rate model determines the predictability and cost of their loans. Understanding the kink point for a given asset helps borrowers anticipate when rates might spike — if utilization is already near the kink, a small increase in borrowing demand could trigger dramatically higher costs.
For lenders, the model determines earnings potential. Pools operating just below the kink tend to offer the best risk-adjusted supply rates: utilization is high enough to generate meaningful interest but not so high that liquidity risk becomes a concern.
Changing interest rate model parameters is one of the most impactful governance decisions a lending protocol can make. Adjusting the kink point, slopes, or base rates affects every user in the market. Proposals to modify these parameters typically undergo rigorous community discussion and risk analysis before being put to a vote, reflecting their significance to protocol health and user experience.
Related Terms
Lending & Borrowing
Utilization rate is the percentage of deposited assets in a lending pool that are currently lent out to borrowers.
Lending & Borrowing
The borrowing rate is the annualized interest charged to users who take out crypto loans from a DeFi lending protocol.
Lending & Borrowing
A reserve factor is the percentage of borrower interest payments that a lending protocol retains as a safety reserve rather than distributing to lenders.
DeFi Fundamentals
A governance token is a cryptocurrency that gives holders voting power over a DeFi protocol's decisions and future development.