Crypto
3 min read

Lending Protocol

A DeFi application that lets users supply assets to earn yield and borrow against collateral. Interest rates are set algorithmically by utilization. Major protocols include Aave, Compound, and Morpho.

How lending protocols work

The mechanic for the dominant model (used by Aave, Compound, etc.):

  1. Users supply assets to the protocol's liquidity pools; the protocol issues receipt tokens that accrue interest automatically.
  2. Other users borrow from those pools by depositing collateral.
  3. Borrowers pay interest; suppliers earn it (minus a protocol cut).
  4. Interest rates float based on pool utilization — higher utilization pushes rates up, lower utilization down.
  5. All borrowing is over-collateralized. If collateral value falls below required thresholds, automated liquidators step in.
  6. Liquidators repay part of the borrower's debt and seize a proportional chunk of collateral plus a penalty.

This is the basic model. Variations and refinements exist, but most major DeFi lending shares this structure.

Major protocols

A few worth knowing:

  • Aave — largest by TVL. Multi-chain (Ethereum, L2s, alt-L1s). Pioneered flash loans.
  • Compound — pioneer; launched COMP and the governance-token incentive model in 2020.
  • Morpho — peer-to-peer matching layer on top of Aave/Compound; better rates when matching available.
  • Spark — MakerDAO-affiliated lending protocol.
  • Maple Finance — institutional-focused lending; partial undercollateralization for vetted borrowers.
  • Notional Finance — fixed-rate lending.
  • Lending on alt-L1s — Kamino on Solana, various others.

Aave has been the dominant brand for several years; smaller protocols target specific niches or improvements.

Supply-side: lending

For lenders, lending protocols offer:

  • APY on deposits — typically modest in normal conditions (2-5% on stablecoins), spiking when utilization is high.
  • No lockup — can withdraw anytime (subject to liquidity availability).
  • Receipt tokens that accrue value automatically — no manual claiming needed.
  • Composability — receipt tokens can be used as collateral in other protocols.

Risks include smart-contract bugs, oracle failures, governance attacks, and counterparty/utilization risk if borrowers all default simultaneously.

Borrow-side: borrowing

For borrowers:

  • Permissionless access — no credit checks, application, or relationship.
  • Variable rates — change based on pool conditions.
  • No fixed term — keep the loan as long as collateral remains adequate.
  • Liquidation risk — automated and immediate when thresholds breach.
  • No recourse — if collateral is liquidated, the protocol takes the collateral and the relationship ends.

Common borrower use cases: leverage, tax-deferred liquidity, refinancing other positions, market-making.

Interest-rate dynamics

A typical utilization curve:

  • Low utilization (<60%) — low borrow rates (2-5%); low supply rates.
  • Medium utilization (60-80%) — moderate rates (5-15%).
  • High utilization (80-95%) — rates rise sharply (15-50%+).
  • Near-100% utilization — rates spike to triple digits to discourage further borrowing and attract new supply.

This creates self-balancing dynamics: when rates rise, more capital flows in; when they fall, capital can leave.

Risks specific to lending protocols

A few common failure modes:

  • Smart-contract exploits. Even audited protocols have been drained. Cream Finance, Euler Finance, others have lost user funds.
  • Oracle manipulation. Bad price data triggers inappropriate liquidations or allows undercollateralized borrowing.
  • Liquidation cascades. Sharp price drops can produce massive simultaneous liquidations, overwhelming liquidator capacity.
  • Bad debt accumulation. When liquidations don't fully cover defaults, protocols can accumulate bad debt that requires governance intervention.
  • Governance risk. Token-weighted governance can be attacked or captured.

How to think about lending protocols

For typical users:

  • Stablecoin lending on major protocols (Aave, Morpho) is reasonable for most retail users seeking yield. Returns of 3-7% are common; risks include smart-contract exposure but are bounded.
  • Borrowing for leverage is for sophisticated users who understand liquidation dynamics. Position sizing must account for sudden price moves.
  • Long-tail protocols and assets carry meaningfully higher risk for both lenders and borrowers.

CeFi vs. DeFi lending

Two types of crypto lending:

  • DeFi lending — smart-contract-based, transparent, over-collateralized.
  • CeFi lending — Celsius, BlockFi, Genesis (largely defunct after 2022). Custodial; counterparty risk.

CeFi lending mostly collapsed in 2022. Surviving DeFi lending has fared better through cycles by structural design.

Where this is heading

Several active developments:

  • Modular lending markets — Morpho's design separates risk parameters from base liquidity, allowing customization.
  • Real-world asset (RWA) lending — using tokenized treasuries and similar as collateral.
  • Cross-chain lending — borrow on one chain against collateral on another.
  • Undercollateralized lending — early experiments with onchain credit (limited success so far).
  • Institutional lending — protocols targeting accredited and institutional borrowers with appropriate compliance layers.

Lending is one of DeFi's most-mature segments. The basic over-collateralized model has worked through multiple bear markets; the future likely involves refinements rather than replacements.