Soft vs Hard Liquidation in DeFi Lending Explained

Soft liquidation crypto lending is a mechanism that gradually converts a borrower's collateral into the borrowed asset as the price falls, instead of closing the entire position in a single transaction. This contrasts with hard liquidation, the traditional model, where a position is wound down all at once the moment it crosses its liquidation price, with a penalty applied on top. If you borrow against volatile collateral in DeFi, understanding the difference matters because it changes how much you lose, how fast, and whether the wider market gets dragged down with you. Below we break down both designs, the tradeoffs, and what each one means for your realized loss and your ability to re-enter the position.
Key Takeaways
- Hard liquidation closes your whole position at one price and adds a penalty, often a sharp, total loss of collateral exposure.
- Soft liquidation, used by designs like Curve's crvUSD, sells collateral piece by piece across a band of prices and can buy it back if price recovers.
- Soft liquidation smooths realized losses but charges a constant conversion drag while you sit in the band.
- Because it avoids forced all-at-once selling, soft liquidation meaningfully reduces cascade risk during sharp drops.
Hard liquidation: one cut at the liquidation price
Hard liquidation is the model most lending markets use. Each position has a collateral ratio, and when falling collateral value pushes that ratio below a defined threshold, the position becomes eligible for liquidation. A liquidator (a bot or a keeper) then repays part or all of your debt and seizes the corresponding collateral, plus a liquidation penalty or bonus that compensates them for doing the work. The event is discrete and binary: one moment you are healthy, the next a large slice of your collateral is gone.
The mechanics are unforgiving because they are triggered by a single price level. Cross it during a fast wick down and the close happens at the worst possible moment, frequently with slippage stacked on top of the penalty. If you want a deeper look at the trigger level itself and how protocols compute it, see our guide on reading liquidation maps in crypto, and for the lender side of the equation, our analysis of DeFi liquidation versus bad debt. Markets like Aave and Compound use variants of this approach; our Aave vs Compound comparison covers how their parameters differ.
Soft liquidation: continuous deleveraging across a band
Soft liquidation replaces the single cut with a gradual process. The design that popularized it is LLAMMA (Lending-Liquidating Automated Market Maker Algorithm), the engine behind Curve's crvUSD stablecoin. Instead of one liquidation price, your collateral is spread across a range of prices, called a band. As the market price drops through that band, the algorithm automatically and continuously converts your collateral into the borrowed stablecoin, a little at each price step rather than all at once.
The critical feature is that the process is reversible. If price falls into your band and then recovers, the algorithm buys your collateral back, re-leveraging the position as conditions improve. You are not instantly and permanently closed out for touching a line; you are slowly deleveraged while you remain underwater and re-leveraged when you climb out. crvUSD is built on Curve infrastructure, and if you want context on that ecosystem, see our walkthrough on using Curve Finance for stablecoin swaps. For the broader picture of what you are putting at risk, our overview of collateral risks in DeFi lending is a useful companion.
The tradeoffs: smoother losses vs conversion drag
Neither model is strictly better; they trade one kind of pain for another. Hard liquidation is cheap and simple while you stay healthy, but brutal at the moment of failure. Soft liquidation is gentler at the moment of stress, but it charges you continuously for that gentleness. Every time price oscillates inside your band, the algorithm sells low and, on the way back up, buys higher, and that back-and-forth conversion is a real cost that accrues the longer you sit in the band, even if price ends up exactly where it started.
| Dimension | Hard liquidation | Soft liquidation |
|---|---|---|
| Trigger | Single liquidation price | Range of prices (a band) |
| How collateral is sold | All at once, in one event | Gradually, step by step |
| Reversible? | No, position is closed | Yes, re-leverages on recovery |
| Main cost | Penalty plus slippage at the line | Continuous conversion drag in the band |
So the choice is really about your view and your time horizon. If you expect a clean recovery after a dip, soft liquidation can save your position. If you expect a sustained downtrend, sitting in the band can quietly bleed value through the conversion drag.
How soft liquidation reduces cascade risk
Cascades happen when a price drop triggers liquidations, those forced sales push the price lower, and the lower price triggers the next wave of liquidations. Hard liquidation feeds this loop because it dumps large amounts of collateral onto the market in concentrated bursts exactly when the order book is thin. The selling pressure is lumpy and arrives all at once.
Soft liquidation defuses that loop by spreading the selling out. Because collateral is converted in small increments across a band rather than in one block, the market absorbs it more smoothly, and there is no single cliff edge where thousands of positions close simultaneously. The reversibility helps too: if price snaps back, the algorithm buys collateral back instead of leaving a permanent hole of forced sells. This is one of the main arguments for the design and a key reason it stays distinct from the cascade dynamics that plague single-price liquidation systems.
What it means for your realized loss and re-entry
For a borrower, the two models produce very different outcomes. Under hard liquidation, your realized loss is concentrated: you lose the seized collateral plus the penalty in one shot, and re-entry means opening a brand-new position from scratch, often after the price has already moved against you. There is no path back into the old position. If you want to see the full borrowing flow that leads to this, our step-by-step Aave borrowing tutorial shows where the liquidation price comes from in practice.
Under soft liquidation, your realized loss is smeared across the band and only crystallizes if price keeps falling and stays low. If it recovers, much of the position is restored automatically, so re-entry is built into the mechanism rather than being a manual do-over. The catch is that you pay the conversion drag for that optionality, and a long, choppy stay in the band can leave you with less collateral even after a full price recovery. Match the model to your conviction: soft liquidation rewards the patient borrower who expects mean reversion, while hard liquidation simply punishes anyone who crosses the line.
This article is for educational purposes only and is not financial advice.