Key takeaways
– A brief 2.85% pricing discrepancy in wstETH collateral caused about $27 million in liquidations on Aave, demonstrating how small technical issues can have large consequences in automated DeFi lending systems.
– Aave’s system briefly valued wstETH at about 1.19 ETH versus a market value near 1.23 ETH, making some positions appear undercollateralized.
– Price oracles are critical infrastructure in DeFi: they supply market data to smart contracts and determine collateral values, loan health and when liquidations occur.
– The root cause was a misconfiguration in Aave’s CAPO risk-oracle module: outdated smart contract parameters temporarily capped the token’s exchange rate.
Decentralized finance relies on automated smart-contract logic for collateral management and risk controls. That automation increases efficiency and openness but also makes protocols sensitive to small data or configuration errors.
On March 10, 2026, Chaos Labs reported roughly $27 million in Aave liquidations within 24 hours. The liquidations were not driven by a major market crash but by a short-lived 2.85% undervaluation of wrapped staked ETH (wstETH) used as collateral on Aave. This incident highlights the critical role of accurate oracle setups and tightly synchronized risk parameters.
A sudden surge in liquidations
When liquidations spiked across Aave markets, observers initially suspected faulty price feeds. Price oracles feed external market prices to on-chain protocols; in lending systems like Aave, those prices determine whether collateral still covers outstanding loans. If collateral value drops below required thresholds, the protocol triggers automated liquidations.
wstETH was the asset at the center of this event. Because the liquidation process in DeFi is automated and fast, borrowers can be liquidated within seconds once collateral ratios fall below thresholds.
What is wstETH?
wstETH (wrapped staked Ether) is a Lido-issued token representing staked ETH plus accrued staking rewards. stETH accrues rewards and can be wrapped to wstETH for compatibility with DeFi applications. Because staking rewards accumulate, wstETH typically trades at a premium to ETH, making it a popular collateral asset.
The pricing discrepancy
During the event, Aave’s risk system valued wstETH around 1.19 ETH while market prices were near 1.23 ETH—a roughly 2.85% gap. That difference made some borrower collateral appear insufficient, pushing positions below liquidation thresholds and activating Aave’s automated liquidation engine.
Why price oracles matter
Blockchains can’t natively access off-chain market data, so oracle services are used to relay prices to smart contracts. Oracle inputs directly affect:
– collateral valuation
– the health of loans
– liquidation triggers
Because these mechanisms are automated, even brief oracle deviations or misconfigurations can cascade into large-scale liquidation events, especially when many borrowers are leveraged.
The real cause: CAPO risk-oracle misconfiguration
Further analysis showed Aave’s primary oracle feeds were functioning correctly. The issue originated in the correlated assets price oracle (CAPO) risk module—an added protective layer for yield-bearing tokens. CAPO is designed to cap the rate at which yield-bearing token values can rise, mitigating risks from abrupt surges or oracle exploits.
In this case, CAPO used outdated parameters in a smart contract. Two values—an exchange rate reference and its timestamp—were out of sync. Because they weren’t refreshed together, CAPO computed a temporary ceiling on the exchange rate that sat below market levels, causing the ~2.85% undervaluation of wstETH.
Technical breakdown
Chaos Labs noted the mismatch came from stale contract-stored parameters:
– reference exchange rate
– timestamp associated with that rate
When these diverged, CAPO’s cap logic produced an artificial lower valuation. The protocol then treated affected wstETH-collateralized loans as undercollateralized, triggering liquidations.
The liquidation cascade
Once positions fell below safety thresholds, liquidators—often automated trading bots—repaid portions of borrowers’ debts in exchange for discounted collateral. About $27 million in borrowing positions were liquidated. Liquidators extracted roughly 499 ETH in combined profits and liquidation bonuses, capitalizing on the temporary pricing misalignment.
No bad debt for the protocol
Despite the volume of liquidations, Aave reported zero bad debt. Core risk and liquidation mechanisms operated as intended: when positions breached thresholds, liquidations executed and the protocol’s solvency remained intact. Aave governance proposed compensating affected borrowers via recoveries and DAO treasury support, reflecting an evolving DeFi practice of treating incidents as infrastructure risks and considering refunds for impacted users.
Oracle risk remains central
This event underscores that oracle design and risk-oracle configuration are critical and vulnerable parts of DeFi infrastructure. Small configuration mistakes or desynchronized parameters can have outsized impacts when automated systems manage large collateral pools. Similar past incidents on other platforms—where misconfigured oracles temporarily mispriced assets—show the recurring nature of this risk.
wstETH and Lido were not at fault
Lido contributors confirmed wstETH and the underlying staking protocol functioned normally during the event. The issue stemmed from how Aave processed and interpreted price and risk-parameter data, not from a malfunction in Lido’s tokens.
Lessons for DeFi
As DeFi grows and incorporates more yield-bearing assets, risk models must handle:
– dynamic exchange rates
– accrual of staking rewards
– time-sensitive updates
– precise synchronization of smart contract parameters
Even minor misalignments in these areas can escalate into broad liquidation events. Robust monitoring, automated sanity checks, and careful parameter management are essential to reduce oracle-related systemic risks.
Cointelegraph maintains full editorial independence. The selection, commissioning and publication of Features and Magazine content are not influenced by advertisers, partners or commercial relationships.