Crypto-collateralized stablecoins and over-collateralization
Locking volatile collateral to mint a dollar token works only if the surplus, the price feed and the liquidators all hold up at the same time.
A crypto-collateralized stablecoin is created as debt. A user locks a volatile asset into a contract, mints dollar tokens against it, and later repays those tokens to unlock the collateral. Because the collateral price moves and the debt does not, the contract insists on a surplus of collateral at all times, and that surplus is the whole of the safety margin. The design replaces the credit risk of an issuer with the price risk of an asset and the execution risk of an automated sale.
Minting is borrowing, and the ratio is the buffer
The position is usually called a vault or a collateralized debt position. Depositing collateral worth a given amount permits minting stablecoins up to a fraction of it, set by a collateral factor. A position requiring one hundred and fifty units of collateral value for every hundred units of stablecoin debt carries fifty units of buffer, which is the price fall it can absorb before the buffer is exhausted. This is over-collateralization, and the arithmetic is intentionally conservative because the collateral is not cash.
The borrowed vocabulary needs a caveat. Over-collateralization sounds like the margin requirement on a brokerage account, and mechanically it resembles one, but there is no broker extending credit, no discretionary margin call by a human, and no negotiation. The contract enforces the ratio continuously against a price feed, at any hour, with no grace period beyond what the parameters specify. Contract-enforced margin removes the counterparty who might have been lenient and removes the counterparty who might have failed.
A second caveat matters more. Over-collateralization means the system is solvent at current prices, not that every token is redeemable at par at every moment. Solvency and immediate liquidity are different properties, and a design can have the first while temporarily lacking the second.
What holds the price at a dollar
No company redeems these tokens, so the stabilizing force comes from borrowers. Any holder of debt can buy the stablecoin in the market and use it to repay at face value. When the token trades below a dollar, repaying debt with tokens bought below par retires the obligation at a discount, which removes supply and pushes the price up. That is the same arbitrage logic as issuer redemption, executed by a different set of participants.
Above a dollar, the correcting force is minting: borrowing becomes profitable when new tokens can be sold for more than par, which adds supply. Several systems add explicit policy levers, such as a fee on outstanding debt that makes borrowing more or less appealing, or a facility that swaps the stablecoin one-for-one against another stablecoin. That last mechanism is effective and quietly consequential, because it imports the risk of the other token into the system.
Liquidation is the mechanism that must not fail
When a position's collateral falls to a liquidation threshold, third parties are permitted to repay part of the debt and seize collateral at a discount as compensation. This keeps the system solvent by removing weak positions before the collateral is worth less than the debt. Lending systems commonly express a position's distance from that point as a health factor.
Three things have to hold simultaneously for liquidation to work. The oracle must be reporting a price close to the real one, since oracle failure either triggers liquidations that should not happen or blocks ones that should. Liquidators must have capital and a reason to act, which usually means the seized collateral can be sold immediately without excessive slippage. And the chain must keep confirming transactions at a reasonable cost during exactly the period when everyone is competing for block space.
All three degrade together in a sharp fall. Collateral prices drop, so more positions become eligible; on-chain liquidity thins, so seized collateral sells for less; fees rise, so marginal liquidations stop being profitable. The result is a cascade liquidation, where forced sales push the price lower and trigger the next tier of positions. Systems hold surplus buffers and can auction governance tokens as a last resort to recapitalize, which is a real backstop and also a form of dilution for existing holders.
The awkward part: what the collateral actually is
These designs are often described as decentralized, and the mechanism is. The collateral frequently is not. Many systems accept large amounts of fiat-backed stablecoins, liquid staking tokens, or real-world assets such as short-term government debt held through a legal vehicle. Each of these choices reduces price volatility and increases stability in ordinary conditions, and each imports an external dependency: an issuer who can freeze an address, a staking derivative that can trade away from its underlying, or an off-chain custodian.
A stablecoin backed substantially by another stablecoin cannot be more robust than what it holds. That is not a criticism of the design; it is a description of where the risk moved. The corresponding advantage is genuine and should be stated: collateral held on-chain can be inspected by anyone at any time, with no reliance on a quarterly report, which is a stronger verification story than any off-chain reserve can offer.
What to watch
Collateral held in these systems appears as total value locked, and its thirty-day change shows collateral entering or leaving. Treat both carefully: total value locked is denominated in dollars, so it falls when collateral prices fall even if not one unit has been withdrawn, and it is not revenue, profit, or a valuation input. The related market cap to TVL ratio looks like a price multiple and is not one, because the denominator is customer collateral rather than anything the protocol owns or earns.
Alongside that, circulating supply shows how much debt is outstanding and peg deviation shows whether the repayment arbitrage is keeping up. A sustained discount while collateral is ample points at liquidity or confidence rather than at solvency.
Next in this track are algorithmic designs, which remove the collateral entirely and rely on reflexivity in its place. The TVL page carries collateral data for these systems, risk collects the failure modes named above, and incidents records specific liquidation and oracle events.