Vitalik Proposes Options to Replace DeFi Liquidations - Will It Change DeFi?

DeFi · 2026-06-05 · 比特三棱镜编辑部
Ask AI

On June 2, 2026, Vitalik Buterin published a short post titled “Replacing liquidations with options”. The core proposal is specific: replace traditional DeFi forced liquidations with put-option contracts. Within 48 hours nearly every major lending team had responded publicly, from “worth discussing” to “we already prototyped this internally.”

My goal here is to walk through the mechanism, contrast it with the existing liquidation system, lay out the effects on borrowers, protocols and arbitrageurs, and be honest about the engineering obstacles.

Diagram of Vitalik's options-replacing-liquidation mechanism: borrower mints a put option at borrow time, the option is auctioned to market makers, and at trigger conditions the option is exercised instead of the collateral being liquidated

The Core Mechanism

Traditional liquidation: user deposits collateral, borrows debt, protocol maintains a health factor; if collateral price falls below threshold, any third party buys collateral at a 5–10% bonus and repays the debt, force-closing the position.

Vitalik’s flow:

  1. User deposits 1 ETH (assume $3,000) and borrows $2,000 USDC.
  2. Protocol auto-mints a put option: strike $2,200, expiry 1 month, underlying ETH. It is auctioned to market makers via Dutch auction, earning a premium.
  3. Premium is split between borrower’s extra cost and protocol reserves.
  4. If ETH falls below $2,200, option holders exercise: deliver USDC, take ETH collateral; borrower’s debt is auto-covered, position closes.
  5. If price stays above $2,200 through expiry, option expires worthless; borrower must repay or roll.

Key change: the trigger is no longer “instant force-sale on health-factor breach,” it is “orderly exercise at a pre-priced strike by a contracted counterparty.”

What It Solves

Structural issues with current liquidation:

  • Cascading liquidations amplify downside. Luna/UST May 2022 and stETH June 2022 are textbook cases.
  • MEV captures the bonus. Most of the 5–10% bonus ends up as MEV, not flowing to protocol or borrower.
  • Borrower UX is poor. Users cannot manage health factors around the clock.
  • Reserves often insufficient. Slow liquidations turn into bad debt.

Vitalik’s answer: price risk forward, not react backward.

  1. Market-priced premiums reflect actual volatility — high-vol assets automatically more expensive to borrow against.
  2. Orderly exercise at a fixed strike, not synchronous fire-sales.
  3. MEV structurally removed: counterparties are pre-contracted MMs.
  4. Borrower knows worst case: loss bounded by (current - strike) + premium, not unbounded downside plus bonus.

Can You Bolt This on Aave or Morpho?

Honestly: not directly.

Where do counterparties come from. Current on-chain option markets (Lyra, Premia, Dopex) lack the depth. More realistic: protocol-internal underwriting pools — LPs deposit stablecoins, get auto-allocated as counterparties, earn premiums. Effectively redesigning safety module into an option underwriting pool.

Strike pricing. Proposal suggests strike = spot × (1 - safety_factor), governance-set. Each asset needs its own tuning.

Expiry handling. Borrowers choose: repay, roll, close. Adds a new UX dimension.

Oracle dependency unchanged. Exercise still depends on oracles.

Long-tail assets excluded. No deep option market means no counterparty; those assets stay on classical liquidation.

Who Wins, Who Loses

Borrowers: total cost likely up, volatility down. Premium is explicit; blended APR exceeds traditional model. A win for risk-averse borrowers; possibly worse for active managers who would have topped up just before liquidation.

Liquidators: traditional role mostly vanishes, replaced by “option counterparty.” MEV searcher revenue shrinks, but they can pivot to option market-making — redistribution, not elimination.

Protocols: biggest beneficiary. New premium revenue stream, lower bad debt, better capital efficiency. Aave V4’s hub-and-spoke architecture actually leaves a clean entry point — hub manages option positions centrally, spokes opt in by asset class.

Option LPs: new yield class. Sell puts, earn premiums, accept tail risk. Structurally similar to Hyperliquid perp LPs. Readers familiar with Ethena USDe yield mechanics will recognize the parallel to funding-rate income.

Real Obstacles

Obstacle Severity Solvable?
Insufficient option liquidity High 1–2 years
Strike / expiry complexity Medium Templates + governance
End-user UX Medium Front-end abstraction
No counterparties for long-tail High No near-term fix
Oracle dependency unchanged High Generic problem

The binding constraints are option liquidity and long-tail coverage. Realistic deployment is hybrid: blue chips go through options, long-tail keeps liquidation.

Medium-Term Impact

If 2–3 majors adopt option-based settlement:

  1. Lending-options boundary blurs. Aave + Lyra integrations become standard or outright merge.
  2. Stablecoins follow. MakerDAO/Sky already moved to Dutch-auction Liquidations 2.0; see Is DeFi Stablecoin Yield Actually Safe.
  3. LRT leverage gains a safety floor. Berachain PoL-related products could benefit.
  4. A dedicated option-underwriting layer emerges, like Pendle did for yield.

Discipline note: Vitalik proposed plasma in 2017, backed zk rollups in 2019, formalized EIP-1559 burn in 2021 — each took 3–5 years. This will follow the same arc: first pilots in 2026, first mainstream partial activation in 2027, standard option in 2028–2029.

What Should Users Do Now

If you actively use DeFi lending, short-term impact is essentially zero — no protocol rewires liquidations in 3 months. In 6–18 months you may see:

  • Aave / Morpho announcing “option-liquidation experimental spoke / market.”
  • Standalone option-underwriting protocols.
  • Wallet front-ends showing “distance to strike” and “accumulated premium cost.”

Track three signals: Aave or Morpho RFC adding option mechanics; on-chain option protocol liquidity rising; purpose-built option products for lending settlement.

A side-by-side comparison: left side shows traditional cascading liquidations creating sharp downward price waves; right side shows orderly options-based settlement distributed across expiration dates with price curves and discrete settlement blocks

Why This Deserves Serious Attention

Surface read: “another liquidation mechanism.” Underneath: does DeFi lending lean too heavily on after-the-fact forced sales, while neglecting forward risk pricing?

Options price future risk now and let participants share it by appetite. TradFi has done this for half a century. The on-chain difficulty is not financial logic but engineering and liquidity. Vitalik did not invent a concept; he reassembled known-good tools through a DeFi lens. In Ethereum’s history, “recombine known-good components” proposals (EIP-1559, the Merge, proto-danksharding) hit far more reliably than “invent a new mechanism” proposals.

On current pace I expect a small-scale pilot in a major lending protocol within 2027, validation or refutation by 2028. Until then, “Vitalik just changed DeFi liquidations” headlines are premature — he put a long-neglected direction back on the table. In DeFi’s current climate, even that is rare.