Collateralization ratio is the value of posted collateral divided by the value of the debt it secures, expressed as a percentage. It is the health measure of a single lending position at a single moment, enforced automatically: cross the protocol's threshold and the position gets liquidated. It is the DeFi lending measure, and it is not the same thing as a coverage ratio, which compares cumulative revenue against cumulative cost across a simulated economy. Same word shape, different numerator, different consequence when it breaks.
A borrower at Aave's published maximum loan to value sits at a 133% ratio and is liquidated at 125%. That whole safety margin is a 6.25% fall in the collateral price, which most crypto assets can travel inside a single hour.
Scroll to see the full diagram
The ratio, and the same number written backwards
Divide collateral value by debt value. Post $15,000 of collateral against $10,000 of borrowings and the ratio is 150%. Loan to value is the same relationship inverted, debt over collateral, which is 66.7% on that position, and lending protocols set their limits in those terms. Aave's published risk parameters state it directly: at an LTV of 75%, for every 1 ETH worth of collateral a borrower can draw 0.75 ETH worth of another asset.1
Convert that maximum into a ratio and it is 133%. The number founders should carry out of this page is not the ratio at opening, though. It is the distance between where the position sits now and where it gets closed, measured in price rather than in percentage points of ratio.
Three thresholds, and only one of them closes the position
The opening limit is loan to value, which caps what can be borrowed on day one. The maintenance limit is the liquidation threshold, which Aave defines as the percentage at which a position is treated as undercollateralised: at a threshold of 80%, once borrowings pass 80% of collateral value the position may be liquidated.1 The summary statistic is the health factor, collateral value weighted by each asset's liquidation threshold divided by total borrowings, and below 1 the position may be liquidated to keep the protocol solvent.1
Compound expresses the same idea with different vocabulary, mapping user balances to prices through a price oracle and then to risk weights it calls collateral factors, with a comptroller contract making the determination.2 The naming differs between protocols and the arithmetic does not, which is worth knowing before comparing two positions across two venues.
Now run the numbers on that pair. A borrower at 75% LTV with an 80% liquidation threshold is liquidated once collateral falls to 93.75% of its value at opening. That is a 6.25% move, and it does not care whether the borrower intended to be conservative.
Why this is not the coverage ratio
The two get used as synonyms in conversation and they measure different things on different clocks. Coverage ratio, as used in economic simulation, is cumulative revenue divided by cumulative cost over a modelled horizon, read across percentiles to see how often a design goes underwater. It describes the solvency of a business over time and the consequence of a breach is treasury drawdown.
Collateralization ratio is a point in time balance sheet measure on one position, priced by an oracle, and the consequence of a breach is automated: somebody else repays your debt and takes your collateral at a discount. One is a question about whether a model survives. The other is a question about whether a position survives this afternoon. A design review needs both, and confusing them produces a treasury plan that reads healthy while individual positions are being closed.
The numerator is a quote and the thresholds are somebody's decision
Both halves of this ratio are softer than they look. The collateral value is a price the protocol did not observe, delivered by an oracle, and a 150% ratio against an asset that gaps 40% in one block was never a 150% ratio. The number is only as good as the depth behind the price feed, which is why the honest version of this test is run at the price where liquidations start cascading rather than at spot.
The thresholds move too. Aave's access control contract defines named on chain roles including pool admin, emergency admin, risk admin and asset listing admin, each grantable and revocable through governance.3 A risk admin can change the parameter that decides when your position is closed. That is a governance permission working as designed, not a flaw, but it means a collateralization ratio is a policy setting rather than a law of the protocol, and it belongs in the admin capability register alongside every other privileged action.
The stablecoin version measures something else entirely
The same phrase gets applied to reserves, and the design target is different. A fiat backed stablecoin aims at 1:1, so the interesting question is not the size of a buffer above 100% but the quality and liquidity of what sits inside the 100%. Circle disclosed on 11 March 2023 that the USDC reserve was 77% short dated US Treasury bills worth $32.4 billion and 23% cash worth $9.7 billion, with $3.3 billion of that cash at Silicon Valley Bank, about 8% of the total.4
Overcollateralised designs are the ones where a buffer is the product. A position backed at 150% is carrying a 50% cushion for volatility, and the cushion is what lets an automated liquidation still recover the debt after a price fall. Comparing a 150% CDP ratio to a 100% fiat reserve as if the higher number is safer misreads both. One is absorbing price risk on a volatile asset, the other is holding an instrument that is not supposed to move.
What to settle before your token is accepted as collateral
Getting listed as collateral looks like a milestone and behaves like a transfer of risk onto your own liquidity. Four questions belong in the analysis first. What liquidation threshold applies, and what price move it implies given real depth rather than historical volatility. Which oracle prices your asset and how expensive it is to move that oracle relative to the profit from doing so. What the liquidation discount is, since that is the price your token gets sold at during a cascade. And where the liquidators route, because it is usually the pool you seeded.
In our view the parameter to argue about is the threshold, not the LTV. The LTV decides how much leverage a user can take. The threshold decides how far the market has to move before your token becomes forced supply, and that number was set by a governance process you do not control. None of this is advice about any asset or any position; it is the arithmetic a design team should run before the listing, rather than after the first cascade.
Common questions
What is a collateralization ratio?
It is collateral value divided by debt value, written as a percentage. At $15,000 of collateral against $10,000 of debt the ratio is 150%. Lending protocols enforce it automatically: fall below the protocol's maintenance level and anyone can repay part of the debt and take the collateral at a discount. It is a point in time measure, not a forecast, and it moves whenever the collateral price moves.
How is collateralization ratio different from loan to value?
They are the same relationship written in opposite directions. Loan to value is debt divided by collateral, collateralization ratio is collateral divided by debt. Aave states that at an LTV of 75%, 1 ETH of collateral supports 0.75 ETH of borrowing, which is a 133% collateralization ratio.1 Protocols set limits in LTV terms; risk conversations tend to use the ratio.
What is the difference between collateralization ratio and coverage ratio?
Collateralization ratio measures one lending position at one moment, collateral over debt, enforced by liquidation. Coverage ratio measures a modelled economy over time, cumulative revenue over cumulative cost, and a breach shows up as treasury drawdown rather than an automated close. Different numerator, different clock, different remedy. A design review needs both and should never report one as the other.
What collateralization ratio triggers liquidation?
It depends on the asset and the protocol, because the threshold is a governance set parameter rather than a market constant. Aave's published example uses a liquidation threshold of 80%, meaning a position becomes liquidatable once borrowings pass 80% of collateral value, summarised in a health factor that must stay above 1.1 A borrower opening at the 75% maximum is 6.25% of collateral price away from that line.
See Tokenomics Audit for how this applies in practice.
Sources
- Aave risk parameters (risk-v3 repository, asset-risk/risk-parameters.md)
Aave, 2026
Loan to value defined with the 75% example (1 ETH collateral supports 0.75 ETH of borrowing), the liquidation threshold defined with the 80% example, and the health factor formula under which a position below 1 may be liquidated. Read 3 August 2026 from the repository, since the rendered docs site returns an empty shell to a plain fetch. - cTokens, developer documentation
Compound, 2026
States that the Comptroller maps user balances to prices via the price oracle to risk weights called collateral factors in order to make its determinations. The same arithmetic under different vocabulary. - ACLManager.sol, aave-v3-origin
Aave DAO (GitHub), 2026
Defines the grantable and revocable on chain roles pool admin, emergency admin, risk admin, flash borrower, bridge and asset listing admin. Evidence that liquidation thresholds are governance controlled parameters rather than fixed properties. - $3.3 Billion of USDC Reserve Risk Removed, Dollar De-peg Closes
Circle, 2023
Published 13 March 2023. Records the 11 March 2023 reserve disclosure of 77% ($32.4B) short dated Treasury bills and 23% ($9.7B) cash, including $3.3 billion at Silicon Valley Bank, about 8% of the total reserve.
Last reviewed 2026-08
Know the terms but not sure how they apply to your project? That is what an engagement is for. We design, document, and stress-test the whole token economy inside the Tokenomics Data Room.
80+ projects advised. Complete tokenomics in 4 to 6 weeks.