A DeFi lending market pools deposits and lets borrowers draw selected assets after locking acceptable collateral. Smart contracts calculate each account's debt, interest, and borrowing capacity. Because the system usually does not know a borrower's income or legal identity, it relies on collateral that can be sold when the position becomes unsafe.
This is different from an unsecured personal loan based on creditworthiness and future earnings. The borrower may use liquidity while retaining economic exposure to the collateral, but a price decline can trigger an automatic sale. Suppliers earn borrower-funded interest and accept the risk that collateral, contracts, or liquidation processes fail to cover the debt.
What you will learn
- Trace deposits, borrowing, interest, repayment, and withdrawal through a pooled market
- Explain how utilization influences variable interest rates
- Connect collateral values and oracle prices to liquidation
- Identify how lending losses can reach suppliers and protocol reserves
Pooling assets and recording claims
Suppliers transfer supported assets to market contracts and receive an accounting claim that reflects principal plus accrued supplier interest. Borrowers do not usually negotiate with an individual supplier. They draw from pooled liquidity after the contracts verify that their posted collateral supports the requested debt under current parameters.
Interest accrues according to the protocol's rate model and market utilization. Borrower rates normally exceed supplier rates because not every supplied unit is borrowed and the protocol may retain a reserve share. The interface displays these values, but the deployed contracts perform the accounting and can continue to do so without that particular website.
Why rates change
Utilization compares outstanding borrowing with supplied liquidity. When utilization rises, many rate models increase borrowing costs to discourage new debt, encourage repayment, and attract more supply. A steeper increase near a target utilization can protect withdrawal liquidity, although it cannot force borrowers to repay or suppliers to deposit.
A displayed annual rate is therefore a current output of a model, not a fixed-term promise. Supplier income ultimately comes from interest paid by borrowers, net of protocol allocations. Additional governance-token rewards may increase the displayed rate, but those rewards are issuance-based incentives whose market value and distribution schedule can change separately.
Collateral, prices, and liquidation
Each collateral asset receives parameters reflecting its liquidity and volatility, including how much debt it can support and when liquidation begins. Price oracles translate token quantities into comparable values. A borrower can become liquidatable because collateral falls, borrowed assets rise, or accrued interest pushes debt beyond the permitted boundary.
Liquidators are external actors or automated systems that call the contracts when conditions permit. They repay specified debt and receive collateral at an incentive-adjusted value. This mechanism turns collateral into repayment without a collections process, but it depends on accurate prices, executable transactions, liquid markets, and incentives large enough to attract action during stress.
Loss allocation and control
If liquidation proceeds do not cover debt, the market has bad debt. A protocol may use reserve funds, insurance-like modules, governance-directed resources, or accounting adjustments, but these mechanisms differ and may be insufficient. Ultimately, suppliers or designated backstops can bear losses; the mere existence of overcollateralization does not guarantee full repayment.
Governance may approve assets, set collateral factors, adjust rate models, and manage emergency actions. Interfaces can add warnings and simulations but cannot override protocol thresholds. Reviewers should inspect upgrade powers, oracle design, asset concentration, utilization, liquidation capacity, reserve size, and prior incidents rather than relying only on total deposits or a familiar brand.
Common misconceptions
“DeFi lending is the same as a personal loan with fewer identity checks.”
Most DeFi borrowing is asset-based and overcollateralized. Contracts rely on saleable collateral and automatic liquidation rather than underwriting income, credit history, and a legal promise to repay.
“Suppliers receive a fixed interest rate once they deposit.”
Pooled market rates commonly change with utilization and governance parameters. Incentive rewards and borrower demand can also change independently throughout the deposit period.
Risks and limitations
- Liquidation risk: a borrower can lose collateral after adverse prices or growing interest breach a protocol threshold, even without missing a scheduled payment.
- Bad-debt risk: rapid moves, thin liquidity, oracle failures, or congestion can prevent collateral sales from covering debt and expose suppliers or backstops.
- Liquidity risk: suppliers may be unable to withdraw immediately when a large share of the market's assets is borrowed.
- Contract and governance risk: bugs, malicious upgrades, weak parameters, or privileged-key failures can alter balances and market solvency.
Key takeaways
- DeFi lending pools assets and underwrites positions through collateral rather than personal credit.
- Borrower payments are the primary source of supplier interest; token incentives are separate.
- Utilization links borrowing demand, rates, and withdrawal liquidity.
- Oracle prices and liquidation execution are core solvency dependencies.
- Suppliers can ultimately bear losses when collateral and backstops are insufficient.
Primary and further reading
Test your understanding
Score at least 2 out of 3 to complete this lesson. Explanations appear after you submit.