Module Overview
Lending is DeFi's most-tested category. Understanding why it has survived every cycle teaches you what makes protocols durable — and what makes centralized lenders structurally fragile.
- Decentralized lending replaces banks with smart contracts. No credit checks. No loan officers. No intermediaries. Just over-collateralization and automatic liquidation.
- Borrowers must post more collateral than they borrow (typically 150% or more). If the collateral value falls too much, the protocol auto-liquidates the position.
- Lenders deposit assets into a pool, earn interest from borrowers, can withdraw at will subject to liquidity.
- Interest rates float dynamically based on utilization — how much of the deposited capital is currently borrowed.
- The three major protocols (Aave, Compound, MakerDAO) have processed tens of billions in cumulative loans without major structural failures since 2018-2019.
Key Terms
The vocabulary this module unlocks. Skim before you read.
- Lending protocol
- A smart-contract system where users can deposit assets to earn interest or borrow assets against collateral. (Aave, Compound, Morpho.)
- Loan-to-value (LTV)
- The ratio of a loan's value to the value of the collateral backing it.
- Liquidation
- The process by which a third party repays an under-collateralized loan and seizes part of the collateral, plus a bonus. Keeps the protocol solvent.
- Utilization curve
- The algorithmic formula that sets interest rates based on the ratio of borrowed to total deposited in a pool. Higher utilization = higher rates.
- Leverage
- Borrowing against your existing position to take a larger position. Amplifies both gains and losses.
The category that quietly worked
Decentralized lending is the quiet success story of DeFi. While the centralized lenders (Celsius, Voyager, BlockFi) collapsed in spectacular fashion in 2022, the decentralized lending protocols (Aave, Compound, MakerDAO) kept processing loans, calculating interest, and executing liquidations without missing a payment.
The contrast was deliberate, not lucky. The structural difference between centralized and decentralized lending is what determined the outcome. Once you understand the mechanism, it becomes clear why these protocols have been the most durable category in DeFi.
What decentralized lending actually is
A decentralized lending protocol is a smart contract (or set of smart contracts) that lets users lend and borrow cryptocurrency without an intermediary. There is no bank. There is no loan officer. There is no credit check. There is no know-your-customer at the protocol level. There is only a set of rules encoded in software that anyone can interact with.
Lenders deposit tokens into the protocol and earn interest from borrowers. Borrowers post collateral and take out loans against it, paying interest that accrues to the lenders. The protocol takes a small spread. Everything happens on chain in real time, visible to anyone who knows how to read the contracts.
The largest protocols — Aave, Compound, MakerDAO (now Sky), and Morpho — have been operating continuously since 2018-2019. Cumulatively they have processed tens of billions of dollars in loans. The structural failure rate has been near zero.
Over-collateralization: the core mechanism
The thing that makes decentralized lending work without trust is over-collateralization. To borrow $1,000 of stablecoin from Aave, you typically need to post at least $1,500 of crypto as collateral. The collateral ratio (often called a loan-to-value or LTV ratio) varies by asset, but every loan is backed by more value than it lends out.
This sounds counterintuitive. Why would anyone borrow $1,000 when they already have $1,500 of crypto?
Several practical reasons:
Tax avoidance. Selling crypto triggers a taxable event. Borrowing against it does not. For crypto holders with appreciated positions, borrowing lets them access liquidity without realizing capital gains.
Belief in upside. A holder who expects the collateral to appreciate may prefer to borrow against it rather than sell. If ETH doubles, you keep the upside on the collateral; if you had sold to access dollars, you would have missed the gain.
Leverage. Borrowing against existing crypto lets you increase exposure to the same or different assets. This is a sophisticated use case with significant risks.
Short-term liquidity. If you need cash for a few weeks but expect to repay shortly, borrowing against crypto can be cheaper than selling and rebuying later.
Over-collateralization is what eliminates the need for credit underwriting. The protocol does not need to trust the borrower because the collateral can be liquidated if the loan goes underwater. The mathematics replace the loan officer.
Liquidations: the protocol's defense
If the value of your collateral falls relative to your borrowed amount, your loan can be liquidated. This is the protocol's mechanism for protecting itself and its lenders.
Every protocol has a liquidation threshold. If your loan-to-value ratio crosses that threshold, anyone in the world can trigger a liquidation by repaying part of your loan in exchange for taking a portion of your collateral at a discount. This creates an incentive for outside actors — liquidator bots — to constantly monitor positions and trigger liquidations the moment they become unsafe.
For borrowers, liquidations are a real cost. You lose part of your collateral, plus a liquidation penalty (typically 5-10%). Managing position health — keeping your LTV well below the liquidation threshold — is the basic discipline of using these protocols.
For the protocol and its lenders, liquidations are protection. They ensure that loans stay over-collateralized even as prices move. The combination of automatic liquidation and the bot ecosystem that enforces it is what allows decentralized lending to operate without trusting any individual party.
Interest rates: market clearing in real time
Interest rates in decentralized lending protocols are dynamic, set algorithmically based on supply and demand. When more lenders deposit than borrowers borrow, rates drop to attract more borrowing. When borrowing demand exceeds supply, rates rise to attract more deposits.
The rates move continuously, sometimes dramatically. During periods of high stablecoin borrowing demand — typically when crypto markets are rallying and traders want to leverage long positions — rates can spike from 3% to 15%+ over a few hours. During quiet periods, rates can drop below 2%.
This is structurally different from how rates work in traditional finance, where rates are set by central banks and adjusted slowly through committee processes. Decentralized lending rates are pure market clearing prices. They are also entirely visible — you can see the current rate, the supply, the demand, and the utilization ratio for any asset on any major protocol at any moment.
The major protocols
Aave is the largest and most feature-rich. It supports lending and borrowing across dozens of assets on multiple chains. Aave introduced several DeFi innovations including flash loans (uncollateralized loans that must be repaid in the same transaction) and stable interest rate options. Aave's governance token (AAVE) gives token holders voting power over protocol parameters.
Compound is the older sibling — one of the first DeFi lending protocols and a major influence on the category. Its design philosophy emphasizes simplicity. It supports fewer assets than Aave but with cleaner, more conservative mechanics. Compound's governance model (COMP token) was the first major example of DeFi yield farming when it launched in 2020.
MakerDAO (Sky) is structurally different from Aave and Compound. Instead of letting users borrow any token, Maker only mints DAI, its native decentralized stablecoin. To mint DAI, you deposit collateral (ETH and other approved assets). The protocol's overall design has been validated across every major crypto cycle since 2017.
Morpho is a newer entrant focused on improving capital efficiency by matching lenders and borrowers more directly. It often offers better rates for both sides compared to traditional pooled lending. Morpho has grown rapidly since 2023 and is now one of the largest lending protocols by total value locked.
Why centralized lenders failed and DeFi did not
The 2022 collapses of Celsius, Voyager, and BlockFi shared a specific structural failure that DeFi cannot replicate.
Centralized lenders took customer deposits and lent them to other parties — often leveraged hedge funds like Three Arrows Capital — without sufficient collateral and without disclosing those loans to depositors. When Three Arrows collapsed, the centralized lenders could not recover the loans. They became insolvent. Depositors lost their money.
DeFi protocols cannot make this mistake because:
- Every loan is over-collateralized at all times — the smart contract enforces this rule with no discretion
- Every loan is visible on chain — no hidden exposures
- There is no human in the loop who can decide to "trust" a counterparty without collateral
- The protocol cannot become insolvent the way a business can, because there is no balance sheet to mismanage
This is the structural insurance that protected DeFi depositors in 2022. It is not that DeFi is risk-free — smart contract bugs, oracle failures, and liquidation cascades are all real risks. It is that DeFi cannot fail the specific way centralized lenders did, because the mechanism of that failure (undisclosed under-collateralized lending) is mechanically prevented.
The practical takeaway
Decentralized lending is the most-tested, most-boring, and most-credible category in DeFi. The largest protocols have been operating for years without catastrophic failure. The mechanism — over-collateralization, automatic liquidation, transparent interest rates — works.
If you want to earn yield on stablecoins, lending them through a major decentralized protocol is the most credible option. The yields are real (they come from borrower interest), transparent (you can see the supply, demand, and rate at any moment), and durable (the protocols have survived every cycle since 2018).
If you want to borrow against your crypto holdings without selling them, decentralized lending is the standard tool. Manage your loan-to-value ratio carefully. Understand the liquidation threshold for the assets you are using. Treat liquidation as a real cost to avoid, not a theoretical risk.
Avoid the temptation to maximize yield by chasing the smallest, newest protocols. The risk-reward profile of smaller protocols is much worse than headline rates suggest. The major protocols' boring 3-8% yields are the durable opportunity in this category.
The next module goes deeper on the other foundational DeFi primitive — Automated Market Makers. We have covered the basics in Module 10; Module 17 looks at the mechanics of how AMMs actually set prices, what changed with Uniswap v3 concentrated liquidity, and why specialized AMMs (Curve for stablecoins, Balancer for portfolios) are worth knowing about.
Key takeaways
Carry these with you
01
Over-collateralization is what eliminates the need to trust borrowers. The math protects lenders even when nobody is vetting anyone.
02
Liquidations are a feature, not a bug. They are the protocol's defense mechanism that has kept these protocols solvent through every cycle.
03
Interest rates are dynamic and visible on chain. You can verify the supply, demand, and utilization in real time.
04
Smart contract risk, oracle risk, and liquidation cascades are real categories of risk. Major protocols manage them well; smaller ones often don't.
What you should now be able to do
- 01.Explain why over-collateralization replaces credit underwriting in decentralized lending.
- 02.Identify the three major lending protocols (Aave, Compound, MakerDAO) and how each differs.
- 03.Recognize what triggers a liquidation, why it matters for borrowers, and how the protocol protects itself.
- 04.Apply the 'where does the yield come from' question to evaluate any lending opportunity.
Module quiz
Test what you learned
Pick an answer, see the result immediately, and check your reasoning against the explanation. The questions are tied directly to the outcomes promised at the top of this module.
Question 1 of 6
Why must DeFi borrowers post more collateral than they borrow?
Question 2 of 6
What triggers a liquidation in DeFi lending?
Question 3 of 6
Why would someone borrow crypto if they already have to over-collateralize?
Question 4 of 6
What is the largest DeFi lending protocol?
Question 5 of 6
How are interest rates determined in DeFi lending protocols?
Question 6 of 6
Why didn't decentralized lending protocols collapse in 2022 when Celsius, Voyager, and BlockFi did?
Read deeper
Curated readings for Module 16
Aave · — the dominant lending protocol
The protocol most other lending protocols compare themselves to.
Compound · — the original DeFi lending protocol
The protocol that defined the category.
Morpho · — the new approach
The peer-to-peer matching layer that sits on top of (and increasingly alongside) Aave and Compound.
The Celsius/BlockFi case studies
Celsius and BlockFi were centralized crypto lending platforms that marketed themselves with DeFi aesthetics but operated as traditional companies taking customer deposits and deploying them at company discretion. Both collapsed in 2022 from off-chain leverage exposure (Celsius to UST and stETH, BlockFi to FTX and Three Arrows Capital). The actual DeFi protocols (Aave, Compound, MakerDAO) survived the same stress event without major failures because they are smart contracts on-chain rather than companies. The structural lesson is that any custodial yield product is a credit risk to the issuer; if the yield source isn't traceable to specific real economic activity, the product is taking hidden risk that will eventually surface.
What are decentralized lending protocols? · The Block
Decentralized lending protocols are smart contracts that enable lending and borrowing of cryptocurrency without intermediaries. The dominant model uses over-collateralization (typically requiring 150%+ in collateral to borrow), with automatic on-chain liquidation if positions become undercollateralized. Major protocols including Aave, Compound, MakerDAO (Sky), and Morpho have processed tens of billions in cumulative loans since 2018-2019 with no major structural failures, while centralized lenders (Celsius, Voyager, BlockFi) all collapsed in 2022. Interest rates are dynamic and set algorithmically based on supply and demand within each asset pool.
Up next
Module 17 · Intermediate · 9 min
Automated Market Makers (AMMs) in depth
Preview reader
You are reading a private preview of IMPCT Institute. If something landed, didn't land, or felt confusing on this lesson, tell us. Short notes are useful. Long notes are useful. No notes are also fine.

