What Are DeFi Lending Protocols?

Understand how DeFi lending protocols work, including how interest rates are set, how collateral is managed, and which protocols are most widely used for crypto-backed borrowing.

Understanding DeFi Lending Protocols

DeFi lending protocols are smart contract-based platforms that enable cryptocurrency holders to lend their assets to earn interest or borrow assets by providing collateral — all without relying on a bank or any centralized intermediary.

These protocols are among the most important building blocks of decentralized finance. They replicate the core functions of traditional banking — deposit-taking, loan origination, and interest calculation — using transparent, automated code running on a blockchain.

At their most basic, DeFi lending protocols operate through liquidity pools: shared pools of assets contributed by lenders. Borrowers draw from these pools by locking up collateral that exceeds the value of what they borrow. Smart contracts handle every aspect of the process, from accepting deposits to calculating interest to enforcing liquidations.

How DeFi Lending Works: Step by Step

The Lending Side

When you lend (also called "supplying" or "depositing") in a DeFi lending protocol:

  1. You deposit tokens into a lending pool. For example, you might deposit USDC into an Aave v3 USDC pool.
  2. You receive a representative token. The protocol issues you a receipt token (like aUSDC in Aave) that represents your deposit plus accrued interest.
  3. Your deposit earns interest. The interest comes from borrowers who are paying to use the assets in the pool. Your share of interest is proportional to your share of the pool.
  4. You can withdraw at any time. As long as there is available liquidity in the pool (meaning not all deposits are currently borrowed), you can redeem your receipt tokens for your original deposit plus earned interest.

The Borrowing Side

When you borrow from a DeFi lending protocol:

  1. You deposit collateral. For example, you might deposit wrapped Bitcoin (WBTC) as collateral.
  2. You borrow against it. The protocol allows you to borrow up to a certain percentage of your collateral's value, known as the loan-to-value (LTV) ratio. If the LTV for WBTC is 75%, you can borrow up to $75 worth of stablecoins for every $100 of Bitcoin collateral.
  3. You pay interest. Borrowing rates are set algorithmically and fluctuate based on pool utilization.
  4. You repay and reclaim collateral. When you repay the borrowed amount plus accrued interest, your collateral is unlocked and returned to you.
  5. Liquidation acts as a safety net. If the value of your collateral drops too far relative to your loan, the protocol automatically liquidates part of your collateral to protect lenders.

How Interest Rates Are Determined

One of the most distinctive features of DeFi lending is how interest rates are set. Rather than a committee or a bank setting rates, DeFi protocols use algorithmic rate models based on utilization.

The Utilization Rate

The utilization rate is simply the percentage of deposited assets that are currently being borrowed:

Utilization = Total Borrowed / Total Supplied

When utilization is low (say 20%), it means there is plenty of liquidity available. Rates are low to encourage more borrowing. When utilization is high (say 90%), liquidity is scarce. Rates spike to attract more lenders and discourage excessive borrowing.

Interest Rate Curves

Most protocols use a kinked rate model with two distinct slopes:

  • Below the optimal utilization target (often around 80%), rates increase gradually. This is the normal operating range.
  • Above the optimal utilization target, rates increase sharply. This steep slope is designed to prevent the pool from reaching 100% utilization, which would mean lenders could not withdraw their funds.

This mechanism ensures that lending pools remain functional and that there is always incentive for the market to self-correct.

The Role of Collateral

Collateral is the foundation of DeFi lending security. Since there are no credit checks or legal agreements in DeFi, loans are secured entirely by the crypto assets the borrower locks up.

Over-Collateralization

DeFi loans are almost always over-collateralized, meaning you must deposit more value in collateral than you borrow. If a protocol has a maximum LTV of 75% for a given asset, you need at least $133 of collateral for every $100 you borrow. This buffer protects lenders against sudden price drops.

Collateral Factors and Risk Parameters

Each asset accepted as collateral has its own risk parameters:

  • Loan-to-Value (LTV) ratio: The maximum amount you can borrow relative to your collateral value.
  • Liquidation threshold: The collateral ratio at which your position becomes eligible for liquidation. This is typically slightly above the maximum LTV.
  • Liquidation penalty: The discount at which liquidators can purchase your collateral during a liquidation event.

These parameters are set based on an asset's volatility, liquidity, and overall risk profile. Highly liquid assets like ETH and BTC tend to have higher LTV ratios than smaller, more volatile tokens.

Oracles and Price Feeds

To know the current value of collateral, lending protocols rely on oracles — external services like Chainlink that provide reliable, tamper-resistant price data from multiple sources. Accurate price feeds are critical; if an oracle provides a wrong price, it could trigger unjustified liquidations or allow undercollateralized borrowing.

Major DeFi Lending Protocols

Aave v3

Aave v3 is one of the largest and most established lending protocols in DeFi. Key features include:

  • Multi-chain deployment: Operates on Ethereum, Arbitrum, Optimism, Base, Polygon, and other networks.
  • Efficiency mode (E-Mode): Allows higher LTV ratios when borrowing correlated assets (e.g., borrowing one stablecoin against another).
  • Isolation mode: Newly listed assets can be isolated so that potential issues do not affect the broader pool.
  • Flash loans: Allows uncollateralized loans that must be borrowed and repaid within a single transaction — primarily used by developers and arbitrageurs.

Morpho Blue

Morpho Blue takes a different approach with isolated, permissionless lending markets:

  • Isolated markets: Each market has a single collateral asset and a single borrowable asset, reducing systemic risk.
  • Customizable parameters: Market creators can set their own LTV ratios, liquidation parameters, and oracle choices.
  • Capital efficiency: The isolated design can offer better rates for specific pairs because risk is more precisely scoped.

Compound

Compound is one of the original DeFi lending protocols and helped establish many of the patterns used across the industry. Its latest version, Compound III (Comet), focuses on a simplified model where each deployment supports borrowing a single asset.

Pool-Based vs. Peer-to-Peer Lending

Pool-Based Lending

Most DeFi lending protocols use a pool-based model. Lenders deposit into shared liquidity pools, and borrowers draw from those pools. The advantage is that lenders can deposit or withdraw at any time (subject to liquidity), and borrowers can take loans of any size up to the available liquidity. The disadvantage is that lenders earn a blended rate — they share interest from all borrowers proportionally.

Peer-to-Peer Matching

Some protocols attempt to match lenders and borrowers directly. Morpho's original protocol layer sat on top of Aave and Compound, matching individual lenders with individual borrowers to give both sides a better rate. While peer-to-peer matching can be more capital efficient, it adds complexity and may not always find a match.

Risks Specific to DeFi Lending

Smart Contract Risk

Lending protocols are complex software systems. Bugs in the code could allow attackers to drain funds. Established protocols mitigate this through extensive auditing, bug bounty programs, and battle-tested code, but the risk can never be fully eliminated.

Liquidation Risk

If the market moves sharply against your collateral, you may be liquidated. In extreme market conditions, liquidations can cascade — falling prices trigger liquidations, which create more selling pressure, which trigger more liquidations. Maintaining a conservative LTV ratio is the best defense.

Oracle Risk

If the price oracle that a lending protocol relies on provides inaccurate data, it can lead to improper liquidations or allow undercollateralized borrowing. Top protocols use decentralized oracle networks with multiple data sources to minimize this risk.

Liquidity Risk

In periods of high demand, lending pools can approach 100% utilization. When this happens, lenders may temporarily be unable to withdraw their funds until utilization decreases. The kinked interest rate model is designed to prevent this, but it can still occur during extreme market events.

How Aggregators Help

With dozens of lending protocols across multiple blockchains, each offering different rates and terms, finding the best deal can be overwhelming. This is where lending aggregators add value.

Borrow by Sats Terminal is an example of a lending aggregator focused on Bitcoin-backed borrowing. It scans protocols like Aave v3 and Morpho Blue in real time, comparing interest rates, LTV ratios, and liquidation parameters so that users can find the optimal terms without manually checking each protocol.

By using an aggregator, borrowers can:

  • Compare rates across protocols at a glance
  • Evaluate different collateral options and their respective terms
  • Access multiple protocols through a single interface
  • Save time and reduce the risk of overlooking a better rate

Getting Started with DeFi Lending

If you want to explore DeFi lending:

  1. Understand the fundamentals. Make sure you are comfortable with how DeFi works, how wallets function, and what smart contracts do.
  2. Choose a reputable protocol. Stick with well-established platforms that have been audited and have a track record of security.
  3. Start with small amounts. Get familiar with the mechanics before committing significant capital.
  4. Monitor your positions. If you are borrowing, keep a close eye on your collateral ratio, especially during volatile markets.
  5. Use tools and aggregators. Platforms like Borrow can help you compare options and manage your positions more effectively.

DeFi lending is one of the most practical and widely used applications of decentralized finance. By understanding how these protocols work, you can make informed decisions about whether and how to participate.

Common Questions

A DeFi lending protocol is a smart contract-based system that allows users to lend and borrow cryptocurrency without intermediaries. Lenders deposit assets into liquidity pools and earn interest, while borrowers provide collateral and pay interest to access funds. Interest rates are typically set algorithmically based on the supply and demand within each pool.

Related Questions