Crypto Lending Collateral Types and Liquidation Mechanics
Crypto lending protocols (both CeFi and DeFi) require overcollateralisation — borrowers must post assets worth more than the loan value — with collateral quality determining loan-to-value ratios, liquidation thresholds, and protocol safety. When collateral value falls to the liquidation threshold, automated liquidators repay part of the loan and claim discounted collateral, protecting lenders at the borrower's expense.
Why Overcollateralisation Is Required
In traditional finance, lending is based on credit assessment: a bank evaluates a borrower's income, assets, and credit history to determine whether they're likely to repay. In DeFi, this is impossible — wallets are pseudonymous, there is no credit history, and smart contracts cannot verify off-chain income. The solution: require borrowers to deposit assets worth more than the loan value as collateral. If the borrower doesn't repay, the protocol can seize and sell the collateral to recover the loan. This "overcollateralised" lending model requires no credit trust — only math.
The fundamental mechanism: you deposit 1 ETH worth $3,000 and borrow up to $2,000 in USDC (a 66% loan-to-value ratio). If ETH's price falls, your collateral value falls, and at some threshold the protocol automatically liquidates your position — selling enough ETH to repay the loan before the collateral's value falls below the outstanding loan amount. The protocol is always solvent; the borrower absorbs the risk of their collateral's price movement.
Loan-to-Value Ratios and Collateral Tiers
Not all collateral is equal — the maximum LTV ratio a protocol allows depends on the collateral asset's risk profile: its liquidity depth (how quickly can it be sold without significant price impact), price volatility (more volatile assets need larger safety margins), and oracle reliability (how accurately is the on-chain price feed tracking true market price).
Tier 1 — Highest LTV (80–97% in eMode): ETH, WBTC, and major blue-chip assets with deep exchange liquidity and reliable Chainlink oracle pricing. Aave V3 allows up to 80% LTV for ETH as collateral in standard mode; in eMode (for correlated assets like wstETH/ETH), the ratio can reach 93–97%.
Tier 2 — Moderate LTV (60–75%): Mid-cap assets like LINK, MATIC, UNI — lower liquidity depth and higher volatility than blue-chips require larger safety margins. If these assets move sharply, the protocol needs more room to liquidate before reaching insolvency.
Tier 3 — Low LTV or supply-only (20–50%): Long-tail assets, yield-bearing tokens (LP tokens, receipt tokens), newer assets with limited price history. Many protocols list these assets as "supply collateral only" with very low LTV or in isolated mode — limiting the amount that can be borrowed against them to cap protocol risk exposure.
The LTV hierarchy exists because a protocol's solvency depends on liquidating collateral before it falls below the loan value. An asset with 90% LTV has only a 10% price buffer before the loan becomes undercollateralised; an asset with 50% LTV has a 50% price buffer. Protocols set LTVs based on historical volatility and liquidity analysis to ensure this buffer is sufficient to execute liquidations under most market conditions.
Health Factor: The Borrower's Real-Time Risk Indicator
Aave (and most DeFi lending protocols) express current borrow position health as a "Health Factor" — a single number that summarises how far the position is from liquidation:
Health Factor = (Collateral Value × Liquidation Threshold) / Total Borrowed Value
Where the liquidation threshold is the LTV at which liquidation is triggered (slightly higher than the maximum borrow LTV — for example, borrow LTV 80%, liquidation threshold 85%). A Health Factor above 1.0 means the position is safe; exactly 1.0 means it is at the liquidation threshold; below 1.0 means liquidation can occur.
Example: You deposit 1 ETH ($3,000) and borrow $2,000 USDC (67% LTV). Liquidation threshold is 85%. Health Factor = ($3,000 × 0.85) / $2,000 = $2,550 / $2,000 = 1.275. Your position can absorb a 27.5% ETH price drop before becoming eligible for liquidation. If ETH falls to approximately $2,353, your Health Factor reaches 1.0 and liquidation can begin.
Best practice: maintain Health Factor above 1.5 for stable assets, above 2.0 for more volatile collateral, or above 3.0 for high-volatility assets during uncertain market conditions. Setting up Aave health factor alerts (available through DeFi Saver, Instadapp, or Aave's own notification system) ensures you receive warnings before approaching the liquidation threshold.
How Liquidations Are Executed
When a borrower's Health Factor falls below 1.0 (collateral value at or below liquidation threshold), any external address can call the liquidation function on the lending protocol's smart contract. This permissionless design creates a competitive market for liquidation — automated bots (often built and operated by professional DeFi teams and trading firms) continuously monitor all borrow positions across all protocols, ready to execute liquidations the moment any position becomes eligible.
The liquidation economics: liquidators repay part of the borrower's outstanding debt (typically up to 50% of the total borrow in Aave — the "close factor") and receive the equivalent collateral value plus a liquidation bonus (typically 5–10% discount on the collateral). The liquidation bonus is the profit incentive that makes liquidation commercially viable and ensures protocols attract sufficient liquidator capital.
Example: A borrower has $10,000 outstanding USDC debt, secured by 5 ETH ($11,000 collateral, just below liquidation threshold). A liquidator repays $5,000 USDC (50% of debt) and receives 5,000 × (1 + 0.08) = $5,400 worth of ETH — an $400 gross profit on the liquidation. The borrower loses $5,400 in ETH collateral while having only $5,000 in debt repaid — the $400 difference is the liquidation penalty they pay for not maintaining sufficient health.
In extreme market movements (cascading liquidations during rapid price crashes), liquidation can compound: Position A's liquidation causes ETH price to drop slightly → triggers Position B's liquidation → further price drop → Position C → creating a liquidation cascade that amplifies the initial price movement. This mechanism contributed significantly to the severity of various crypto crash events including March 2020 and May 2021.
Managing Liquidation Risk
Practical strategies for avoiding liquidation while maximising capital efficiency:
- Set Health Factor alerts: Tools like DeFi Saver, Instadapp, and Aave's native notification system can send alerts when Health Factor falls below a defined threshold (e.g., 1.5), giving time to add collateral or repay debt before reaching the liquidation zone.
- Automated position management: DeFi Saver's "Automation" feature can automatically repay debt or add collateral when Health Factor falls to a target level — executing the protective action without manual intervention. This is particularly valuable for positions left unmonitored over weekends or during sleep hours when markets can move significantly.
- Conservative LTV selection: Borrowing at 50% of maximum LTV (e.g., borrowing $1,500 against $3,000 ETH collateral rather than the maximum $2,400) provides substantial buffer against price movements while still accessing leverage. The reduction in borrowing capacity is worth the significant reduction in liquidation risk.
- Use eMode for correlated pairs: When borrowing ETH against wstETH (or stablecoins against stablecoins), eMode provides higher LTV precisely because both assets move together — the liquidation risk is minimal due to price correlation. This is the one scenario where near-maximum LTV borrowing is relatively safe.
Summary
Crypto lending liquidations are automatic, permissionless, and unavoidable once the Health Factor threshold is crossed — there is no grace period, no negotiation, and no appeal. Understanding the mechanics fully — LTV ratios, liquidation thresholds, Health Factor calculation, and the competitive liquidation bot ecosystem — is non-negotiable for anyone using crypto lending protocols. The most common cause of unexpected liquidation is not knowing what Health Factor level corresponds to what price movement in the collateral asset. Calculate your liquidation price before borrowing, set automated alerts, maintain conservative buffers, and use DeFi Saver automation for positions left unmonitored — these practices prevent the costly and avoidable experience of liquidation penalty losses.