The liquidation threshold is the maximum collateralization ratio at which a borrower's position is considered undercollateralized and becomes eligible for liquidation. It is expressed as a percentage (e.g., 80%). When the loan-to-value (LTV) ratio of a position rises above this threshold—typically because the collateral value falls or the borrowed amount's value increases—the protocol's smart contracts will permit liquidators to repay part of the debt in exchange for a discounted portion of the collateral. This mechanism protects the protocol from bad debt and ensures lenders are repaid.

Liquidation Threshold
What is Liquidation Threshold?
A core risk parameter in DeFi lending protocols that determines when a borrower's collateral can be automatically sold.
This parameter is distinct from, but works in tandem with, the loan-to-value (LTV) ratio and the liquidation penalty. The LTV dictates how much can be borrowed initially (e.g., borrow up to 75% of collateral value), while the liquidation threshold sets the safety margin (e.g., liquidation starts at 80% LTV). The difference between the LTV and the liquidation threshold is the safety buffer or liquidation margin, giving the borrower a grace period before their position is at risk. Each type of collateral asset (e.g., ETH, wBTC) is assigned its own specific liquidation threshold based on its volatility and liquidity.
For example, if a user deposits $10,000 of ETH as collateral with an 80% liquidation threshold, they might borrow up to $7,500 of a stablecoin (75% LTV). If the value of their ETH drops to $9,500, their new LTV is ~78.9% ($7,500 / $9,500), which is still below the 80% threshold. However, if ETH drops further to $9,300, the LTV becomes ~80.6%, crossing the threshold and triggering a liquidation event to bring the position back to a healthy ratio.
Managing the liquidation threshold is critical for protocol designers and risk managers. A threshold set too low is overly conservative and reduces capital efficiency for users, while a threshold set too high increases systemic risk for the protocol, as collateral has less room to depreciate before becoming undercollateralized. Protocols like Aave and Compound use governance tokens (AAVE, COMP) to allow their communities to vote on adjusting these parameters for different asset classes in response to market conditions.
Key Features
The liquidation threshold is a critical risk parameter in DeFi lending protocols that determines the collateral value at which a position becomes eligible for forced closure.
Definition & Purpose
The liquidation threshold is the percentage of a loan's collateral value at which a borrower's position is considered undercollateralized and can be liquidated by other users. Its primary purpose is to protect lenders by ensuring the loan is always sufficiently backed, even if the collateral's market price falls. For example, a 75% threshold means liquidation can begin if the collateral value drops to 75% of the loan value.
Relationship to Loan-to-Value (LTV)
The liquidation threshold works in tandem with the Loan-to-Value (LTV) ratio to define a "safety buffer" or liquidation buffer.
- Maximum LTV: The initial borrowing limit (e.g., 50%).
- Liquidation Threshold: The point where liquidation is triggered (e.g., 75%).
- Liquidation Buffer: The difference (e.g., 25%) that provides a margin of safety against price volatility before the position is at risk.
Protocol-Specific Parameters
Each DeFi protocol sets unique liquidation thresholds based on collateral asset risk. More volatile assets have lower thresholds.
- Aave & Compound: Publish explicit thresholds per asset (e.g., ETH: 82.5%, WBTC: 75%).
- MakerDAO: Uses a similar concept via its Liquidation Ratio for each Vault type.
- Liquidators: Are incentivized with a liquidation bonus (or penalty) for closing underwater positions, which is factored into the threshold calculation.
Health Factor & User Impact
The liquidation threshold is central to calculating a position's Health Factor (HF).
- Formula:
Health Factor = (Collateral Value * Liquidation Threshold) / Total Borrowed Value. - HF > 1: Position is safe.
- HF <= 1: Position is at or below the liquidation threshold and can be liquidated. Users must monitor their HF and add collateral or repay debt to avoid liquidation, which incurs significant penalties.
Risk Management Tool
For risk managers and analysts, the liquidation threshold is a key metric for assessing protocol risk and collateral quality.
- Aggregate Analysis: Monitoring the total value of collateral near its threshold across a protocol indicates systemic risk.
- Stress Testing: Models simulate price drops to see how many positions would be liquidated.
- Asset Listing: New collateral types are assigned thresholds based on historical volatility, liquidity, and oracle reliability.
How the Liquidation Threshold Works
A technical explanation of the liquidation threshold, a core risk parameter in DeFi lending protocols that determines when a borrower's collateral becomes eligible for forced sale.
The liquidation threshold is the maximum collateralization ratio at which a borrower's position becomes eligible for liquidation by the protocol. It is expressed as a percentage (e.g., 80%) and acts as a safety buffer below the loan-to-value (LTV) ratio. When the health of a position, measured by its health factor, falls below 1, the collateral value has dropped too close to the borrowed value, triggering the liquidation process to protect the protocol from undercollateralized debt.
This parameter is set per collateral asset by the protocol's governance, based on the asset's volatility and liquidity. For example, a stablecoin like USDC might have a high threshold (e.g., 85%) due to its price stability, while a more volatile asset like ETH might have a lower threshold (e.g., 82.5%). The gap between the LTV (the borrowing limit) and the liquidation threshold creates a "buffer zone" where a position is undercollateralized but not yet liquidatable, giving the borrower time to add more collateral or repay debt.
The mechanics work by continuously comparing the position's collateralization ratio to this threshold. If the value of the collateral drops due to market movements, increasing the ratio, the system monitors when it crosses the liquidation threshold line. At that point, the health factor dips below 1, and liquidators—third-party actors—are incentivized to repay a portion of the outstanding debt in exchange for seizing and selling the collateral at a discount, ensuring the protocol remains solvent.
Liquidation Threshold vs. Related Terms
A comparison of core risk management parameters used in DeFi lending protocols.
| Parameter / Feature | Liquidation Threshold | Loan-to-Value (LTV) Ratio | Health Factor / Score |
|---|---|---|---|
Primary Function | The collateral value percentage at which a position becomes eligible for liquidation. | The maximum loan amount as a percentage of the collateral's value at origination. | A real-time metric representing a position's safety; triggers liquidation when it falls to 1.0. |
Typical Value Range | 70% - 90% | 50% - 80% |
|
When It's Set | Protocol-level parameter, per asset, at deployment. | Protocol-level parameter, per asset, at loan origination. | Dynamically calculated in real-time based on collateral/loan value. |
Triggers Liquidation | When collateral value falls BELOW this percentage of the loan value. | Exceeding the LTV at origination prevents borrowing; does not directly trigger liquidation. | Directly triggers liquidation when the value reaches or falls below 1.0. |
User Action Affected | Passive monitoring; user must add collateral or repay debt to avoid crossing it. | Active constraint; determines the maximum initial borrowing power. | Passive monitoring; user action is required to improve the factor. |
Relationship | Liquidation Threshold > LTV Ratio (creates a safety buffer). | LTV Ratio < Liquidation Threshold. | Calculated using: (Collateral Value * Liquidation Threshold) / Total Borrowed Value. |
Primary Risk Managed | Protocol insolvency from undercollateralization. | Over-leverage at position opening. | Real-time solvency of an active position. |
Protocol Examples
The Liquidation Threshold is a core risk parameter in lending protocols, defining the collateral value at which a position becomes eligible for liquidation. Different protocols implement and adjust this parameter based on their specific risk models and asset volatility.
Key Variations & Comparisons
Protocols differ in how they set and apply this critical parameter:
- Granularity: Asset-specific (Aave) vs. global (Liquity).
- Governance: Set by DAO (Aave, Compound) or market creators (Morpho).
- Liquidation Mechanism: Fixed-price auctions (Maker), stability pools (Liquity), or direct keeper sales (Aave, Compound).
- Related Metrics: Often paired with a Liquidation Bonus/Penalty and a Health Factor or Collateralization Ratio to manage system solvency.
Visualizing the Liquidation Process
A step-by-step breakdown of how automated liquidations are triggered and executed in DeFi lending protocols.
The liquidation process is an automated mechanism in decentralized finance (DeFi) lending that is triggered when a borrower's collateral value falls below a protocol-defined safety threshold, known as the liquidation threshold. This process is not a penalty but a critical risk-management feature designed to protect the protocol from bad debt by ensuring loans remain overcollateralized. When triggered, it allows third-party participants, called liquidators, to repay a portion of the borrower's debt in exchange for the borrower's collateral, often at a discounted price.
The process begins with continuous monitoring of a user's Health Factor or Collateral Ratio, which compares the value of their collateral to their borrowed assets. If market volatility causes the collateral's value to drop, this ratio deteriorates. Once it crosses the protocol's liquidation threshold, the position becomes eligible for liquidation. Liquidators, typically bots, scan the blockchain for these undercollateralized positions and initiate a liquidation transaction to seize the opportunity for a risk-free profit.
During execution, the liquidator repays a portion of the borrower's outstanding debt, often using a liquidation close factor that limits the amount repaid in a single transaction. In return, the liquidator receives an equivalent value of the borrower's collateral, plus a liquidation bonus (or incentive) that acts as a discount. For example, a liquidator might repay $100 of a borrower's debt to receive $105 worth of ETH, securing a $5 profit. This transaction is atomic, meaning it succeeds or fails entirely, protecting all parties.
The immediate effect for the borrower is a reduction in their debt and collateral, which improves their Health Factor back above the dangerous threshold, preventing total account liquidation. However, they incur a loss due to the discounted collateral seizure. Protocols like Aave and Compound have slight variations in their formulas and parameters, but the core mechanic remains consistent: automated, incentivized enforcement of solvency to maintain the protocol's overall financial integrity.
Security & Risk Considerations
The liquidation threshold is a critical risk parameter in DeFi lending protocols that determines when a borrower's collateral becomes eligible for forced sale. Understanding its mechanics is essential for managing position health and avoiding losses.
Core Definition & Mechanism
The liquidation threshold is the collateral value ratio (e.g., 80%) at which a user's borrowed position becomes undercollateralized and can be liquidated by other network participants. It is a protocol-set parameter, distinct from the Loan-to-Value (LTV) ratio, and acts as a safety buffer. When the health factor (a metric comparing collateral value to borrowed value) falls below 1 due to market movements, the position crosses this threshold, triggering a liquidation event to repay the debt and protect the protocol.
Relationship to Loan-to-Value (LTV)
The Liquidation Threshold and Loan-to-Value (LTV) ratio are paired risk parameters but serve different functions.
- Maximum LTV: The initial borrowing limit (e.g., 75% for ETH). You can only borrow up to this percentage of your collateral's value.
- Liquidation Threshold: The higher, critical threshold (e.g., 82% for ETH) where liquidation begins. The gap between LTV and the liquidation threshold creates a safety buffer or liquidation buffer. This buffer absorbs price volatility, preventing immediate liquidations from normal market fluctuations.
Calculating Your Risk Buffer
A user's risk is determined by their position's Health Factor, which is calculated using the liquidation threshold.
Formula (simplified):
Health Factor = (Collateral Value * Liquidation Threshold) / Total Borrowed Value
- Health Factor > 1: Position is safe.
- Health Factor <= 1: Position is at or below the liquidation threshold and subject to liquidation.
Example: With $10,000 of ETH collateral (liquidation threshold: 80%) and a $6,000 stablecoin debt:
Health Factor = ($10,000 * 0.80) / $6,000 = 1.33
The price of ETH would need to drop ~25% to trigger liquidation.
Liquidation Process & Penalties
Once the liquidation threshold is breached, a liquidation occurs:
- A liquidator (a bot or user) repays part or all of the borrower's outstanding debt.
- In exchange, they can purchase the borrower's collateral at a discount (a liquidation penalty), generating a profit.
- The borrower loses a portion of their collateral. This penalty, often 5-15%, is a key risk and is added to the debt being repaid.
- The process is automated via smart contracts and happens rapidly, often within a single blockchain transaction.
Asset-Specific Risk Tiers
Protocols assign different liquidation thresholds based on an asset's risk profile.
High-Threshold / Low-Risk Assets (e.g., 80-85%):
- Major, liquid assets like ETH or wBTC.
- Deemed stable and easy to sell.
Low-Threshold / High-Risk Assets (e.g., 40-65%):
- Volatile or less liquid altcoins.
- Newer or more speculative assets.
This tiering protects the protocol; riskier collateral requires more overcollateralization, providing a larger buffer against price drops.
Key Risk Mitigation Strategies
To avoid crossing the liquidation threshold, borrowers should:
- Monitor Health Factor Continuously: Use dashboards or alerts.
- Maintain a Large Safety Buffer: Borrow significantly less than the maximum LTV allows.
- Top Up Collateral: Add more collateral if the asset price falls.
- Repay Debt: Partially repay the loan to improve the Health Factor.
- Understand Asset Parameters: Know the specific LTV and liquidation threshold for each collateral asset, as they can be changed via governance votes.
Looking to build on a specific blockchain?
We build smart contracts, DeFi applications, wallets, tokenization platforms, and blockchain infrastructure across the major ecosystems teams choose today. That includes Ethereum, Arbitrum, Optimism, Polygon, Avalanche, Solana, Sui, Aptos, Hedera, Stellar, and NEAR, with support for additional EVM and non-EVM networks based on your product requirements.
EVM ecosystems
- Ethereum
- Arbitrum
- Optimism
- Polygon
- Avalanche
- Cronos

Non-EVM ecosystems
- Solana
- Sui
- Aptos
- Hedera
- Stellar
- NEAR
Additional ecosystems
- Polkadot
- Cosmos
- TON
- Cardano
- Algorand
- Tempo
Also available for Base, appchains, custom EVM networks, and cross-chain product architecture.
Frequently Asked Questions
The liquidation threshold is a critical risk parameter in DeFi lending protocols that determines when a borrower's collateral becomes eligible for liquidation. These questions address its function, calculation, and impact on user positions.
A liquidation threshold is a specific collateral value percentage, set by a lending protocol, at which a user's borrowed position becomes undercollateralized and eligible for liquidation. It acts as a safety buffer below the Loan-to-Value (LTV) ratio. For example, if a token has a 75% LTV (maximum borrow) and an 80% liquidation threshold, a position is liquidated when the collateral value drops enough for the borrowed amount to exceed 80% of the collateral's current value, not 75%. This buffer protects the protocol from instant insolvency if collateral prices drop rapidly.
Delivering blockchain solutions for 5+ years.
We have partnered with 50+ leading DeFi protocols, NFT ecosystems, and fintech innovators to build secure, scalable, and capital-efficient blockchain products.
Selected Partners & Clients
“I've been working with Chainscore Labs for last 3+ years, they've consistently delivered with strong ownership across multiple projects. The team is reliable and detail-oriented.”
How to get started?
If you're looking for blockchain integration, ChainScore Labs has 5+ years of experience helping teams build and integrate exchanges, wallets, smart contracts, tokenization solutions, and protocol-connected products, we can help you choose the right path, integrate securely, and get to production faster. Our team consists of experienced blockchain developers and architects who can help you with your blockchain integration needs.
Exploration & Strategy
Define your product goals and choose the right blockchain architecture for your use case.
Architecture & Design
Design the smart contracts, tokenomics, and security parameters of your system.
Development & Integration
Build and integrate with wallets, oracles, and front-end dApps for a seamless experience.
Security & Launch
Comprehensive audits followed by a risk-managed mainnet deployment to protect your users.
Discover our
blockchain development services.
We build production-grade blockchain solutions for top-tier projects across DeFi and Web3.
Need a blockchain engineering team?
Send the project context and we will respond with next steps, scope questions, and a practical path to delivery.


