2.85% Tiny Deviation, $27 Million Liquidation: The Full Story Behind Aave's Price Oracle Crisis

Written by: Cointelegraph

Translated by: AididiaoJP, Foresight News

Key Takeaways

wstETH collateral experienced a brief 2.85% price deviation, triggering approximately $27 million in liquidations on Aave. This event highlights how even minor technical issues in automated DeFi lending systems can lead to significant financial impacts.

The liquidation wave was caused by Aave temporarily valuing wstETH at about 1.19 ETH, while the market price was close to 1.23 ETH, causing some loan positions to be misclassified as undercollateralized.

Price oracles are critical infrastructure in DeFi, responsible for transmitting external market data to smart contracts to determine collateral value, assess loan health, and trigger automatic liquidations.

The root cause was not a failure of the price data source itself but misconfiguration of Aave’s CAPO risk oracle module. Outdated smart contract parameters set a temporary cap on token exchange rates.

DeFi protocols rely on automated logic to handle everything from collateral management to risk assessment. While this creates a truly open, permissionless financial system, it also means that small technical issues can quickly escalate into severe financial turmoil.

According to risk monitoring firm Chaos Labs, the market downturn on March 10, 2026, led to about $27 million in borrower liquidations on Aave, clearly illustrating this vulnerability. Within 24 hours, user positions worth approximately $27 million were liquidated. Surprisingly, this was not caused by a large market sell-off but by a brief 2.85% price deviation in wstETH collateral.

This incident powerfully reminds us that the reliability of price oracles and sound risk management frameworks are vital for maintaining stability in the DeFi ecosystem.

This article explains how a 2.85% pricing deviation in wstETH collateral triggered about $27 million in liquidations on Aave. It focuses on how oracle configuration, smart contract parameters, and automatic liquidation mechanisms amplified a minor pricing error in the DeFi market.

Sudden Surge in Liquidations

When a wave of liquidations hit the Aave market, Chaos Labs, which closely monitors abnormal protocol activity, quickly identified and reported the situation. Initial market speculation suggested a possible oracle malfunction causing assets on the platform to be mispriced.

Price oracles serve as a crucial bridge, providing external market prices to on-chain applications. In protocols like Aave, these prices directly determine whether a borrower’s collateral is sufficient to cover their loan. If collateral value falls below the required safety threshold, the system automatically liquidates the position.

The core asset involved was wstETH, a token widely used as collateral in DeFi lending ecosystems.

Liquidation speeds in protocols like Aave are typically much faster than traditional margin calls. Because DeFi markets operate 24/7 via automated smart contracts, once the collateralization ratio drops below the threshold, positions can be liquidated within seconds.

What is wstETH?

wstETH (wrapped staked Ether) is a token issued by the liquidity staking protocol Lido.

When users stake ETH through Lido, they first receive stETH, which represents their staked principal plus accumulated staking rewards. To improve compatibility with various DeFi applications, stETH can be “wrapped” into wstETH.

Due to continuous accumulation of staking rewards, one wstETH usually has a value slightly higher than one ETH. This feature makes it an attractive and widely adopted collateral type in DeFi lending markets.

Pricing Deviation Event

During this liquidation wave, the actual market value of wstETH diverged from the valuation used by Aave’s risk system. Aave’s algorithm priced wstETH at about 1.19 ETH, while the broader market valuation was around 1.23 ETH.

The approximately 2.85% discrepancy made positions collateralized with wstETH appear undercollateralized more severely than they actually were.

As a result, some borrowing positions fell below the safety threshold, triggering Aave’s automatic liquidation process.

Why Price Oracles Are Critical in DeFi

Price oracles are foundational infrastructure in DeFi. Since blockchains cannot access real-world market data directly, they rely on oracle services to provide external asset prices. These prices directly influence:

  • Collateral valuation

  • Loan health assessments

  • Liquidation triggers

When asset prices are reported to decline, protocols may determine that loans are undercollateralized and automatically liquidate the affected positions.

Because this mechanism is fully algorithmic, even tiny pricing deviations can cause chain reactions with serious consequences.

In DeFi, small price deviations or brief market fluctuations—just a few percentage points—can trigger cascading liquidations. This risk is especially high when many borrowers use high leverage and collateralize volatile cryptocurrencies.

Root Cause: Misconfiguration of Aave’s CAPO Risk Oracle Module

Deeper investigation confirmed that Aave’s main price oracle was functioning normally.

The actual issue lay in the CAPO (Collateral Asset Price Oracle) risk module, a protective layer added for specific assets like wstETH.

CAPO’s primary function is to set a cap on the rate of increase for yield-bearing tokens like wstETH, aiming to prevent sudden price surges or potential oracle attacks.

However, in this incident, internal misconfiguration within the CAPO module caused the problem.

Technical Analysis of the Error

Chaos Labs revealed that the issue stemmed from outdated parameters stored in the smart contract.

Two key parameters failed to update synchronously:

  • Reference exchange rate

  • Timestamp associated with that rate

Because these parameters were out of sync, CAPO’s calculation of the allowable exchange rate cap was temporarily lower than the actual market rate.

This caused the protocol to undervalue wstETH by about 2.85% compared to the market price.

Aave relies on price oracles—sources providing real-time asset prices to smart contracts. If these data sources temporarily reflect abnormal market prices from exchanges, the protocol recalculates collateral values and may trigger liquidations.

Chain Reaction of Liquidations

Once the collateralization ratio drops below the safety threshold, Aave’s automatic liquidation engine activates immediately.

Liquidators (usually high-speed trading bots) quickly step in, repaying part of the borrower’s debt and acquiring collateral at a preset discount.

In this event, about $27 million worth of borrower positions were liquidated.

Liquidators capitalized on this brief price misalignment, earning approximately 499 ETH in profit (including liquidation bonuses).

The Protocol Itself Remained Solvent

Despite the large scale of liquidations, Aave’s protocol did not incur any bad debt. Aave founder Stani Kulechov stated, “Aave protocol was unaffected.”

Chaos Labs noted that once a position breaches the safety threshold, the core risk controls and liquidation mechanisms operate as designed. Therefore, the impact was limited to the affected borrowers and did not threaten Aave’s overall solvency and stability. The temporary artificial undervaluation of collateral caused some positions to fall below the liquidation threshold.

Aave Governance subsequently proposed using recovered funds and DAO treasury to compensate affected users. This approach reflects a new trend in DeFi governance: treating such technical incidents as systemic infrastructure risks and preferring to compensate harmed users rather than letting them bear the full loss.

Reaffirming the Risks of DeFi Price Oracles

This incident underscores that oracle mechanisms are both the most critical and one of the most vulnerable components of DeFi infrastructure.

When automated systems manage hundreds of billions of dollars in collateral, even minor misconfigurations can lead to far-reaching and severe consequences.

Similar incidents have occurred on other DeFi platforms. For example, one platform once misconfigured its oracle, causing Coinbase’s wrapped staked ETH (cbETH) to be briefly valued at about $1 (actual value around $2,200), leading to widespread chaos.

These cases demonstrate that maintaining reliable, accurate price data sources remains a persistent challenge in decentralized finance.

wstETH and Lido Are Not Responsible

Contributors from the Lido ecosystem clarified that the recent liquidation was not caused by any fault or defect in wstETH tokens themselves.

The token functioned normally throughout the event, and the underlying Lido staking protocol remained fully operational and unaffected.

The core issue was how Aave’s lending protocol, through its risk management configuration, handled and interpreted price data, leading to the discrepancy.

Implications for the Future of DeFi

As decentralized finance continues to evolve, protocols are deploying increasingly sophisticated risk management systems to accommodate yield-bearing assets like wstETH.

Since these assets’ values grow with accumulated staking rewards, they present unique pricing challenges.

Effective risk models must carefully address:

  • Dynamic exchange rates

  • Continuous accumulation of staking rewards

  • Time-dependent parameter updates

  • Precise synchronization of smart contract parameters

Even minor misalignments among these elements can escalate into large-scale liquidations.

AAVE-0,01%
ETH-0,22%
STETH-0,13%
View Original
This page may contain third-party content, which is provided for information purposes only (not representations/warranties) and should not be considered as an endorsement of its views by Gate, nor as financial or professional advice. See Disclaimer for details.
  • Reward
  • Comment
  • Repost
  • Share
Comment
Add a comment
Add a comment
No comments
  • Pin