The decentralized finance ecosystem was jolted on April 18 when approximately 116,500 rsETH, a liquid restaking token issued by KelpDAO, was illegitimately drained from a LayerZero-based bridge contract on the Ethereum mainnet. The exploit, valued at roughly $292 million at the time of the incident, represents one of the most sophisticated "trust-layer" attacks in recent history, bypassing traditional smart contract audits by targeting the off-chain infrastructure responsible for verifying cross-chain state. While the on-chain transactions appeared legitimate—complete with verified signatures and correct calldata—the underlying reality they represented was a fabrication. In a significant counter-move, the Arbitrum Security Council intervened on Tuesday, three days after the initial theft, to freeze a substantial portion of the stolen funds, signaling a new era of coordinated governance and law enforcement response in the face of state-sponsored cybercrime.
The Anatomy of a Trust-Layer Breach
The KelpDAO incident deviates from the common narrative of DeFi hacks, which typically involve reentrancy bugs, oracle manipulation, or logic errors within smart contracts. In this instance, the target was not the code residing on the blockchain, but the off-chain verification layer upon which the LayerZero protocol depends. KelpDAO utilized LayerZero’s bridging infrastructure to facilitate the movement of rsETH across different networks, specifically expanding its reach to Layer 2 (L2) environments.
To maintain security, LayerZero employs Decentralized Verifier Networks (DVNs). These entities are tasked with watching a source chain and confirming to the destination chain that a specific action, such as burning or locking a token, has actually occurred. However, the rsETH bridge was configured with a 1-of-1 security model, relying solely on the LayerZero Labs DVN. This configuration, which KelpDAO noted was the default for new deployments at the time of their expansion, created a single point of failure. If the DVN’s perception of reality could be compromised, the entire bridge would follow.
The attackers, identified by LayerZero Labs and security researchers as the DPRK-linked Lazarus Group (specifically the "TraderTraitor" sub-unit), exploited this vulnerability by poisoning the Remote Procedure Call (RPC) nodes that the LayerZero Labs DVN used to read the source chain state. By providing the DVN with falsified data from both internal and external RPC nodes, the attackers convinced the verifier that 116,500 rsETH had been burned on the source chain (Unichain), when in reality, no such transaction existed.
Chronology of the Exploit and Immediate Response
The timeline of the attack and the subsequent defensive maneuvers highlights the critical importance of real-time monitoring and rapid governance.
- April 18, 04:00 PM UTC (Approximate): The attackers initiate the exploit by poisoning the RPC infrastructure used by the LayerZero Labs DVN. Internal nodes hosted by LayerZero and external nodes operated by third parties are simultaneously compromised or knocked offline.
- April 18, 04:15 PM UTC: The poisoned nodes report a false "burn" event of 116,500 rsETH on the source chain. The DVN, having no independent second opinion due to the 1-of-1 configuration, confirms the message.
- April 18, 04:20 PM UTC: The Ethereum-side bridge contract receives the valid signature from the DVN and releases $292 million worth of rsETH to an attacker-controlled address.
- April 18, 04:45 PM UTC: KelpDAO’s internal monitoring systems detect a discrepancy between the total supply of rsETH on L2s and the collateral held in the Ethereum bridge.
- April 18, 05:00 PM UTC: KelpDAO pauses all relevant bridge contracts across Ethereum and its L2 deployments. They engage SEAL-911, a specialized emergency response group for crypto security.
- April 18, 05:30 PM UTC: The attackers attempt a second "phantom" packet to drain an additional 40,000 rsETH (approx. $95 million). This attempt fails as the contracts have already been paused.
- April 19 – 20: Investigation by Chainalysis, LayerZero, and law enforcement agencies confirms the involvement of the Lazarus Group. The stolen funds are tracked as they move through a series of intermediary addresses toward the Arbitrum network.
- April 20: The Arbitrum Security Council, acting on intelligence regarding the attacker’s identity and fund movements, executes an emergency intervention.
- April 23: The Arbitrum Security Council officially announces the freezing of 30,766 ETH (worth approximately $76 million) held in an address tied to the exploiter.
Technical Breakdown: RPC Poisoning and Invariant Violations
The sophistication of this attack lies in its "invisible" nature. To an observer looking only at the Ethereum blockchain, the transaction that released the rsETH looked perfect. It was signed by the authorized DVN, followed all protocol rules, and triggered no alerts from standard transaction-level monitors.
The failure was a structural violation of a bridge invariant. In cross-chain accounting, the fundamental rule is that assets released on Chain B must be mathematically equal to assets locked or burned on Chain A. The Lazarus Group created a "phantom" supply by tricking the bridge’s eyes (the RPC nodes) into seeing a burn that never happened.
Chainalysis and its subsidiary Hexagate have emphasized that this class of exploit requires a shift in security philosophy. Rather than auditing individual calls, protocols must monitor system-wide invariants. For a bridge, this means constantly verifying that every "release" event on one chain has a verifiable, corresponding "lock" or "burn" event on the other. In the KelpDAO case, an automated invariant monitor would have flagged the $292 million release the moment it occurred, as the source chain state would have shown a zero-balance change for the corresponding burn address.

The Role of the Arbitrum Security Council
The intervention by the Arbitrum Security Council represents a landmark moment for L2 governance. The Council, a group of 12 elected members, has the power to bypass the standard 14-day delay for governance votes in the event of a critical security threat.
In this instance, the Council moved 30,766 ETH from the attacker’s address on Arbitrum One to a secure intermediary wallet. This action was designed to be surgical; it did not affect the state of the Arbitrum chain for any other users or applications. The frozen funds are now subject to further governance decisions and potential restitution processes coordinated with law enforcement.
This move has sparked debate within the DeFi community regarding the balance between decentralization and security. While some purists argue that the ability to freeze funds contradicts the "code is law" ethos, the speed and efficacy of the Council’s action undoubtedly prevented the total loss of nearly $80 million in assets, demonstrating that managed decentralization can provide a necessary safety net against state-sponsored actors.
Broader Implications for the DeFi Ecosystem
The KelpDAO exploit serves as a stark warning for the rapidly growing Liquid Restaking Token (LRT) sector. As protocols like KelpDAO, Ether.fi, and Renzo gain billions in Total Value Locked (TVL), they become high-priority targets for groups like Lazarus, who have historically focused on high-value targets such as the Ronin Bridge ($600M) and the Nomad Bridge ($190M).
Several key takeaways have emerged for the industry:
- Redundancy is Mandatory: The 1-of-1 DVN configuration is no longer a viable option for protocols handling significant value. LayerZero has since reinforced its recommendation for multi-DVN setups, where multiple independent verifiers must agree on the state of a source chain before a message is executed.
- Infrastructure Security: Security audits must extend beyond smart contracts to include the RPC providers, validator nodes, and off-chain signers. A protocol is only as secure as its weakest off-chain dependency.
- Invariant-Based Monitoring: Real-time monitoring must move beyond transaction-level checks. Protocols must implement "Gates" or circuit breakers that trigger when fundamental accounting rules are broken, regardless of whether the transaction itself appears valid.
- Coordinated Governance: The success of the Arbitrum Security Council’s intervention suggests that other L2s and protocols should formalize emergency response frameworks that include coordination with security researchers and law enforcement.
Financial Impact and Market Reaction
The immediate financial impact was a significant deviation in the peg of rsETH on secondary markets. As news of the $292 million unbacked supply spread, liquidity providers began pulling capital, and rsETH traded at a discount relative to its underlying staked ETH collateral.
However, the rapid response from KelpDAO and the subsequent fund freeze by Arbitrum helped stabilize market sentiment. By deprecating the compromised RPC nodes and replacing them with hardened infrastructure, LayerZero and KelpDAO have worked to restore the integrity of the bridge. The recovery of 30,766 ETH, while only a portion of the total stolen, materially reduces the net loss and provides a path toward making affected restakers whole.
As of this writing, Chainalysis continues to track the remaining stolen funds, which have been dispersed across multiple chains and obfuscated through various mixing services. The investigation remains active, with the crypto industry closely watching for further movements from the Lazarus Group’s known wallets. This incident reinforces the reality that in the world of cross-chain finance, the "trust layer" is the new frontline of cybersecurity.















