Bible Network Crypto DeFi Onchain RWA AI Agent Stablecoin CryptoTax DeFAI Chain SAFU AGI Claude Me Claude Skill Claude Cowork
Independent Media
Not affiliated with any project
DeFi Protocol Mechanics, Decoded
defi-bible.com
LATEST
SEC Commissioner Warns: Moving a Crypto Vault Onchain Doesn't Escape Securities Law — What This Means for the Yield Protocol You're Using  ·  The World's Largest Asset Manager Put an $18 Billion Fund on Uniswap — What Does That Actually Mean?  ·  Same Address, Same Block, In and Right Back Out: How to Catch a JIT Liquidity Attack Yourself With a Block Explorer  ·  A Basis Trade's Profit Isn't Guessed, It's Calculated: The Complete Practical Flow From Picking a Contract to Closing Out  ·  Building It Is Just the Start — the Real Work of Delta Neutral Comes After: How to Monitor a Position That Drifts on Its Own  ·  You Think You're Dealing With a Smart Contract — You're Actually Trusting a Team You've Probably Never Heard Of: How to Evaluate a Vault Curator
Glossary · Lending & Borrowing

Soft Liquidation

Lending & Borrowing intermediate

30-Second Version · For the impatient
Once a borrowed position falls below a safety threshold, rather than immediately auctioning off all collateral at once like traditional liquidation, a continuous, gradual mechanism activates instead — incrementally, in small steps, adjusting the position as the collateralization ratio keeps deteriorating, giving the borrower a chance to actively intervene and remediate before the position gets fully liquidated.
Full Explanation +
01 · What is this?

What is soft liquidation, and how does it differ from the traditional liquidation mechanism covered in an earlier article?

Soft liquidation refers to a relatively newer liquidation mechanism design — once a borrowed position falls below the protocol's set safety threshold, rather than immediately triggering a one-time, full collateral auction like traditional liquidation, a continuously operating gradual adjustment mechanism activates instead. As the collateralization ratio keeps deteriorating, the protocol incrementally, in small steps, sells off a portion of the collateral to repay part of the loan, while the borrower still retains the remaining position — as long as the collateralization ratio recovers above the safety level during this process, this gradual mechanism automatically stops, with no need to genuinely reach the point of full position liquidation.

The key difference from the traditional liquidation mechanism covered in an earlier article lies in 'how it's handled once triggered': traditional liquidation is a 'binary' mechanism — once a position hits the liquidation threshold, it's usually settled through a one-time, full auction by a liquidator, with almost no room for the borrower to intervene throughout the process; soft liquidation, by contrast, is closer to a 'continuous spectrum' — a position can persist for a period in the middle ground between safe and fully liquidated, and the borrower has a chance during this window to actively add margin, partially repay, or simply wait for market price to stabilize, letting the position naturally return to a safe level, without bearing the one-time liquidation bonus discount cost that a traditional liquidation model involves.

02 · Why does it exist?

Why did soft liquidation emerge, and what problems within the traditional liquidation mechanism is it trying to solve?

As covered in an earlier article, the traditional liquidation mechanism is prone to several structural problems under extreme market conditions: a liquidation cascade (one liquidation's sell pressure pushes price down, triggering the next batch of liquidations), and a liquidation auction possibly producing a near-zero execution outcome when liquidity is insufficient (the Black Thursday case covered in an earlier article). These problems, to some extent, all stem from traditional liquidation's 'one-time, full' characteristic — once triggered, it's a large amount of collateral simultaneously flooding into the market seeking to convert to cash, and this instantly concentrated sell pressure is exactly the root of the cascade and liquidity shock.

What soft liquidation aims to solve is exactly this structural problem of 'one-time massive sell pressure': by splitting a large liquidation originally concentrated at a single moment into a series of small adjustments spread over time, lowering the scale of any single market impact, theoretically reducing the instant pressure placed on market liquidity and also lowering the probability of triggering a cascade. At the same time, soft liquidation also aims to solve the traditional liquidation mechanism's relatively unfriendly treatment of borrowers — once traditional liquidation triggers, a borrower has almost no chance to remediate, and even a position only briefly, slightly dipping below the threshold could still get fully liquidated at once; soft liquidation, by contrast, gives a borrower a buffer period, letting a position originally only temporarily, slightly below threshold get a chance to self-correct before genuinely reaching full liquidation.

03 · How does it affect your decisions?

How does soft liquidation actually work, and what does the complete process look like from a position dipping below threshold to the soft liquidation flow concluding?

A typical soft liquidation flow involves several steps:

  1. Triggering the soft liquidation threshold: most protocols adopting a soft liquidation design set two different thresholds — a relatively looser 'soft liquidation trigger threshold' and a stricter 'full liquidation threshold.' When a position dips below the former but hasn't yet dipped below the latter, it enters soft liquidation's gradual adjustment range
  2. Incremental, small-scale adjustment: once within this range, the protocol, following pre-set rules (such as every certain time interval, or whenever the collateralization ratio deteriorates further by a certain magnitude), sells a small portion of collateral to repay a small portion of the loan — this process usually carries a relatively gentle processing fee, far below traditional liquidation's liquidation bonus discount ratio
  3. The borrower's chance to actively intervene: throughout the entire duration soft liquidation persists, the borrower can still actively take action — adding margin, partially repaying, or directly adjusting position size — as long as they can get the collateralization ratio back above the safety threshold, the soft liquidation flow automatically stops, with the remaining position maintaining its current state
  4. Two possible outcomes: if market price stabilizes, or the borrower's active remediation succeeds, the position ultimately returns to a safe state, and the entire soft liquidation flow concludes — the borrower only bears the small-scale adjusted-away portion of collateral loss from this period, usually far less than traditional liquidation's loss proportion; if market price continues deteriorating, with the collateralization ratio falling all the way below the stricter full liquidation threshold, the protocol usually switches back to the traditional one-time liquidation mechanism to handle the remaining position

This mechanism's design spirit turns what was originally a binary liquidation decision into a gradual process with buffer space, giving the borrower reaction time, while preserving a last line of defense that switches back to the traditional mechanism under extreme conditions.

04 · What should you do?

What's the practical impact of soft liquidation on everyday users, and how should you assess whether a protocol you use adopts this mechanism?

For a borrower, soft liquidation's most direct benefit is providing a clear layer of buffer space — if your position briefly dips below the safety threshold due to short-term market volatility, soft liquidation gives you time and a chance to actively remediate, rather than getting fully liquidated at once with no warning like traditional liquidation — a concrete protection mechanism upgrade for a user wanting to avoid getting fully liquidated out purely due to a brief market fluctuation.

For a depositor, soft liquidation theoretically can also bring an indirect benefit — since any single liquidation's sell pressure scale gets split up and spread out, the probability of the overall protocol experiencing a large-scale cascade and bad debt under extreme market conditions theoretically drops, to some extent an improvement to the entire protocol's systemic risk. Assessing whether a protocol you use adopts a soft liquidation mechanism is worth verifying a few concrete details: whether the protocol documentation explicitly explains having two different liquidation thresholds (a soft liquidation trigger point and a full liquidation point); whether the soft liquidation stage's processing fee ratio is genuinely noticeably lower than traditional liquidation's liquidation bonus discount; and whether this mechanism has already been through genuine market stress testing, or remains purely at the theoretical design stage. Understanding which liquidation mechanism a protocol you use adopts helps you more accurately assess, if your own position genuinely dips below the safety threshold at some point, what processing flow and potential loss scale you'd actually face, rather than assuming based on impression that all protocols' liquidation mechanisms are the same.

Real-World Example +

The Liquity protocol is one of the earlier representative cases introducing a similar gradual-adjustment concept into lending mechanism design — its Stability Pool mechanism lets a borrowed position, once it hits the liquidation threshold, get absorbed preferentially by the protocol's built-in stability pool capital, rather than entirely relying on external liquidators bidding at auction. This design, to some extent, shares a similar spirit with what soft liquidation aims to achieve — 'lowering the instant impact a single liquidation causes on the market' — though the specific technical implementation isn't entirely identical to mechanism designs that later emerged more explicitly defined as 'soft liquidation.'

Common Misconceptions +
✕ Misconception 1
× Misconception: a protocol adopting a soft liquidation mechanism means a borrower's position will never be fully liquidated, when actually: soft liquidation only provides a buffer period and a chance to actively remediate — if market price continues deteriorating, falling below the stricter full liquidation threshold, the protocol usually still switches back to the traditional one-time liquidation mechanism, not a guarantee the position stays safe forever
✕ Misconception 2
× Misconception: soft liquidation is a universally standardized mechanism, with all protocols adopting soft liquidation designed identically, when actually: different protocols' soft liquidation specific parameters (trigger threshold, adjustment frequency, processing fee ratio) can vary noticeably — assessing any given protocol requires specifically verifying this mechanism's actual details, not generalizing across the board
The Missing Link +
Direct Impact

The advantage is providing a borrower buffer space to actively remediate, while lowering the instant impact on market liquidity by splitting up a single liquidation's scale, theoretically lowering the probability of a cascade and bad debt occurring; the drawback is a mechanism design more complex than traditional liquidation, needing more precise parameter calibration (trigger threshold, adjustment frequency) — if parameters are set poorly, the soft liquidation stage could drag on too long, letting the position bear longer price volatility exposure throughout the deteriorating process than a one-time liquidation would, and the actual effectiveness also highly depends on whether market liquidity is sufficient to support continuous, batched small-scale cash-outs.

Ask a Question
Please enter at least 10 characters
Related Articles
The Moment Your Position Slightly Dips Below Threshold, Does the Protocol Auction It Immediately or Give You a Buffer First? How to Find Out
developers · Jul 29
More Related Topics