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](/ja/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.

🔗 関連用語

前提知識:

📚 出典