# Stablecoin Collateralization Mechanisms
Stablecoin collateralization mechanisms은 스테이블코인의 가치를 담보로 뒷받침하여 가격 안정성과 신뢰를 보장합니다.
Stablecoin collateralization mechanisms은 스테이블코인의 가치를 미국 달러와 같은 안정적인 자산에 페깅(pegging)함으로써 암호화폐 변동성을 완화합니다. 이 메커니즘은 스마트 계약 또는 dApp에 담보를 잠급니다. 담보는 페깅된 자산으로의 상환을 보장합니다. 유형에는 초과 담보(over-collateralization) (예: Dai는 암호화폐 담보 사용), 동적 담보 비율(dynamic collateral ratios), 다중 자산 담보 프레임워크(multi-asset collateral frameworks)가 있습니다. 주요 구성 요소에는 가격 오라클(price oracles), 청산 메커니즘(liquidation mechanisms), 거버넌스(governance)가 포함됩니다. 초과 담보(over-collateralization)는 위험을 줄이지만, 자본 비효율성 및 오라클 실패에 대한 취약성, 유동성 위기 시 크라우딩 리스크(crowding risk)를 야기합니다.
graph LR
Center["# Stablecoin Collateralization Mechanisms"]:::main
Rel_stablecoin_supply_control_mechanisms["stablecoin-supply-control-mechanisms"]:::related -.-> Center
click Rel_stablecoin_supply_control_mechanisms "/terms/stablecoin-supply-control-mechanisms"
Rel_stablecoin_interest_rate_protocols["stablecoin-interest-rate-protocols"]:::related -.-> Center
click Rel_stablecoin_interest_rate_protocols "/terms/stablecoin-interest-rate-protocols"
Rel_stablecoins["stablecoins"]:::related -.-> Center
click Rel_stablecoins "/terms/stablecoins"
classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
linkStyle default stroke:#4b5563,stroke-width:2px;
🧒 5살도 이해할 수 있게 설명
Generated ELI5 content
🤓 Expert Deep Dive
Generated expert content
❓ 자주 묻는 질문
What is the purpose of collateralization in stablecoins?
To back the stablecoin with assets to maintain price stability and user trust.
What is over-collateralization?
Issuing stablecoins only when collateral value exceeds the minted amount, providing a safety buffer.
What role do price oracles play?
Feed external price data to trigger liquidations or maintain peg.
What are the risks?
Oracle failures, crypto price volatility, liquidation cascades, and smart contract bugs.
Examples?
Dai is a widely-cited example of an over-collateralized stablecoin; Aave and other DeFi protocols influence collateral dynamics.