On May 22, 2026, the Pyth Network, which should have been providing price data without a second’s delay, suddenly “lost its voice.” Its core network Pythnet/Hermes experienced downtime, with multiple media outlets reporting that the interruption lasted nearly or more than 4 hours. During this time, Pyth's Core Feeds/Price Feeds and Sponsored Feeds' price feed services simultaneously halted. For external users, the only updates available were posted on the official status page: the team had identified the root cause affecting Pythnet/Hermes, validators were coordinating to restart the network, and it was expected that core price services would be restored later that day; for on-chain protocols, the more intuitive reality was that the oracle stopped updating. As one of the mainstream oracles in the DeFi space, Pyth's prices were deeply embedded into the collateral rates, liquidation, and settlement logic of various on-chain lending, derivatives, and asset protocols. When prices remained stagnant for a long time at the last on-chain value, liquidations could be delayed, trades might be paused by contract safety modules, and prices could drift further away from real markets. This event of nearly four hours of silence was seen as a sudden real-world stress test: to what extent had systemic risks in DeFi been exposed under an architecture that heavily relied on a single oracle.
Four Hours of Darkness: Pyth's Pricing Network Suddenly Goes Down
On May 22, 2026, the two core pricing networks of Pyth Network, Pythnet and Hermes, nearly went “dark” at the same time. The Pyth Core Feeds/Price Feeds and Sponsored Feeds, which carry the main price data, were unable to push real-time prices externally during the downtime, and the entire price feed chain, from the network layer to the external interface, seemed to have been directly paused: new prices could not come in, on-chain contracts could not read the updated values, and could only freeze at the last written moment on-chain.
This was not a matter of network glitches measured in minutes but a complete shutdown described by media and the community as “almost four hours.” Pyth officially acknowledged the service anomaly on the status page, stating that they had identified the fundamental issue affecting Pythnet/Hermes and that validators were coordinating to restart the network, expecting to restore core price services “later that day.” During these hours, those protocols that heavily relied on Pyth for price feeds were forced to operate in an information vacuum: some contract logic could only stick to the last on-chain price, while others might depend on pre-designed circuit breaker or pause mechanisms for self-preservation. This forced period of “blindness” clearly exposed the structural vulnerabilities of relying on a single price source.
What Happens to Lending and Contracts When Prices Stop Updating
For the vast majority of lending, derivatives, and asset issuance protocols, oracle prices are not “reference information” but computation variables directly written into contracts: how much can be lent from a collateralized loan depends on `collateral value × collateral rate`; when liquidation is triggered is determined by `oracle price dropping below the liquidation threshold`. Perpetual contracts and option protocols settle profits and losses based on the mark price provided by the oracle, determining whether positions are underwater; various tokens pegged to certain assets and synthetic assets rely on the oracle for market value references to calculate whether collateral rates are sufficient and whether buybacks or increases in issuance are necessary. On-chain, each block continuously feeds in prices, and smart contracts constantly recalculate position health, borrowable limits, and settled profits and losses in this rhythm.
Once a core price feed like Pyth’s halts updates for an extended period, the contract side often can only “pretend the world has stopped,” continuing to use the last on-chain price. If the real market has already fallen significantly, but the on-chain price remains high, previously liquidatable high-leverage positions can survive, accumulating potential bad debts for the protocol; conversely, if the real price has rebounded while the on-chain price remains low, some positions could be passively liquidated under “outdated pessimistic prices.” For risk management considerations, some protocols set circuit breaker conditions upon design: for example, if there are no new quotes within a certain time, they pause liquidations, prohibit new positions, or temporarily close certain markets, turning risks from “mispriced liquidations” into “short pauses.” Because of these predefined safety switches, this Pyth outage resembled a real-world stress test—it did not change any line of contract code but clearly laid bare the extent of the entire ecosystem’s reliance on a single data source and how usable these backup mechanisms truly are.
Point of Failure Exposed: Why DeFi Cannot Do Without Oracles
When a “default option” level infrastructure suddenly goes silent, the contours of single-point risks are magnified. The Pyth Network is already one of the mainstream oracles in the DeFi field, with its price data written into the collateral rates, liquidation, settlement, and pricing logic of various on-chain lending, derivatives, and asset protocols. The recent downtime of Pythnet/Hermes directly cut off the latest quotes from Pyth Core Feeds/Price Feeds and Sponsored Feeds, forcing many contracts to utilize the last on-chain price, triggering circuit breakers and market pauses in some protocols or alternative price feed mechanisms. This effectively answered a question with the real on-chain status: when everyone gets used to delegating critical parameters to the same oracle, a service interruption can simultaneously shake the security boundaries of a large number of protocols.
Similar shocks have not appeared for the first time in the industry. Historically, oracle outages and unusual price incidents have repeatedly pushed centralized risks into the spotlight, sparking ongoing debates about whether node distribution is too centralized, whether data sources are sufficiently diverse, and whether governance can be easily swayed by a few participants. Oracles like Pyth have been designed as “low-latency pipes” to support high-frequency price updates, making them highly attractive in volatile markets but also increasing reliance on a single infrastructure. Conversely, while using multiple oracles and backup price feeds can enhance redundancy, the cost is that contracts become more complex, maintenance costs rise, and governance disputes can become more difficult when different oracle prices are inconsistent. The tension between high frequency, low latency, decentralization, and strong redundancy became more tangible after this outage: developers are no longer abstractly discussing the “optimal architecture,” but are faced with unavoidable trade-offs between real attack surfaces and the costs of real downtimes.
Multiple Oracles, Circuit Breakers, and Backout Plans: Who Provides the Safety Net
When examined on-chain, several common safety net approaches in the industry are already quite clear: one type involves stitching multiple oracles together, where some large DeFi protocols interface with several oracles and then generate the final price used in contracts through weighted averages, preferential referencing, or by setting a “primary-backup” order; another type involves pre-writing circuit breaker rules at the contract level that automatically trigger emergency logic like pausing liquidations, restricting opening positions, or settling based on the last valid price when updates have not occurred for an extended time or volatility exceeds thresholds; further down the line are backup price sources, such as off-chain human price inputs controlled by multi-signature permissions, independently deployed backup price feed contracts, or directly switching to other oracle networks. The May 22, 2026 downtime of Pythnet/Hermes objectively turned into a real-world stress test for these backout paths—showing which protocols truly connected to a “second line” and which could only resort to using old prices or halt operations, with the results clear to see.
However, every additional layer of safety net adds to the costs and governance challenges on-chain. Multiple oracle solutions mean more complex contract calls, higher maintenance and auditing costs, and developers needing to handle arbitration logic when discrepancies arise among different oracle prices; once human input or governance contracts are enabled to “manually correct” prices, it transforms technical risks into issues of accountability and disputes—whether to trust off-chain signatures and a few validators or to let the market temporarily malfunction while keeping the door shut on human intervention. This outage of Pyth has pulled all of these considerations from architecture diagrams back into the tangible losses and costs of downtime, prompting more protocols to reassess their reliance on a single oracle and redesign their circuit breaker thresholds and backup price combinations in the next round of contract upgrades.
After This Outage, What Should the Market Focus On
Next, the most immediate focus should still be on the Pyth team's follow-up disclosures: they have currently stated on the status page that they have found the root cause of the Pythnet/Hermes issue and are coordinating with validators to restart the network. According to past practices, a complete technical review report, impact assessment, and whether governance and technical roadmap adjustments are necessary will determine whether this incident is classified as a “minor error” or an “architectural issue.” The second observation line involves the responses from the affected ecosystem itself—this downtime has allowed various on-chain lending and derivatives protocols to experience the consequences of a single oracle’s long-term failure to update. Whether these protocols will systematically strengthen mechanisms like multiple oracles, backup price sources, circuit breakers, and pause switches in subsequent iterations rather than remain at the level of “theoretical support” will directly change the risk profile of any similar events in the future. Looking further ahead, the concentrated media coverage of this incident also indicates that the stability of oracles is no longer a minor issue for backend engineers but the starting point for the entire market to reprice the risk premiums of DeFi infrastructure—given that oracles serve as cross-chain and multi-protocol shared underlying services, every stability event will spill over into the entire ecosystem. How participants reflect this “new memory of risk” in future governance proposals, contract designs, and asset allocations will determine the level of risk premium that oracles and DeFi infrastructure should be assigned moving forward.
Join our community to discuss and become stronger together!
On-chain Telegram community: https://t.me/AiCoinWhaleData
On-chain community: https://www.aicoin.com/link/chat?cid=N6OVMor5g
AiCoin on-chain Twitter: https://x.com/aicoinwhaledata
AiCoin exclusive Hyperliquid benefits: https://app.hyperliquid.xyz/join/AICOIN88
AiCoin exclusive Aster benefits: https://www.asterdex.com/zh-CN/referral/9C50e2
免责声明:本文章仅代表作者个人观点,不代表本平台的立场和观点。本文章仅供信息分享,不构成对任何人的任何投资建议。用户与作者之间的任何争议,与本平台无关。如网页中刊载的文章或图片涉及侵权,请提供相关的权利证明和身份证明发送邮件到support@aicoin.com,本平台相关工作人员将会进行核查。



