DeFi lending is built on over-collateralization. Users deposit collateral, borrow less than the collateral value, and the protocol enforces risk limits.
That design prevents classic unsecured default. It does not remove risk. It transforms risk into three main vectors:
A safer lending posture starts with understanding how these three mechanisms interact.
Lending protocols define how much can be borrowed against collateral.
Compound describes liquidation using liquidation collateral factors that are separate and higher than borrow collateral factors, creating a buffer designed to reduce liquidations triggered by small price moves.
Aave tracks risk using a health factor and per-asset liquidation thresholds. When health factor drops below the threshold, collateral can be liquidated.
These concepts are different across protocols, but the core logic is consistent:
Aave’s help content ties health factor to liquidation eligibility and outlines liquidation close factor behavior.
The practical interpretation:
Liquidations are usually partial. A liquidator repays some debt and receives collateral plus a liquidation bonus.
Close factor limits how much of a position can be repaid in one liquidation, which influences how quickly a position can be fully liquidated during stress.
If the position is deeply unhealthy, multiple liquidations can happen quickly, especially on liquid collateral.
Liquidation is a protocol safety valve, not a user-friendly exit.
The user loses collateral at a discount due to liquidation bonus, and the exact execution price depends on market conditions and on-chain routing.
Users often borrow stablecoins against volatile collateral.
If the collateral price falls quickly, the position can liquidate even though the debt asset is stable.
Interest accrues over time.
If rates spike, debt grows faster, shrinking the buffer. This can push a position into liquidation even without a major collateral price move.
Protocols need an on-chain price to calculate collateral value and liquidation eligibility.
Chainlink describes data feeds as aggregating many data sources and publishing them on-chain through decentralized reporting mechanisms.
Oracles are the risk hinge because liquidation math is only as good as the price input.
Oracle risk usually falls into two categories.
If a protocol uses a price that can be manipulated through low-liquidity markets, an attacker can move the price temporarily and trigger liquidations or borrow more than should be allowed.
Chainlink’s analysis distinguishes between market manipulation and oracle exploits and frames how robust feed designs aim to reflect market-wide pricing rather than a single venue.
This is most dangerous when:
Even without manipulation, a feed can become stale or unavailable.
This can happen during:
If a protocol’s fallback behavior is not conservative, stale pricing can create liquidation cascades or allow under-collateralized borrowing.
Most lending markets set interest rates based on utilization.
When many users borrow and liquidity becomes scarce, borrow rates increase to attract new suppliers and to reduce borrowing demand.
Rate spikes happen in predictable moments:
Some protocols offer stable and variable borrowing modes.
Stable borrowing is not a guaranteed fixed rate. It is a rate mode designed to be more predictable, but it can change under certain market conditions.
The key risk is simple. If a position buffer is thin, any increase in debt growth rate reduces survival time.
Interest can compound per block or per second depending on the protocol.
A borrower often underestimates how quickly debt grows during high utilization.
This is one reason long-duration leverage positions are fragile in DeFi.
These risks compound. A common stress path:
If oracle pricing lags or becomes volatile during the same period, liquidation outcomes become less predictable.
Protocol upgrades can change parameters, add new modules, or expose new attack surfaces.
An upgradeable system is not automatically unsafe, but it adds governance risk.
Many protocols isolate risk by limiting borrowing power for higher-risk collateral.
Users still get liquidated if they borrow too close to limits, and exotic collateral often has worse oracle and liquidity properties.
In severe market moves, liquidation transactions compete for block space. Collateral can be sold at worse prices, increasing user loss.
A buffer is the distance between current health factor and liquidation eligibility. A larger buffer absorbs:
Borrowing volatile assets increases risk because debt value can rise while collateral falls.
Stable debt against volatile collateral is usually easier to reason about.
Collateral with deep liquidity and robust oracle support reduces liquidation tail risk.
Thin collateral increases oracle manipulation and slippage risk.
A position should not rely on manual checking. Alerts are a practical defense for:
Aave outlines liquidation behavior and close factor conditions tied to health factor and position sizing while Compound’s liquidation model emphasizes separate liquidation collateral factors designed to maintain a buffer for new positions.
Understanding these mechanics is not optional if the position size is meaningful.
DeFi lending risk is driven by protocol mechanics and market behavior. Liquidations trigger when health factor and collateral factor boundaries are crossed, and the outcome is shaped by close factors and liquidation bonuses. Oracle risk appears when price inputs are manipulated, stale, or unavailable, which can misprice collateral and accelerate liquidations. Rate spikes increase debt growth during high utilization, shrinking buffers faster than many borrowers expect. A safer lending approach uses conservative buffers, strong collateral, awareness of oracle quality, and monitoring that treats interest rate changes as a first-class risk.
The post DeFi Lending Risks Explained: Liquidations, Oracles, and Rate Spikes appeared first on Crypto Adventure.