48 minutes. One anomalous quote from a low-liquidity Korean exchange triggered nearly $17 million in liquidations on Hyperliquid's SK Hynix perpetual contract. The code executed flawlessly. The design failed catastrophically. Zero trust is not a policy; it is a geometry. This event exposed the geometry of a system that placed absolute trust in a single, unverified data feed.
Context: The HIP-3 Experiment
Hyperliquid’s HIP-3 framework allows third parties to deploy their own perpetual markets on top of its high-performance L1. Trade.xyz took the opportunity to launch a SK Hynix (000660.KS) perpetual contract. Their oracle source? NXT, a Korean exchange known for pre-market trading and thin order books. Not Chainlink. Not Pyth. Not even a multi-source median. A singular feed from a platform that processes a fraction of the daily volume of the main KOSPI market.
On the day of the event, SK Hynix was already under selling pressure from AI sector rotation. NXT’s pre-market session printed a price 28.7% below the previous close. Trade.xyz’s discovery bounds mechanism—designed to limit mark-to-market moves—capped the drop to 17.9%. Still catastrophic. The contract’s funding rate flipped negative. Leveraged longs were caught in a cascade.
Core: Forensic Breakdown of the Liquidation Cascade
The code does not lie, but it often omits. Let me compile the truth from the fragmented logs.
First, the oracle. NXT’s pre-market quote was not a hack. It was a genuine, albeit extreme, price discovery signal in a low-liquidity environment. The design flaw was the assumption that NXT’s price is representative of fair value. In traditional markets, pre-market prints are treated with suspicion—they are volatile, illiquid, and often reversed. Trade.xyz treated it as gospel. The discovery bounds only limited the impact; they did not prevent the source of the error.
Second, cross-margin amplification. Hyperliquid’s cross-margin model pooled collateral across positions. When the SK Hynix perpetual began losing value, it drew margin from other profitable or stable positions. This magnified the liquidation wave beyond the single contract. 960 accounts were force-liquidated, losing a total of $17.3 million. Not because their entire portfolio was wrong, but because the system treated the loss as a systemic margin call.
Third, the ADL (Auto-Deleveraging). With a huge imbalance between liquidated longs and remaining shorts, Hyperliquid’s engine triggered ADL, forcibly closing 100 of the most profitable short positions to absorb the excess. Those shorts—traders who correctly bet against SK Hynix—saw a portion of their winnings taken away. The code did not distinguish between "deserved profit" and "systemic risk." It just executed.

Fourth, the slashing mechanism. HIP-3 mandates a minimum stake of 500,000 HYPE (worth roughly $27.4 million at the time) from the market deployer. This stake can be slashed by validator governance if the market causes unreasonable losses. But here is the omission: the penalty goes to the protocol, not the victims. The 960 liquidated users receive zero compensation from that pool. The code does not lie; it simply omits any concept of restitution.
Contrarian: What the Bulls Got Right
It is tempting to call this a total failure. But the bulls have a point: the execution layer did what it was supposed to do. The liquidation engine processed $17 million in liquidations without breaking a sweat. The ADL mechanism prevented a full-blown market crash. The discovery bounds reduced the effective drop from 28.7% to 17.9%—a 38% reduction in volatility. From an engineering standpoint, Hyperliquid’s infrastructure is robust.
Moreover, the slashing mechanism exists. Validators can vote to burn 500k HYPE from Trade.xyz. That creates a real economic deterrent. In traditional finance, a broker who misprices a derivative might face a fine. Here, the penalty is on-chain and immediate—if the governance votes for it. The bulls argue that this is a self-correcting ecosystem: bad oracle choices will be punished, and future deployers will think twice.
But the math is cold. A maximum penalty of $27.4 million against a total user loss of $17.3 million sounds like overcollateralization, but it is not. The users lost $17.3 million. The deployer loses $27.4 million—but not to the users. The money is burned. The victims get nothing. In a properly functioning market, insurance would cover them. Here, there is no insurance. The geometry is broken.
Takeaway: The Geometry of Trust
Compiling the truth from fragmented logs, the core issue is not the code—it is the trust model. Zero trust is not a policy; it is a geometry. Trade.xyz designed a system that placed unilateral trust in NXT’s quote. Hyperliquid designed a framework that trusts deployers to choose reliable oracles, but provides no enforceable standard. The slashing mechanism punishes but does not restore. The ADL protects the system but not the users.
Based on my experience auditing reentrancy vulnerabilities in the 2x2x4 protocol and assessing EigenLayer’s slashing ambiguity, I have learned one immutable fact: security is the absence of assumptions. Every assumption you make about a data source is a potential backdoor. This event had no backdoor—just math. Bad math. The code does not lie, but it will kill a market if the assumptions are wrong.
Hyperliquid must now answer a simple question: Will you impose minimum oracle standards on HIP-3 markets, or will you continue to let deployers run with scissors? If you choose the latter, do not call it a financial market. Call it a casino where the house does not pay out when the dice roll wrong.