Bible Network Crypto DeFi Onchain RWA AI Agent Stablecoin Chain SAFU CryptoTax DeFAI AGI Claude Me Claude Skill Claude Design Claude Cowork
Independent Media
Not affiliated with any project
The Deepest Stablecoin Knowledge Base
stablecoin-bible.com
LATEST
Visa Launches Stablecoin Platform With OUSD as First Asset, Reaching 200M Merchants — Visa Transforms From 'Payment Network' to 'Stablecoin Operations Infrastructure'  ·  Same 7%, Completely Different Design: Deconstructing Coinbase and Robinhood's USDC Yield Subsidies — Whose 7% Is More Real?  ·  Aave Stable Vaults: DeFi's Largest Lending Protocol Opens $12.8B Liquidity to Fintech — Morpho Already Powers Coinbase and Robinhood, Aave Is Now Competing for This B2B Yield Infrastructure Market  ·  Stablecoin Liquidation Cascade: How Aave and Sky Use Automated Liquidation to Protect Collateral Systems, and Why the 2022 Bear Market Didn't Take Down USDS  ·  Stablecoin Smart Contract Risk Guide: How to Read Audit Reports, Identify High-Risk Contracts, and Five Core Checkpoints for Choosing Safe DeFi Protocols  ·  GENIUS Act Zero-Yield Rule Complete Analysis: Why Regulated Stablecoins Can't Pay Interest, and What It Means for DeFi Yields, OUSD Competition, and sUSDS
Glossary · crypto-backed

Overcollateralization

crypto-backed Intermediate

30-Second Version · For the impatient
Overcollateralization is the core mechanism of crypto-backed stablecoins like DAI: borrowers must deposit collateral worth **more than** the stablecoins they borrow. For example, depositing $150 of ETH to borrow 100 DAI (150% collateral ratio). That 'extra $50' is the system's buffer against collateral price drops — ETH must fall 33% before the $150 collateral drops to $100 and triggers the <a href="/en/glossary/derivatives-and-leverage/liquidation/" target="_blank">Liquidation</a> line. Overcollateralization is the fundamental design that keeps decentralized stablecoins solvent, at the cost of low capital efficiency: the same money in an overcollateralized system can only borrow out 60-70%, with remaining capital sitting idle and locked.
Full Explanation +
01 · What is this?

What's the relationship between overcollateralization and leverage? Is borrowing DAI a form of using leverage?

This is a useful conceptual clarification. Opening a Vault to borrow DAI is indeed a form of natural leverage, but with several key differences from traditional leverage:

Similarities: you're using one asset (ETH) to control more assets (ETH + borrowed DAI). If you use borrowed DAI to buy more ETH, you've effectively taken a long ETH position larger than your original capital. This is the essence of leverage.

Key differences: traditional leverage (like futures) is typically 10x, 20x; the actual leverage ratio of a DAI Vault depends on the collateral ratio. At 200% collateral, you're only deploying 50% leverage (borrowing DAI equal to half your capital) — this is very conservative leverage.

Liquidation mechanism difference: traditional leverage during liquidation can result in losses exceeding principal (if the market lacks liquidity); DAI's overcollateralized design ensures collateral is sufficient to cover debt at liquidation — theoretically your maximum loss is the collateral (plus liquidation penalty), with no additional debt.

Practical usage notes: if you borrow DAI and deposit it in a DeFi protocol to earn interest, you're doing interest rate Arbitrage (borrow rate < deposit rate) — a common DeFi strategy, but simultaneously bearing the risks of two protocols.

02 · Why does it exist?

Why do minimum collateral ratios differ for different collateral types (ETH vs WBTC vs USDC)? What's the logic?

The variation in minimum collateral ratios reflects underlying asset volatility and liquidity — this is a direct and elegant risk pricing mechanism:

Higher volatility requires higher minimum collateral ratios. ETH's minimum ratio is approximately 150%, because ETH can fall 20-30% in a single day, requiring sufficient buffer for the Liquidation mechanism to have time to operate; WBTC (Bitcoin's Ethereum wrapper) has volatility similar to ETH, so its minimum ratio is comparable.

Stable assets can have lower thresholds. If you use USDC as DAI collateral (yes, MakerDAO allows this), the minimum collateral ratio can approach 100%, because USDC itself is a Stablecoin with no severe price volatility risk. But this also brings centralization risk: if Circle freezes this USDC address, the related DAI collateral encounters problems.

Liquidity is also a factor: the liquidation mechanism needs to quickly sell collateral in the market. If the collateral lacks market liquidity (like some smaller tokens), even with sufficient collateral ratio, the liquidation may fail to find buyers quickly — requiring higher collateral ratio buffers.

This is why DeFi protocol risk parameter design is essentially 'differentiated risk pricing based on underlying asset characteristics' rather than a one-size-fits-all standard.

03 · How does it affect your decisions?

In a bear market, which is more vulnerable — the overcollateralized system (DAI) or fiat-backed stablecoins (USDC)?

Both face completely different pressures in bear markets, so 'which is more vulnerable' depends on the nature of the stress:

Crypto bear markets hit DAI more directly: when ETH falls sharply, many Vault collateral ratios approach Liquidation lines, triggering large-scale liquidations. If market liquidity simultaneously dries up (like March 2020), the liquidation mechanism may fail to execute orderly, causing system bad debt. Additionally, DAI borrowing demand drops during bear markets, requiring DSR adjustments downward to maintain the peg, affecting sDAI yield holders.

Fiat-backed stablecoins are relatively stable in bear markets: USDC's reserves are dollars and Treasuries, unaffected by crypto market price fluctuations. USDC's reserve ratio doesn't change because the market drops. But if users lose confidence in all crypto assets (including stablecoins) during bear markets, mass redemptions may occur — another type of pressure for fiat-backed types, though systems with real asset backing can generally handle this.

Simple conclusion: in pure crypto bear markets (ETH/BTC major drops), overcollateralized systems face more direct impact; in confidence crises (market doubts about issuer reserves), fiat-backed types face more pressure (like the 2023 USDC SVB event). Their risk sources differ — there's no absolute winner.

04 · What should you do?

If I want to borrow DAI using ETH as collateral, what are the practical considerations for first-time operations?

First-time MakerDAO (Sky Protocol) operations have several practical considerations:

First: Choose your chain. MakerDAO operates primarily on Ethereum mainnet, with Sky Protocol also supporting some L2s. Ethereum mainnet gas fees are higher (possibly $10-30 per operation) — if your borrowing amount is small (under 1,000 DAI), the Gas Fee proportion is too high to be economical.

Second: Confirm your ETH is in WETH format. MakerDAO accepts Wrapped ETH (WETH); you'll need to first convert native ETH to WETH (can be done in one step on Uniswap or similar DEX).

Third: Set initial collateral ratio to at least 175-200%. Don't set the ratio too low in pursuit of borrowing more. With 3 ETH ($6,000), recommend borrowing no more than 3,000 DAI (200% ratio) — this requires ETH to fall 50% before hitting Liquidation, providing ample buffer.

Fourth: Set up collateral ratio monitoring. DeFi Dashboard tools (like DeBank, Zapper) let you monitor all Vault states and set alerts for 'collateral ratio below 160%,' giving you time to react before danger.

Fifth: Understand the Vault closing process. Repaying the DAI loan (plus accumulated Stability Fee interest) is required to retrieve ETH collateral. Confirm you have sufficient DAI for repayment, or understand how to buy DAI from Uniswap and similar markets to repay.

Real-World Example +

A concrete numerical scenario illustrating how overcollateralization protects the system under market stress.

Scenario: MakerDAO Vault stress test during the May 2022 crypto market crash

In May 2022, LUNA/UST's collapse triggered crypto market panic. ETH dropped from approximately $3,000 to approximately $1,800 over two weeks (roughly 40% decline).

Xiao Wang's Vault (200% collateral ratio)

  • At opening: 3 ETH × $3,000 = $9,000 collateral, borrowed 4,500 DAI (200% ratio)
  • ETH drops to $1,800: 3 ETH × $1,800 = $5,400; ratio = $5,400 ÷ $4,500 = 120%
  • Status: still above liquidation line (110%) — tense but not liquidated
  • His action: added 0.5 ETH to bring ratio back to 150%

Xiao Li's Vault (115% ratio, near liquidation line)

  • At opening: 3 ETH × $3,000 = $9,000 collateral, borrowed 7,826 DAI (115% ratio)
  • ETH drops to $2,700 (10% decline): $8,100 ÷ $7,826 = 103.5%
  • Status: drops below liquidation line (110%) — triggers liquidation
  • Result: Keeper auctions ETH at a discount; Xiao Li suffers 13% liquidation penalty plus ETH price loss

Lesson: the same market event — Xiao Wang at 200% survives; Xiao Li at 115% is force-liquidated. That 'wasted' extra collateral is the entire difference between their outcomes.

Diagram
Overcollateralization: Why the 'Extra' Capital Matters左側為低抵押率情境(110%,接近清算線),顯示 ETH 只需下跌 9% 即觸發清算。右側為高抵押率情境(200%),顯示 ETH 需要下跌 50% 才觸發清算。中間對比兩者的「安全緩衝空間」,底部標注「更高抵押率 = 更低資本效率但更低清算風險」。Overcollateralization: Ratio vs. Liquidation BufferLow Ratio: 110% — Danger ZoneDeposit: $1,100 ETHBorrow: 1,000 DAISafety buffer: only $100= 9% ETH drop triggers liquidationETH falls 9%Collateral = $1,001Ratio: 100.1% → LIQUIDATEDCapital efficiency: 91%Liquidation risk: VERY HIGHHigh Ratio: 200% — Safe ZoneDeposit: $2,000 ETHBorrow: 1,000 DAISafety buffer: $1,000= 50% ETH drop triggers liquidationETH falls 50%Collateral = $1,000Ratio: 100% → just reaches limitCapital efficiency: 50%Liquidation risk: LOWHigher ratio = lower liquidation risk, but lower capital efficiency — choose based on your risk tolerance and monitoring frequencyStablecoin Bible · stablecoin-bible.com
Feel free to share. Please credit the source.
Common Misconceptions +
✕ Misconception 1
× Misconception 1: Overcollateralized stablecoins like DAI are the safest stablecoins because they have 'real crypto asset backing.' Not entirely correct. DAI does have real crypto asset backing, but these assets are themselves highly volatile. If the market drops 50% within hours, the liquidation mechanism may fail to execute normally (like Black Thursday in March 2020), causing system bad debt. Overcollateralization provides stronger safety than algorithmic types, but it's not 'safest' — fiat-backed stablecoins like USDC typically have more stable reserves under extreme market conditions.
✕ Misconception 2
× Misconception 2: As long as the collateral ratio is above the liquidation line, no Vault monitoring is needed. Extremely dangerous thinking. Crypto markets can move drastically within hours — if your ratio is 130% (only 20 percentage points above the 110% liquidation line), ETH dropping 17% could trigger liquidation. If you're asleep or can't react immediately, the loss has already occurred. Recommend setting collateral ratio alerts below 150% on DeFi tools like DeBank, making monitoring a habit rather than an after-the-fact rescue.
The Missing Link +
Direct Impact

Overcollateralization's trade-off is the fundamental tension between 'decentralized stablecoin safety' and 'capital efficiency.'

Safety overcollateralization provides: no centralized issuer needs to be trusted; the system maintains solvency without government backing or deposit insurance; historically DAI has largely maintained its peg through multiple market crashes (including 2020 and 2022).

The cost of overcollateralization: capital efficiency only 50-70%; requires active collateral ratio management; not beginner-friendly (liquidation risk means real and immediate losses); system scale can't expand as rapidly as fiat-backed stablecoins (every DAI issued requires 1.5x+ collateral).

Who should use overcollateralized stablecoins: users who value decentralization and censorship resistance, have the ability to actively manage Vaults, and understand the liquidation mechanism. For everyday payments or simple stablecoin holding needs, fiat-backed simplicity has the advantage.

Missing Link: Most people view overcollateralization's 'waste' as purely a capital efficiency problem — but it actually solves a more hidden problem: in a decentralized system, there is no institution that can 'top up reserves' in an emergency. If fiat-backed stablecoins face a reserve shortfall, Circle and Tether can raise capital from the market or borrow from banks. Overcollateralized systems have no such option — those 'wasted' excess collateral amounts are the only backstop the system has for self-recovery in the complete absence of any bailout mechanism.

Ask a Question
Please enter at least 10 characters
Related Articles
Stablecoin Liquidation Cascade: How Aave and Sky Use Automated Liquidation to Protect Collateral Systems, and Why the 2022 Bear Market Didn't Take Down USDS
mechanisms · Jul 03
Why DeFi Stablecoins Require 150%+ Collateral: Collateral Ratios, Liquidation Thresholds, and the Buffer That Keeps $1 at $1
fundamentals · Jun 15
More Related Topics
The Hidden Risk of Borrowing USDC Against Tokenized Treasuries: When RWA Collateral Hits DeFi Liquidation, Your "Safe" Position Is a Time Bomb
RWA Bible
OUSG moves less than 0.3% per day so you set 95% LTV — the math checks out. The problem: under market stress, liquidation bots can't quickly sell OUSG before the T+1 redemption window, the onchain price depegs, and more liquidations trigger. That's the real risk of using RWA as DeFi collateral.
#crypto
How Blockchains Know Real-World Prices: The Oracle Problem's 20-Year Puzzle
Crypto Bible
The Oracle Problem was proposed in 2005; 21 years later, DeFi still can't fully solve it. It's not a tech problem—it's a fundamental contradiction: you can't completely trust a centralized information source with a decentralized system.
#crypto
Complete Beginner's Guide to Your First Crypto Purchase: Choosing an Exchange, Completing KYC, Depositing Funds, Buying Bitcoin or Ethereum, and Where to Store It After
Crypto Bible
Your first crypto purchase is simpler than you think: choose compliant exchange → complete KYC → deposit fiat → buy → decide where to store. The process isn't hard; the challenge is building correct security habits — enable 2FA, back up seed phrase on paper only, don't leave large long-term holdings on exchanges.
#crypto
Ethereum's Three Major Upgrades Explained: Merge Ended Mining, Shanghai Unlocked Staking, Dencun Slashed L2 Fees — What Each Did and Why It Mattered
Crypto Bible
Ethereum's three upgrades prove one thing: a blockchain can switch its consensus mechanism from PoW to PoS without downtime (Merge), unlock funds locked for two years (Shanghai), and cut L2 fees by 90% (Dencun). The technical difficulty of this far exceeds most people's imagination.
#crypto