담보 부채 포지션 (CDP)

자산 담보 기반 대출 시스템.

번역 대기 중인 콘텐츠입니다. 영어 버전을 표시하고 있습니다.

CDPs are the core of decentralized lending (like MakerDAO). A user deposits collateral (e.g., ETH) that is worth more than the loan they are taking out. If the value of the collateral drops too much, the position is liquidated to pay back the debt.

        graph LR
  Center["담보 부채 포지션 (CDP)"]:::main
  Pre_smart_contract["smart-contract"]:::pre --> Center
  click Pre_smart_contract "/terms/smart-contract"
  Pre_collateral["collateral"]:::pre --> Center
  click Pre_collateral "/terms/collateral"
  Rel_dns_protocol["dns-protocol"]:::related -.-> Center
  click Rel_dns_protocol "/terms/dns-protocol"
  Rel_liquidity_pool["liquidity-pool"]:::related -.-> Center
  click Rel_liquidity_pool "/terms/liquidity-pool"
  Rel_time_lock_contract["time-lock-contract"]:::related -.-> Center
  click Rel_time_lock_contract "/terms/time-lock-contract"
  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살도 이해할 수 있게 설명

It's like a pawn shop. You give them your gold watch (ETH) as 'backup', and they give you cash ([Stablecoins](/ko/terms/stablecoins)). If you pay it back, you get the watch back. If the gold prices crash, they sell the watch to make sure they get their money back.

🤓 Expert Deep Dive

Involves 'Over-Collateralization'. Key metrics include the Collateralization Ratio and Liquidation Price. CDPs are used to create decentralized stablecoins like DAI.

🔗 관련 용어

선행 지식:

📚 출처