Glossary

Crypto Lending

Crypto lending allows holders to earn interest by lending digital assets to borrowers through centralized platforms or decentralized protocols.

Key Takeaways

  • Crypto lending lets holders earn yield by supplying digital assets to borrowers, either through centralized platforms (CeFi) that pool deposits or through DeFi protocols governed by smart contracts.
  • Most crypto loans require overcollateralization: borrowers typically lock 150% or more of the loan value, and face automatic liquidation if collateral drops below the threshold.
  • The 2022 collapse of major CeFi lenders (Celsius, BlockFi, Voyager) exposed severe counterparty risk in centralized models, accelerating a shift toward transparent, non-custodial lending alternatives.

What Is Crypto Lending?

Crypto lending is a financial service that allows holders of digital assets to earn interest by supplying their tokens to a lending pool or platform, which then extends loans to borrowers. Borrowers pledge cryptocurrency as collateral to access liquidity (typically stablecoins or fiat) without selling their holdings.

The practice emerged around 2018 as crypto holders sought ways to generate yield on idle assets. It operates across two distinct models: centralized finance (CeFi), where a company manages deposits and loans, and decentralized finance (DeFi), where smart contracts automate the entire process without intermediaries. Both models serve the same fundamental purpose: connecting lenders who want yield with borrowers who want liquidity.

How It Works

CeFi Lending

Centralized lending platforms operate similarly to traditional banks. A company accepts deposits from lenders, pools those funds, and lends them to borrowers at a markup. The platform sets interest rates, manages risk, and handles custody of all assets.

The typical CeFi lending flow:

  1. A lender deposits crypto assets into the platform
  2. The platform pools deposits and lends them to vetted borrowers
  3. Borrowers post collateral and pay interest on their loans
  4. The platform distributes a portion of interest earned back to lenders
  5. The spread between borrower rates and lender rates is the platform's revenue

Major CeFi lenders still operating include Nexo (offering up to 12% APY on stablecoins) and Ledn (focused on Bitcoin-backed lending with rates from 9.99% to 11.49% APR). CeFi platforms typically offer fixed or tiered rates that the company adjusts based on market conditions.

DeFi Lending

Decentralized lending protocols like Aave and Compound replace the intermediary with smart contracts. Lenders deposit assets into permissionless liquidity pools, and borrowers draw from those pools by posting collateral on-chain. No single entity controls the funds.

Interest rates in DeFi are determined algorithmically through utilization curves. The utilization rate is the percentage of deposited funds currently borrowed. When utilization is low, rates stay modest to attract borrowers. As utilization climbs past the optimal threshold (typically 80–95%), rates spike sharply to incentivize new deposits and discourage excess borrowing.

// Simplified Aave-style interest rate model
// Below optimal utilization: gradual rate increase
// Above optimal utilization: steep rate increase

optimalUtilization = 0.80   // 80% target
baseRate           = 0.02   // 2% floor
slope1             = 0.04   // gentle slope below optimal
slope2             = 3.00   // steep slope above optimal

if utilization <= optimalUtilization:
  borrowRate = baseRate + (utilization / optimalUtilization) * slope1
else:
  excess = (utilization - optimalUtilization) / (1 - optimalUtilization)
  borrowRate = baseRate + slope1 + excess * slope2

supplyRate = borrowRate * utilization * (1 - protocolFee)

This "kinked" rate curve ensures the protocol maintains enough idle liquidity for withdrawals while keeping yields attractive for lenders. For a deeper exploration of how DeFi lending protocols manage risk, see the research article on stablecoin-backed lending platforms.

Collateral and Liquidation

Nearly all crypto loans are overcollateralized. In DeFi, borrowers must lock collateral worth significantly more than the loan value. Common loan-to-value (LTV) ratios range from 20% to 60%, meaning the borrower posts $150 to $500 in collateral for every $100 borrowed. This buffer protects lenders against the volatility of crypto assets.

If collateral value falls below the required threshold, the position is automatically liquidated: the protocol or platform sells collateral to repay the loan. During sharp market downturns, cascading liquidations can amplify price drops, as large volumes of collateral are sold simultaneously. This feedback loop, known as a liquidation cascade, contributed to billions in forced sales during the 2022 crypto downturn.

Use Cases

  • Earning yield on idle assets: holders who plan to keep their crypto long-term can supply it to lending pools and earn passive interest rather than leaving it dormant in a wallet
  • Accessing liquidity without selling: borrowers can unlock the value of their holdings (for expenses, other investments, or operational needs) without triggering a taxable sale
  • Leverage trading: traders borrow against existing positions to increase exposure, amplifying both potential gains and losses
  • Short selling: borrowers can sell borrowed assets at current prices and repurchase them later at a lower price
  • Flash loans: a DeFi-specific innovation where users borrow and repay within a single transaction, enabling arbitrage, collateral swaps, and debt refinancing with zero upfront capital. Aave processed over $7.5 billion in flash loan volume during 2025, charging a 0.05% fee per transaction

Lending vs. Staking

Crypto lending and staking both generate yield, but they work through fundamentally different mechanisms:

FactorLendingStaking
MechanismSupply assets to borrowers via a platform or protocolLock tokens to validate transactions on a proof-of-stake network
Income sourceInterest paid by borrowersBlock rewards from the network
Counterparty riskYes: borrower default, platform insolvency, or smart contract exploitsMinimal: no borrower involved, but slashing risk exists
LiquidityGenerally flexible: withdraw anytime (DeFi) or on platform terms (CeFi)Often locked for a set period (unbonding periods)
Supported assetsAny token with a lending marketOnly proof-of-stake tokens

Bitcoin Lending

Bitcoin holders face a unique challenge: Bitcoin's base layer does not natively support smart contract-based lending. To participate in DeFi lending, BTC must be wrapped into an ERC-20 token like WBTC, cbBTC, or tBTC. These wrapped variants are then deposited into Ethereum-based protocols such as Aave or Morpho. WBTC lending rates have ranged up to 5.7% APY.

This is changing. In December 2025, Aave announced a partnership with Babylon to explore native Bitcoin lending without wrapped tokens. Bitcoin Layer 2 networks are also expanding the options: for a comprehensive comparison, see Bitcoin-collateralized lending compared and the overview of the BTCfi landscape in 2026.

Risks and Considerations

Platform Insolvency (CeFi)

The 2022 crypto market downturn exposed catastrophic failures in centralized lending. Celsius filed for Chapter 11 bankruptcy on July 13, 2022, owing approximately $4.7 billion to over 600,000 creditors, with a $1.2 billion gap between its $4.3 billion in assets and $5.5 billion in liabilities. Voyager Digital filed for bankruptcy the same month after Three Arrows Capital defaulted on a $650 million loan. BlockFi followed in November 2022, citing its "substantial" exposure to FTX, with assets and liabilities between $1 billion and $10 billion.

These failures shared a common pattern: platforms took excessive risk with depositor funds, lent to undercollateralized institutional borrowers, and lacked transparency about their balance sheets. When the market turned, the losses cascaded.

Smart Contract Risk (DeFi)

DeFi protocols eliminate counterparty risk from a centralized operator but introduce smart contract risk. Bugs or vulnerabilities in lending contract code can result in total loss of deposited funds. Notable examples include the Euler Finance exploit in 2023, where attackers used a flash loan attack targeting the protocol's liquidation logic to steal approximately $196 million, and the Mango Markets exploit in 2022, where price manipulation of the MNGO token enabled a $114 million drain.

Liquidation Risk

Borrowers face the risk of forced liquidation if their collateral value drops. In volatile markets, prices can fall faster than a borrower can react, resulting in loss of their collateral plus potential penalties. This risk is amplified when borrowers use leverage or when market-wide liquidation cascades create a feedback loop of selling pressure.

Regulatory Uncertainty

The regulatory landscape for crypto lending remains fragmented. In the United States, yield-bearing crypto accounts offered to retail customers have been treated as securities. The SEC and CFTC issued a joint classification framework in March 2026, but a unified federal lending framework does not yet exist. Platforms must navigate a patchwork of state money-transmitter laws, securities regulations, and evolving enforcement priorities.

Why It Matters

Crypto lending represents one of the most developed use cases for digital assets beyond simple trading. With DeFi lending protocols holding tens of billions in total value locked, the sector has demonstrated both the promise and the perils of building financial infrastructure on blockchain rails.

For Bitcoin holders specifically, lending offers a way to access dollar liquidity without selling BTC. As BTCfi infrastructure matures, the options for earning yield or borrowing against Bitcoin continue to expand: from wrapped Bitcoin in Ethereum DeFi, to native Layer 2 protocols, to platforms like Spark that are building new primitives for Bitcoin-native financial services.

This glossary entry is for informational purposes only and does not constitute financial or investment advice. Always do your own research before using any protocol or technology.