What is over-collateralization?

Backing a loan or a token with collateral worth more than the amount issued, so a price fall can be absorbed before the debt is under water.

Not yet verifiedHow we verify

3 min read

In this entry

Backing a loan or a token with collateral worth more than the amount issued, so a price fall can be absorbed before the debt is under water.

It is the core mechanic of crypto-backed stablecoins and of on-chain lending, where the required ratio and the liquidation threshold are set per asset and published in the protocol's parameters. Deposit $150 of a volatile asset, borrow $100, and the extra $50 is the buffer that keeps the lender whole while the price moves.

The design exists because on-chain lending is anonymous. There is no credit check, no recourse, and no court to pursue a borrower who walks away, so the collateral has to be worth more than the loan from the first moment.

How it works

Each protocol publishes two numbers per collateral asset. The maximum loan-to-value sets how much you can borrow against a deposit. The liquidation threshold sets the point at which anyone can close your position and take a bonus for doing so.

Volatile collateral gets a wider buffer than stable collateral, because the buffer is sized to survive a price fall in the time it takes liquidators to act. An asset that gaps 30% in an hour needs more room than one that moves 2% a day.

Liquidation is permissionless and competitive. Bots monitor positions and race to close any that cross the threshold, paid by a bonus taken from the borrower's collateral. That competition is what keeps the system solvent without an intermediary.

The buffer is not a guarantee. Three failures recur. A fast enough fall can outrun liquidators. A stale or manipulated oracle can misprice the collateral. And a market with no bids means the liquidator cannot sell what it seizes, which turns a paper buffer into bad debt. Protocol reserve funds exist to absorb exactly that.

Over-collateralized stablecoins work on the same principle at the system level: the total collateral backing the supply exceeds the supply, with a redemption mechanism and liquidations keeping the ratio in place.

Example

Illustrative position. You deposit $15,000 of a volatile asset and borrow $7,500 of a stablecoin, a 50% loan-to-value. The protocol's liquidation threshold for that collateral is 80%.

Your position is liquidated when the debt reaches 80% of the collateral value, which happens when the collateral falls to $9,375. That is a 37.5% fall from where you started. If instead you had borrowed $10,000, a 67% loan-to-value, liquidation would arrive at a collateral value of $12,500, a fall of only 17%. The same collateral, the same asset, and less than half the room, purely because of how much you borrowed.

Why it matters when you buy

If you only buy and hold, none of this applies. It becomes your concern the moment you borrow against holdings rather than selling them, which people do to avoid a taxable event, and the trade-off is that a price fall can force a sale at the worst possible moment. Whether a sale would be taxable where you live is covered at the tax pages, and the risks of yield products built on this machinery are set out at Stablecoin yield risks.

Questions

Why do I have to post more than I borrow?

Because the loan is anonymous and unenforceable. The excess collateral is the only thing protecting the lender, and it has to survive a price fall large enough to cover the time liquidators need.

Can I avoid liquidation by adding collateral?

Yes, if you are watching and act before the threshold is crossed. Positions are liquidated automatically the moment they cross, so waiting for a notification is not a strategy.

Is over-collateralization the same as a safe loan?

Safer for the lender, not for you. Your risk is a forced sale of your collateral during a fall, at a price you did not choose, plus the liquidation bonus.