Posición de Deuda Colateralizada (CDP)
Mecanismo de contrato inteligente donde los usuarios bloquean criptoactivos como garantía para acuñar stablecoins o pedir prestados otros activos.
Los CDPs fueron creados por MakerDAO en 2017 para generar DAI. Ciclo de vida: 1. Apertura (depósito del colateral). 2. Préstamo (acuñar DAI). 3. Devolución (DAI + comisión). 4. Retiro (colateral devuelto). En 2019, los CDPs fueron rebautizados como 'Vaults' con el Multi-Collateral DAI.
graph LR
Center["Posición de Deuda Colateralizada (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;
🧒 Explícalo como si tuviera 5 años
Es como una casa de empeño gestionada por un robot (un [smart contract](/es/terms/smart-contract)). Le entregas tu reloj de oro (ETH) y el robot te da efectivo ([stablecoins](/es/terms/stablecoins)). Puedes recuperar el reloj devolviéndole el dinero más una pequeña comisión. PERO — el robot tiene una regla estricta: tu reloj siempre debe valer al menos 1.5 veces el dinero prestado. Si el precio del oro cae demasiado, el robot vende el reloj automáticamente.
🤓 Expert Deep Dive
El Ratio de Colateralización (RC = Valor del colateral / Deuda × 100%) es la métrica de salud clave. MakerDAO exige un mínimo del 150% para los vaults ETH-A. Si el RC cae, los liquidadores (bots) compran el colateral con descuento y se aplica una penalización por liquidación (~13%). La Stability Fee es la tasa de interés anual sobre la deuda, pagada en MKR, que luego se quema.
❓ Preguntas frecuentes
What is the difference between a CDP and a Vault?
They are the same thing. 'CDP' (Collateralized Debt Position) was the original term used by MakerDAO when only one collateral type (ETH) was supported. In 2019, MakerDAO rebranded CDPs to 'Vaults' as part of the Multi-Collateral DAI (MCD) upgrade, which allowed many asset types to be used as collateral.
Why do CDPs require over-collateralization?
Because the collateral (like ETH) is volatile in price. If you could borrow $100 by only depositing $100 of ETH, any price drop would instantly make the loan insolvent. By requiring 150% or more, the protocol builds in a safety buffer.
What happens to your collateral when you are liquidated?
Liquidators (bots) buy your collateral at a discount (e.g., 13% cheaper than market price) to pay off your debt. You lose the liquidation penalty but may recover any remaining collateral above what was needed to cover the debt.