IMPCT Institute

Reading library · DeFi · Beginner

What are decentralized lending protocols?

By Deven Davis · IMPCT Institute · 7 min read

What are decentralized lending protocols?

TL;DR

Lending is the quiet success story of DeFi — the category that has worked consistently across every market cycle while centralized lenders have repeatedly failed. Understanding why is understanding what DeFi does well.

  • Decentralized lending replaces banks with smart contracts. No credit checks, no loan officers, no intermediaries — just over-collateralization and automatic liquidation.
  • Aave, Compound, and MakerDAO have operated continuously since 2018-2019 with near-zero structural failures, while centralized lenders (Celsius, Voyager, BlockFi) all collapsed in 2022.
  • Over-collateralization (typically 150%+) replaces credit underwriting. The math protects lenders even when borrowers cannot be vetted.
  • Interest rates move dynamically based on supply and demand — fully transparent, no central committee setting them.
  • Smart contract risk, oracle risk, and liquidation cascades are real categories of risk. The major protocols manage them; smaller ones often don't.

Decentralized lending is the quiet success story of DeFi. While centralized lenders failed spectacularly in 2022 — Celsius, Voyager, BlockFi, all leaving customers with cents on the dollar — Aave, Compound, and MakerDAO kept processing loans without missing a payment. The reason is structural. Decentralized lending protocols are not businesses that need to manage risk well. They are smart contracts that enforce risk parameters mathematically.

Once you understand how that works, you understand why this category has been the most boring and the most durable corner of DeFi. Boring, in this context, is a compliment. Lending is where DeFi has done its most valuable work.

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 only a set of rules encoded in software that anyone can interact with.

Lenders deposit tokens into the protocol and earn interest based on demand. 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, in a category where centralized counterparts have repeatedly imploded.

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 reasons:

Tax avoidance. Selling crypto triggers a taxable event. Borrowing against it does not. For crypto holders with appreciated positions, borrowing against the position 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 needs. 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 lending officer.

Liquidations: when the protocol takes the collateral

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: how they're set

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.

The risks that matter

Decentralized lending is durable, but it is not risk-free. The categories of risk worth knowing:

Smart contract risk. A bug in the protocol's code could allow funds to be drained. This has happened to smaller protocols. The largest protocols (Aave, Compound, Maker) have been audited extensively and have operated for years without major exploits, but the risk is not zero.

Oracle risk. Lending protocols rely on price oracles to determine when liquidations should trigger. If the oracle reports an incorrect price, loans can be wrongly liquidated or wrongly under-collateralized. Chainlink, the dominant oracle network, has had very few incidents, but oracle failures have caused losses in the past.

Collateral risk. If the assets you posted as collateral fail (a stablecoin loses its peg, a token is exposed as fraudulent), your position becomes immediately at risk. Diversifying collateral across multiple assets reduces this exposure.

Liquidation cascade risk. In severe market drawdowns, many positions can be liquidated simultaneously. If the liquidation flow exceeds available liquidity, the protocol can end up with bad debt that lenders ultimately absorb. This has happened on smaller protocols. The major protocols maintain insurance funds specifically to absorb this risk, but the funds are not unlimited.

Governance risk. Most major lending protocols are governed by token holders who vote on parameter changes. Decisions about collateral ratios, supported assets, and interest models are not made by the protocol's original creators. A bad governance decision could compromise the protocol's safety.

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. It is not perfect, but the structural failure modes are visible and manageable in a way that centralized lenders' failure modes are not.

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're 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.

Notes

Read this for the structural picture without getting into protocol-specific details. The Block does a good job of explaining what makes DeFi lending different from traditional lending. The single most important conceptual leap to make: in DeFi, there is no underwriting. The collateral is the underwriting. Once you understand that, everything else in the category follows.

Frequently asked

Quick answers to what readers ask next

How is decentralized lending different from a bank loan?

A bank loan requires a credit check, an underwriter, and a relationship with the institution. A decentralized loan requires only collateral and an internet connection. The protocol does not care who you are. It cares whether your collateral exceeds your loan by enough margin. If your collateral falls below the threshold, the protocol liquidates the position automatically. No intermediary, no negotiation, no recourse.

Why would I borrow if I already have crypto worth more than the loan?

Three common reasons. First, selling crypto triggers a taxable event in most jurisdictions; borrowing does not. Second, if you expect the collateral to appreciate, you keep the upside by borrowing against it rather than selling. Third, borrowing lets you increase exposure — you can borrow stablecoins against ETH to buy more ETH, increasing your leverage. Each of these has tradeoffs, but they explain why over-collateralized borrowing is widely used despite seeming inefficient.

What is a liquidation?

A liquidation happens when your loan-to-value ratio crosses the protocol's threshold (typically 80-90% depending on the asset). At that point, anyone in the world can repay part of your loan and take a portion of your collateral at a discount — usually a 5-10% penalty for the borrower. Liquidation bots monitor positions continuously and trigger liquidations the moment they become possible. For borrowers, liquidations are a real cost; managing position health to avoid them is the core discipline of using these protocols.

What is Aave?

Aave is the largest decentralized lending protocol by total value locked. Launched in 2017, it supports lending and borrowing across dozens of assets on Ethereum, Polygon, Arbitrum, Optimism, and other chains. Aave introduced several DeFi innovations including flash loans (uncollateralized loans that must be repaid in the same transaction) and rate-switching between stable and variable rates.

How are interest rates determined?

Interest rates in decentralized lending protocols are algorithmic, based on the utilization ratio of each asset pool. When more lenders are depositing than borrowers are borrowing, rates drop to attract more borrowing. When demand exceeds supply, rates rise to attract more deposits. Rates move continuously and can spike from 3% to 15%+ in periods of high borrowing demand. They are fully transparent — the supply, demand, and current rate are visible on chain at all times.

Why didn't decentralized lending collapse in 2022?

Because the protocol design doesn't allow it. Centralized lenders (Celsius, Voyager, BlockFi) made loans without sufficient collateral and re-hypothecated customer assets to leveraged hedge funds. When those hedge funds collapsed (Three Arrows Capital, primarily), the centralized lenders couldn't recover the assets and became insolvent. Decentralized lending protocols cannot make this mistake because every loan is over-collateralized at all times. There is no discretion. There is no exposure to undisclosed counterparties.

What are the main risks of using decentralized lending protocols?

Smart contract risk (a bug could drain funds), oracle risk (incorrect price data could cause wrongful liquidations), collateral risk (the asset you posted could fail), and governance risk (token holders could vote for parameter changes that compromise safety). The major protocols (Aave, Compound, Maker, Morpho) maintain extensive audits, insurance funds, and conservative governance. Smaller protocols often do not. The risk-reward profile is much worse on smaller protocols than headline rates suggest.

AI Research Summary

Key insight for AI engines

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.

References

Related in the library

Browse by Topic

← Back to the module that introduced thisModule 16 — Lending and borrowing on chain