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;

      

🧒 Простими словами

It's like a pawn shop. You give them your gold watch (ETH) as 'backup', and they give you cash ([Stablecoins](/uk/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.

🔗 Пов'язані терміни

Попередні знання:

📚 Джерела