What Is Hyperliquid? The On-Chain Perpetual Exchange
Hyperliquid is a self-funded L1 with a fully on-chain order book, 70%+ perp DEX market share, and zero VC allocation.
A six-month social engineering operation drained $285M from Drift Protocol. Learn how these attacks work and how to protect against them.
A North Korean state-sponsored group spent six months posing as a quantitative trading firm, attending crypto conferences in person, and depositing over $1 million of their own money into Drift Protocol before draining $285 million from the Solana-based perpetual futures DEX on April 1, 2026. The entire drain took 12 minutes. No smart contract was exploited. The attackers compromised individual team members through a malicious code repository and a fake wallet app, then used pre-signed transactions to seize administrative control and empty three vaults.
The Drift hack is the largest DeFi exploit of 2026 and a detailed case study in how social engineering works against crypto protocols - what the attackers did at each stage, the technical mechanisms they used, and what protocols and users can do to defend against similar operations.
In 2021 and 2022, the largest DeFi hacks exploited smart contract vulnerabilities - reentrancy bugs, flash loan attacks, oracle manipulation. Protocols responded by investing heavily in audits, formal verification, and bug bounties. Smart contract security improved significantly.
Social engineering takes a different path entirely. Instead of finding bugs in code, attackers target the people who control the code - the humans who hold administrative keys, sign multisig transactions, or merge code into production repositories. A social engineering attack bypasses every technical safeguard by compromising the individual rather than the software.
The Drift Protocol hack illustrates this clearly. The attackers did not find a vulnerability in Drift's smart contracts. They built a six-month relationship with the team, earned trust through real financial commitments, and used that trust to compromise individual contributors' devices. The technical exploit - pre-signed transactions using Solana's durable nonce feature - only worked because the social engineering gave them access to the keys.
Social engineering attacks are harder to detect than code exploits because they exploit trust, not bugs. A protocol can pass every audit and still lose everything if the people who control it are compromised.
The Drift exploit was not a smash-and-grab. It was a methodical, multi-phase operation that unfolded over six months. Security researchers attribute it with medium-high confidence to UNC4736, a North Korean state-sponsored group also known as AppleJeus, Citrine Sleet, Golden Chollima, and Gleaming Pisces. The same group was behind the $53 million Radiant Capital hack in October 2024.
The patience of this operation is what makes it dangerous as a template. The attackers invested real money, attended real conferences, and had months of genuine technical conversations. Every step built credibility that made the next step possible.
The social engineering opened doors. The technical exploit walked through them. Four mechanisms worked together to drain the protocol.
One Drift contributor was compromised after cloning a code repository shared by the attackers. The repository exploited a vulnerability in VS Code and Cursor that allowed code execution when a file was opened - no user action beyond opening the project was required. This gave the attackers access to that contributor's machine and, critically, to their multisig signing keys.
A second contributor was persuaded to download a wallet product distributed through Apple's TestFlight beta testing platform. TestFlight apps bypass the App Store's review process, which made it an effective delivery mechanism for malware. This compromised a second set of signing keys needed for the multisig.
With access to enough multisig signing keys, the attackers used Solana's durable nonce feature to pre-sign transactions ahead of time. Durable nonces allow a signed transaction to remain valid indefinitely rather than expiring after a few minutes like standard Solana transactions. The attackers could prepare every drain transaction in advance and execute them all within a 12-minute window on April 1.
On March 12, the attackers created a fake token called CarbonVote Token (CVT). They funded it with ETH withdrawn from Tornado Cash the day before, then seeded the token with liquidity and wash trading. This manufactured enough on-chain activity for Drift's oracles to treat CVT as legitimate collateral with a valuation in the hundreds of millions. The inflated collateral helped enable the vault drains.
Durable nonces are a legitimate Solana feature designed for offline signing and scheduled transactions. In this case, they were repurposed to prepare an entire protocol drain in advance, then execute it faster than any human response was possible.
The Drift hack did not stay contained. Because DeFi protocols are interconnected through shared liquidity, composable vaults, and integrated yield strategies, the damage spread to more than 20 protocols.
Prime Numbers Fi lost millions in assets that were deposited in Drift vaults. Carrot Protocol paused operations after roughly 50% of its total value locked was affected. Pyra Protocol disabled all withdrawals as a precaution. Piggybank lost $106,000 and reimbursed affected users from its team treasury.
This contagion pattern is a structural risk of DeFi composability. The same interconnectedness that makes DeFi capital-efficient also means that a single protocol failure can cascade across the ecosystem. Every protocol that integrated with Drift's vaults or relied on its liquidity was exposed, regardless of how secure their own smart contracts were.
The Drift hack is the largest DeFi exploit of 2026 and the second-largest in Solana's history, behind only the $326 million Wormhole bridge hack in February 2022.
Social engineering attacks exploit trust and process gaps. Defending against them requires changes at both the protocol level and the individual level.
Timelock governance. Every administrative action - multisig changes, Security Council migrations, vault parameter updates - should have a mandatory timelock delay. The Drift attackers executed a zero-timelock Security Council migration on March 27, which removed the protocol's ability to block the drain on April 1. A 48-hour or 72-hour timelock on governance changes would have given the team and community time to detect and respond to the unauthorized migration.
Multisig key distribution. Multisig signers should use dedicated hardware wallets that never touch general-purpose computers. Keys should be geographically distributed and held by individuals who do not all attend the same conferences or communicate in the same group chats. The Drift attackers compromised multiple signers through a shared Telegram group and shared code repository - a pattern that wider key distribution would have disrupted.
Integration partner verification. Protocols should establish formal verification processes for new integration partners, especially those requesting vault access or deep protocol integrations. Background checks, verified institutional affiliations, and staged access with limited permissions for new partners are basic precautions that can slow down social engineering operations.
Device hygiene. Never clone unknown repositories on machines that hold signing keys or access to protocol infrastructure. Use separate devices for code review and for signing transactions. The VS Code/Cursor vulnerability exploited in the Drift attack executed code automatically on file open - the contributor did not need to run anything manually.
Skepticism toward beta software. TestFlight apps, APK sideloads, and beta browser extensions bypass the security reviews of official app stores. Treat any request to install beta software from an integration partner as a red flag, especially if it involves wallet functionality.
Verify everything independently. If a new partner shares a code repository, inspect it in a sandboxed environment. If they share a wallet app, verify it through official channels. If they ask you to sign something, confirm the transaction details through a separate communication channel with other signers.
The simplest protection against social engineering is mandatory timelocks on all governance actions. A timelock does not prevent an attack, but it creates a window where unauthorized changes can be detected and reversed before funds are drained.
The Drift Protocol hack fits a clear pattern of escalating sophistication from North Korean state-sponsored hacking groups. UNC4736 - the group attributed with this attack - was previously responsible for the $53 million Radiant Capital hack in October 2024. That attack also used social engineering, with operatives posing as former contractors to deliver malware through a Telegram message.
The evolution from Radiant to Drift shows a significant increase in operational investment. The Radiant attack used a single malicious PDF delivered through a trusted channel. The Drift attack involved a six-month operation with in-person meetings at conferences, $1 million in deposited funds, a fully functional Ecosystem Vault, and multiple compromise vectors targeting different team members simultaneously.
These groups are treating DeFi protocols as high-value targets worthy of sustained intelligence operations. The $285 million stolen from Drift - and the hundreds of millions stolen from other protocols in recent years - fund weapons programs and sanctions evasion.
For DeFi protocols, this means the threat model has expanded permanently. Security audits and bug bounties protect against code vulnerabilities. Protecting against state-sponsored social engineering requires operational security practices borrowed from traditional cybersecurity: compartmentalized access, mandatory timelocks, hardware-isolated signing, and a default assumption that any new external relationship could be adversarial.
Every protocol in the DeFi ecosystem, whether built on Solana, on platforms like Hyperliquid that run fully on-chain order books, or on high-performance L2s like MegaETH, faces this same class of risk. The smart contracts can be flawless. If the people who control them are compromised, the contracts do not matter.
For more DeFi security education, browse our full security guides library. For context on the MegaETH protocols discussed above, see our MegaETH DeFi ecosystem map. For Hyperliquid's specific architecture and risk profile, see our Hyperliquid overview.
Related Tool
Bridge Aggregator
Find the fastest and cheapest way to bridge assets across chains.
This content is educational. It is not financial advice. Always do your own research before interacting with any DeFi protocol.