Collateral ratios govern lending because they set how much debt a protocol will recognize against collateral and when it can sell that collateral.
In a crypto lending market, the ratio is the substitute for a borrower's credit history. A smart contract cannot judge income, employment, or repayment intent. It can only hold an asset, value it through an oracle, and enforce a rule such as “this position may borrow no more than 75% of its collateral value.” The ratio therefore controls both access to liquidity and the lender's protection against a falling market.
The ratio is a chain of decisions
A collateral ratio is not merely a number shown beside a token. It connects four mechanisms: the asset's market value, the maximum loan-to-value limit, the liquidation threshold, and the liquidation incentive.
- You deposit collateral, such as ETH, a stablecoin, or Frax Share.
- An oracle supplies the price used by the lending contract.
- The protocol applies the asset's loan-to-value limit to calculate your borrowing capacity.
- If the collateral value falls, your health factor declines.
- Once the position crosses its liquidation threshold, a liquidator can repay debt and claim collateral, usually with a bonus.
That sequence explains why two assets worth the same amount can support very different loans. ETH is liquid and widely traded, but its price can move sharply. A stablecoin may receive a higher borrowing limit because its expected price range is narrower, although its risk depends on its peg, reserves, and market liquidity. The protocol is pricing the chance that collateral cannot be sold for enough to cover the debt.
Consider a hypothetical position with $10,000 of ETH, a 75% maximum loan-to-value, and an 80% liquidation threshold. The borrower can initially draw up to $7,500, but that is an aggressive position: only a small decline separates the borrowing limit from liquidation. If ETH falls 10%, the collateral is worth $9,000 and the debt is still $7,500. The debt is now 83.3% of collateral value, above the liquidation threshold. The borrower may lose collateral even though the original deposit was larger than the loan.
What a higher ratio buys you
A higher collateral ratio improves capital efficiency. It lets a trader keep exposure to an asset while borrowing stablecoins for another trade, lets a business obtain working liquidity without selling its token inventory, or lets a user refinance one on-chain obligation with another asset. The cost is a smaller margin for oracle updates, price gaps, interest accrual, and transaction fees.
The right ratio depends on the use case. A short-term, closely hedged position may tolerate a higher limit. A long-term loan against a volatile token needs more room. A borrower who cannot monitor prices or add collateral quickly should treat the displayed maximum as a ceiling, not a target. Leaving room below the threshold costs some immediate borrowing power but buys time to repay, top up collateral, or swap into a safer asset.
This is also where the surrounding token system matters. An ERC-20 Standard token can move through common wallet and protocol contracts, but compatibility does not make it safe collateral. MetaMask Wallet can sign the deposit, approval, borrow, and repayment transactions, while the lending protocol still decides the ratio and the oracle still decides the value. Frax Share may be useful in one market and unsuitable in another because its volatility and liquidity determine how much protection the protocol requires.
What changed in newer lending designs
Older lending systems often separated the maximum loan-to-value from the liquidation threshold. That gap gave borrowers a buffer: they could borrow up to one limit while liquidation began at a higher one. Newer designs, including Aave V4's collateral-factor approach, move toward a single parameter that can represent both borrowing capacity and the point at which liquidation begins, with other controls governing how the liquidation is executed.
The practical change is simple: do not compare ratios across protocols as if they mean the same thing. Check whether the displayed figure is an LTV limit, a liquidation threshold, or a combined collateral factor. Then check the liquidation bonus, oracle source, debt interest rate, and whether collateral and debt are isolated or cross-counted. A ratio without those dependencies is incomplete risk information.
When a position requires changing the asset before borrowing, Frax Swap is the kind of swap decision that belongs before the collateral is deposited, because the chosen token determines the applicable ratio and liquidation room.
Use the ratio as a risk budget
The useful question is not “How much can I borrow?” but “How much decline can this position survive before I must act?” Set the debt below the protocol maximum, calculate the collateral price that would reach liquidation, and keep enough liquid funds to repay or add collateral during a fast market move. Monitor the health factor after every borrow, repayment, swap, and major oracle move.
Collateral ratios govern lending because they turn uncertain market value into an enforceable credit limit. They make permissionless borrowing possible, but they also decide how quickly a profitable-looking loan becomes a liquidation problem. Treat the ratio as a risk budget, and the protocol's most important number becomes a planning tool rather than a temptation.