What Is a Collateralized Debt Position?
A Collateralized Debt Position, or CDP, is the mechanism behind one of DeFi's oldest and most important financial primitives: borrowing against your own crypto without selling it. Understanding a collateralized debt position explained in plain terms comes down to this — you lock up an asset like ETH or wBTC in a smart contract vault, and in return the protocol lets you mint new debt, usually a stablecoin like DAI, against that collateral. You keep exposure to your original asset while unlocking liquidity you'd otherwise have to sell to access.
MakerDAO introduced the CDP model in 2017 (later rebranding vaults as part of the Maker Protocol), and it's since become the blueprint for dozens of overcollateralized lending systems across Ethereum and other chains. Think of it like a pawn shop loan, except the pawn shop is code, the collateral never leaves your control unless you default, and you can add or remove collateral whenever you want as long as you stay above the minimum ratio.
How a CDP Actually Works
- Deposit collateral. A user locks an approved asset (ETH, wBTC, stETH, and increasingly tokenized real-world assets) into a smart contract vault.
- Mint debt. The protocol calculates how much stablecoin the user can mint based on the current collateral value and a required collateralization ratio — often 150% or higher.
- Monitor health. An oracle feeds live price data into the contract, continuously recalculating the position's health factor.
- Repay or get liquidated. The user can repay the debt plus a stability fee to reclaim collateral. If the collateral value drops and the ratio breaches the liquidation threshold, the protocol auctions or seizes the collateral to cover the debt automatically.
That last step is the part most new DeFi users underestimate. A CDP isn't a loan with a grace period or a phone call from a bank — it's enforced by code, instantly, with no negotiation. If your collateral ratio drops below the threshold, liquidation happens whether you're watching or not.
Why Overcollateralization Matters
Unlike a mortgage where the bank assesses your income and credit score, a CDP has no concept of creditworthiness. The system doesn't know who you are, so it protects itself by requiring you to lock up more value than you borrow. A 150% collateralization ratio means you need $150 of ETH locked to mint $100 of DAI. That buffer absorbs price volatility — crypto assets can swing 10-20% in a day, something a traditional loan-to-value model was never built to handle.
This is fundamentally different from a flash loan, which requires no collateral at all because it's borrowed and repaid within a single transaction. A CDP, by contrast, can stay open for months or years, so it needs a durable buffer against market swings.
CDPs vs Other Borrowing Models
| Feature | CDP (Maker-style vault) | Pooled Lending (Aave/Compound) | Flash Loan |
|---|---|---|---|
| Collateral required | Yes, overcollateralized | Yes, overcollateralized | No |
| Debt asset created | New stablecoin minted | Borrowed from existing pool | Borrowed and repaid instantly |
| Duration | Open until repaid or liquidated | Open until repaid or liquidated | Single transaction |
| Liquidation risk | Yes | Yes | N/A |
The key distinction: a CDP typically mints new supply of a stablecoin backed by your collateral, while pooled lending protocols redistribute liquidity that other users already deposited. When you open a Maker vault and mint DAI, you're creating new DAI that didn't exist before, backed 1:1 (or more) by your locked assets.
Real-World Example
Say you deposit 10 ETH worth $30,000 into a Maker vault with a 150% minimum collateralization ratio. You could mint up to roughly $20,000 in DAI. If ETH drops 25% and your collateral value falls to $22,500, your ratio drops toward 112%, below the safe threshold, and the liquidation cascade mechanism kicks in — your ETH gets auctioned to cover the debt plus a penalty fee.
This is exactly the kind of dynamic explored in liquidation cascade effects on DeFi protocol stability — when many CDPs breach their thresholds simultaneously during a sharp price drop, forced liquidations can compound selling pressure and destabilize the broader market.
Common Risks to Understand
- Oracle risk: if the price feed reporting your collateral's value is delayed or manipulated, liquidations can trigger unfairly. See stale price oracle risk.
- Stability fees: most CDP systems charge an ongoing interest-like fee on minted debt, similar to an annual borrowing rate.
- Debt ceilings: protocols cap how much total debt can be minted against a given collateral type, a control mechanism covered in debt ceiling in DeFi.
- Liquidation penalties: getting liquidated usually costs more than the debt itself — commonly a 10-13% penalty on top of the collateral seized.
Why CDPs Still Matter in 2026
Despite newer synthetic and algorithmic stablecoin designs, the CDP model has proven remarkably resilient. MakerDAO's system has weathered multiple market crashes, including the March 2020 "Black Thursday" event, and evolved to include real-world asset collateral, generating meaningful protocol revenue in the process — you can track live vault statistics and total collateral locked on DeFiLlama. If you're building or analyzing DeFi credit systems, understanding CDP mechanics is foundational — it's the model most overcollateralized lending, from Liquity to Abracadabra, has borrowed and adapted.