LayerZero (ZRO) Explained: Omnichain Messaging and 2026 Guide
TL;DR
- LayerZero is the most-used omnichain messaging protocol in 2026, connecting more than 80 blockchains (Ethereum, Solana, all major L2s, Aptos, Sui, TON, Berachain, Hyperliquid L1) and processing the cross-chain plumbing for Tether's USDT0, Stargate v2.
- LayerZero V2 (late January 2024) replaced V1's Oracle/Relayer split with modular Decentralized Verifier Networks (DVNs) and Executors, letting each application choose its own security stack from 30+ providers (Google Cloud, Polyhedra, Nethermind, Polymer, BlockDaemon, etc.).
- The ZRO token launched on June 20, 2024 with a controversial Sybil-filtering "donation-required" airdrop claim. It governs protocol parameters and is increasingly subject to buyback-and-distribute economics under V2 fee revenue.
- USDT0, launched January 2025, crossed US$100B in cumulative cross-chain volume by late June 2026 — the largest omnichain stablecoin and a direct competitor to Circle's CCTP V2. Tether made a strategic investment in LayerZero Labs in February 2026.
Table of contents
- What is LayerZero?
- Origins and funding
- V1 (2022) vs V2 (Jan 2024)
- How a LayerZero message flows
- DVNs explained
- Executors explained
- Omnichain Fungible Tokens (OFT)
- USDT0: Tether's omnichain USDT
- Stargate v2 and the STG token
- Hyperliquid's native bridge
- The ZRO token, airdrop and Sybil controversy
- Competitive landscape: Wormhole, Axelar, IBC, Hyperlane, CCIP, deBridge, Across, Connext/Everclear
- Bridge security history (and the 2026 Kelp DAO exploit)
- CCTP vs LayerZero+Stargate path
- Future: account abstraction across chains, ZRO buyback
- Risks and criticism
- How to send omnichain transactions
- Research and reports
- FAQ
- Glossary
- Related reading
- Sources and further reading
What is LayerZero?
LayerZero is an omnichain messaging protocol that lets a smart contract on one blockchain send arbitrary data and value to a smart contract on another blockchain. It is the largest protocol of its kind by both daily message count and total value transferred. By April 2026 LayerZero connects 80+ chains including Ethereum mainnet, Solana, all major Ethereum layer-2s (Arbitrum, Optimism, Base, Polygon, Avalanche, BNB Chain, ZKsync Era, Linea, Scroll, Mantle, Mode, Blast, Sonic, Sei), Aptos, Sui, TON, Berachain, Hyperliquid L1, and more than two dozen long-tail and bespoke chains.
LayerZero is not a bridge in the traditional "lock-and-mint" sense — it is a messaging primitive. Bridges are built on top of it: Stargate v2 for canonical USDC and other liquid assets, USDT0 for Tether. Tokens that adopt the Omnichain Fungible Token (OFT) standard gain native cross-chain functionality without going through a third-party bridge.
The architectural innovation of LayerZero V2, live since late January 2024, is the modular security stack: each application configures its own combination of DVNs (Decentralized Verifier Networks) for message verification plus an Executor for delivery. This lets a high-value protocol like USDT0 choose multiple DVNs from different security providers (e.g., LayerZero Labs + Polyhedra + Google Cloud), while a lower-value testnet bridge can choose a single DVN. The model is conceptually similar to Hyperlane's Interchain Security Modules (ISMs).
Origins and funding
LayerZero was founded in 2021 by Bryan Pellegrino (CEO), Caleb Banister, and Ryan Zarick (CTO). The three had worked together on earlier engineering ventures; Pellegrino's background includes a stint as a professional poker player and an early career as a machine-learning engineer.
LayerZero Labs is the for-profit core contributor company, headquartered in Vancouver with offices in New York and London. Funding has totaled approximately US$315M across multiple rounds:
- Seed (2021): led by Multicoin and Binance Labs.
- Series A+ (March 2022, US$135M): co-led by FTX Ventures, Sequoia, and a16z, valuing LayerZero at ~US$1B.
- Series B (April 2023, US$120M): led by a16z and Sequoia again, with Christie's, Tom Brady, OpenSea Ventures and others, valuing at ~US$3B post-money.
- Strategic rounds (2024-2025): additional capital from Coinbase Ventures, Tiger Global, Multicoin and others.
The capital base — and the elite venture roster — gave LayerZero the runway to ship V2, build out the DVN marketplace, and resist competitive pressure from CCIP, Wormhole and Hyperlane.
V1 (2022) vs V2 (Jan 2024)
LayerZero V1 went live in early 2022 with the Ultra Light Node (ULN) design. Each cross-chain message in V1 was verified by exactly two parties:
- An Oracle — initially Chainlink — that read the source-chain block headers and posted them to the destination chain.
- A Relayer — by default operated by LayerZero Labs — that posted the message proof.
The ULN design depended on the Oracle and Relayer being independent: as long as they were not colluding, an attacker would have to compromise both to forge a message. In practice, critics argued this was a two-of-two trust assumption, and that the default LayerZero-Labs-operated Relayer left a single trusted entity at the heart of every V1 message. The criticism — most prominently from L2BEAT and the Hyperlane / Connext / Wormhole ecosystem — pushed LayerZero to redesign the trust model in V2.
LayerZero V2, generally available on January 29, 2024, made three architectural changes:
- DVN marketplace replaces the Oracle. Each application chooses a set of DVNs (Decentralized Verifier Networks) — independent verifier networks, each operated by a different company — and sets a quorum (e.g., "any 2 of 3").
- Executor replaces the Relayer. Executors are decoupled from verification — they just deliver the message after DVN attestation, and any party can run an Executor.
- Security Stack configurability: every application sets its own DVN combination, quorum threshold, and Executor independently — there is no global "LayerZero security" anymore, only per-application security profiles.
V2 also introduced horizontal composability (multiple messages atomically), fee abstraction (pay in stablecoins instead of native gas), and lzCompose (chained cross-chain calls) — features that USDT0 and Stargate v2 use.
How a LayerZero message flows
A V2 message has six conceptual steps:
- Source contract calls
Endpoint.send()with destination chain ID, destination address, payload bytes, fee in native gas (or fee abstraction). - Endpoint emits a message event on the source chain.
- DVN(s) monitor the source chain, observe the emission, and sign an attestation that the message was authentically emitted. Each application's configured DVN quorum must reach attestation threshold.
- DVN attestations posted to the destination chain MessageLib.
- Executor monitors the destination chain, sees the threshold reached, and submits the destination-side delivery transaction with sufficient gas.
- Destination contract receives
lzReceive(srcChainId, srcAddress, nonce, payload)and processes the message.
Total end-to-end latency is typically 30 seconds to 5 minutes depending on source-chain finality (Ethereum mainnet finality is the bottleneck; on most L2s finality is faster but still defaults to a security-conservative wait).
DVNs explained
A Decentralized Verifier Network (DVN) is the core security primitive of V2. Each DVN is operated by an independent company that runs verifier nodes monitoring source chains; when a configured message is emitted, the DVN signs an attestation that the message is authentic and posts it to the destination chain.
By 2026 the DVN marketplace includes more than 30 providers, including:
- LayerZero Labs DVN — operated by LayerZero Labs.
- Google Cloud DVN — operated by Google Cloud (the highest-profile traditional-cloud DVN).
- Polyhedra zk-DVN — uses zero-knowledge proofs of source-chain header validity (rather than signatures) for trust-minimized verification.
- Nethermind DVN — operated by Nethermind, the Ethereum execution-client team.
- Polymer DVN — operated by Polymer, a CometBFT-rollup interop project.
- BlockDaemon DVN — operated by BlockDaemon, an institutional infrastructure provider.
- Animoca DVN, Horizen Labs DVN, P2P DVN, Stargate DVN, Tapioca DVN, Restake DVN, Notional DVN, Switchboard DVN, NodesGuru DVN, Delegate DVN, BCW Group DVN, Republic Crypto DVN, ZetaChain DVN, Axelar DVN — and 15+ others.
Each application chooses a Security Stack: which DVNs to use, what threshold (e.g., "2-of-3 from {LayerZero Labs, Google Cloud, Polyhedra}"), and an Executor. USDT0 uses a higher threshold than most apps (specifically several major DVNs in concert), reflecting Tether's risk preferences for their multi-billion-dollar omnichain reserve.
The DVN marketplace is conceptually similar to but more developed than Hyperlane's Interchain Security Modules (ISMs) and Wormhole's NTT verifier-pluggability. The recent paper The Price of Interoperability: Exploring Cross-Chain Bridges and Their Economic Consequences studies how DVN-style modularity shifts the economics of cross-chain security and finds it broadly favourable for high-value bridges that can pay for multiple DVNs.
Executors explained
The Executor is the role that actually delivers the message on the destination chain. After DVN quorum attestation, the Executor:
- Submits the destination-side transaction.
- Pre-funds gas in the destination chain's native token.
- Optionally pre-pays for downstream calls if the source contract used
lzCompose. - Earns a fee paid by the source-chain caller.
Executors are decoupled from verifiers in V2 — a malicious Executor can refuse to deliver but cannot forge or re-order messages without DVN collusion. The default Executor is LayerZero Labs' Executor, but applications can register custom Executors and many high-volume integrations (Stargate, USDT0) run their own.
Omnichain Fungible Tokens (OFT)
Omnichain Fungible Token (OFT) is LayerZero's standard for tokens that exist natively across multiple chains as a single canonical asset. The traditional bridge model (Multichain, Wormhole bridge, etc.) produces a wrapped version of the token on each destination chain (wUSDC, anyUSDC, etc.), fragmenting liquidity and creating depeg risk if the bridge fails.
OFT solves this by giving the token contract on each chain a controlled mint / burn capability bound to the LayerZero Endpoint. When a user moves the token from chain A to chain B:
- The OFT contract on chain A burns (or escrows) the user's tokens.
- A LayerZero message is emitted with the user's destination address and amount.
- DVNs attest, Executor delivers.
- The OFT contract on chain B mints the equivalent amount to the user.
The result is a single canonical asset with synchronized total supply across chains. By 2026 OFT is used by:
- USDT0 — Tether
- Stargate (STG), native USDC via Stargate v2
- ENA — Ethena governance
- USDe — Ethena synthetic dollar
- Pendle (PENDLE)
- GMX (GMX)
- Tapioca (TAP)
- Radiant Capital (RDNT)
- Maverick (MAV)
- And hundreds of other tokens.
OFT is a direct competitive answer to Wormhole NTT (Native Token Transfers) — both are standards for natively multi-chain tokens, with OFT having a meaningful adoption lead in 2026 because of Tether's USDT0 endorsement and Stargate's incumbent position.
USDT0: Tether's omnichain USDT
USDT0, launched January 2025, is the most economically significant LayerZero deployment to date. It is Tether's official LayerZero-based omnichain USDT — a single canonical USDT that exists natively on Ethereum, Tron, Solana, Aptos, Sui, BNB Chain, Base, Arbitrum, Optimism, Polygon, Avalanche, Mantle, Berachain, Hyperliquid L1 and more than two dozen other chains.
The structural problem USDT0 solved: before USDT0, "USDT on Avalanche" or "USDT on Polygon" was a third-party-bridged version that did not have a clean redemption path back to Tether's mint authority on Ethereum and Tron. Each bridged version was a wrapped IOU subject to bridge risk. USDT0 makes Tether's mint/burn authority itself omnichain via LayerZero V2: when a user sends USDT0 from Ethereum to Avalanche, the Ethereum-side OFT burns and the Avalanche-side OFT mints, with no third-party bridge in the middle.
USDT0 passed US$50B in cumulative cross-chain volume in April 2026 and crossed US$100B on June 25, 2026 — roughly 525 days after launch. Tether underscored the bet with a strategic investment in LayerZero Labs in February 2026. That makes USDT0:
- The largest omnichain stablecoin.
- The dominant USDT bridging primitive (replacing third-party bridges that previously fragmented USDT liquidity).
- A direct competitor to Circle's Cross-Chain Transfer Protocol (CCTP) V2 for native cross-chain stablecoin movement.
USDT0 is operated jointly by Tether Limited and Everdawn Labs, with LayerZero V2 as the messaging substrate and a curated multi-DVN security stack.
Stargate v2 and the STG token
Stargate, originally launched April 2022, is the canonical LayerZero-based liquidity bridge — the protocol that lets users swap native USDC, USDT, ETH and other liquid assets across chains using shared liquidity pools instead of wrapped tokens. Stargate v2, released 2024, is a complete redesign on top of LayerZero V2:
- Hydra pools that auto-rebalance across chains.
- Fast and bus modes — fast pays a premium for sub-block delivery; bus batches messages across users for cheaper transfers.
- Native USDC/USDT flows that use OFT semantics rather than locked-and-minted wrapped versions.
Stargate was originally operated by Stargate Finance as a separate organisation with its own token, STG. That changed in 2025: the LayerZero Foundation acquired Stargate for roughly US$110M in ZRO, with ~94.8% of staked STG voting in favor. The Stargate DAO was dissolved, STG holders swapped into ZRO at a fixed 1 STG : 0.08634 ZRO ratio, and Stargate revenue now funds ZRO buybacks (50% of revenue during a six-month transition split with stakers, 100% thereafter) — from September through November 2025 alone, $1.2M of Stargate revenue was used to buy ZRO on the open market.
Hyperliquid's native bridge
Hyperliquid, a leading on-chain perpetuals exchange, runs its own L1 chain (Hyperliquid L1). Its native deposit-and-withdrawal bridge to Arbitrum is secured by Hyperliquid's own validator set rather than by LayerZero.
LayerZero's connection to the Hyperliquid ecosystem is instead through omnichain (OFT) tokens deployed on the chain, not through the native bridge.
The ZRO token, airdrop and Sybil controversy
The ZRO token launched on June 20, 2024 — three years after LayerZero Labs was founded and one of the most-anticipated airdrops of the cycle. Several aspects became controversial:
- Donation-required claim: To claim ZRO, recipients had to donate US$0.10 per token to a designated public-goods recipient via an on-chain donation form. This was framed as a Sybil filter — a wallet that farmed thousands of synthetic addresses would have to donate proportionally — but drew criticism that it amounted to charging users for their own airdrop. Donations were routed to the Protocol Guild, Ethereum’s core-developer funding collective.
- Sybil-filtering aggressiveness: LayerZero Labs ran multi-stage Sybil-detection and proactively excluded ~810,000 addresses identified as wash-trading or coordinated farming, with a public bounty for self-reporting. Excluded addresses received zero allocation.
- Snapshot polls: ZRO governance mechanics began with Snapshot off-chain voting, with progressive on-chain governance being phased in through 2025.
- Allocation breakdown: the 1B supply is split across community/ecosystem, core contributors, and investors, with a portion distributed via the initial airdrop and the remainder subject to vesting cliffs.
Despite the controversies the airdrop drew more than 1.3 million claim transactions across LayerZero's supported chains. ZRO trades on most major exchanges and became eligible for buyback-and-distribute mechanics in 2025 as V2 fee revenue scaled with USDT0, Stargate v2 and Hyperliquid throughput.
Competitive landscape: Wormhole, Axelar, IBC, Hyperlane, CCIP, deBridge, Across, Connext/Everclear
The cross-chain messaging market is more crowded than the oracle market. Six leading competitors and what differentiates each:
| Protocol | Token | Security model | Strength | Weakness |
|---|---|---|---|---|
| LayerZero | ZRO | Modular DVNs + Executor | Most-used messaging, USDT0, OFT adoption | Per-app security configurations vary |
| Wormhole | W | 19-validator Guardian Network | Solana cross-chain native, NTT, Pyth distribution | Feb 2022 bridge $325M hack memory |
| Axelar | AXL | Cosmos-SDK chain, permissionless validators | Cosmos ecosystem dominance, GMP (general message passing) | Throughput limited by Cosmos consensus |
| IBC | n/a (chain-native) | Light-client cross-chain | Cosmos native, the gold-standard trust-minimized model | Limited adoption outside Cosmos |
| Hyperlane | HYPER | Modular ISMs | Permissionless deployment, fastest-growing | Smaller installed base |
| Chainlink CCIP | LINK | 3 DONs + RMN | Bank/enterprise (SWIFT, DTCC), Risk Management Network | Higher latency, more conservative |
| deBridge | DBR | Multi-validator network with dispute window | Fast finality, intent-based UX | Smaller validator set than incumbents |
| Across | ACX | UMA optimistic oracle settlement | Capital-efficient intent bridge for L2-L2 | Settlement-only, not general messaging |
| Connext / Everclear | NEXT / CLEAR | Connext relays + Everclear settlement layer | Modular intent-clearing | Less liquidity than Stargate |
The competitive frame in 2026: LayerZero leads in message count and OFT adoption; Wormhole leads in Solana-Ethereum native token movement and is the messaging substrate for Pyth oracle distribution; Axelar dominates Cosmos GMP; CCIP dominates bank/enterprise (SWIFT, DTCC, Sygnum, ABN AMRO); Hyperlane is fastest-growing in modular permissionless deployment; deBridge and Across are the leading fast-finality intent layers. The recent academic surveys SoK: A Review of Cross-Chain Bridge Hacks in 2023, Safeguarding Blockchain Ecosystem: Understanding and Detecting Attack Transactions on Cross-chain Bridges, and Count of Monte Crypto: Accounting-based Defenses for Cross-Chain Bridges all rate the modular-verifier model that LayerZero V2 and Hyperlane use as substantially safer than the federated-validator models of earlier bridges.
Bridge security history (and the 2026 Kelp DAO exploit)
The cross-chain bridge industry has been the most-targeted attack surface in crypto, with cumulative losses well over US$2.8B since 2021. The four largest incidents:
- Wormhole Bridge $325M hack (February 2, 2022) — an attacker exploited a signature-verification bug in the Wormhole bridge contract on Solana, minting 120,000 wETH on Solana without locking ETH on Ethereum. Jump Trading recapitalized the bridge.
- Ronin Bridge $625M Lazarus exploit (March 2022) — North Korea's Lazarus Group compromised five of nine Ronin validators, draining 173,600 ETH and 25.5M USDC. The largest bridge hack in history.
- Nomad Bridge $190M exploit (August 2022) — a misconfigured initialization in the Nomad bridge let any user replay a withdrawal, leading to a chaotic crowd-extraction event.
- Multichain $126M exit-scam (July 2023) — Multichain (formerly AnySwap) effectively collapsed when funds began moving to addresses controlled by a Chinese law-enforcement-detained co-founder.
LayerZero's own record is now contested. On April 18, 2026, attackers attributed to North Korea's Lazarus Group drained roughly US$292M of rsETH (116,500 rsETH) from the Kelp DAO LayerZero bridge — the largest crypto exploit of 2026 to date. The attack did not break LayerZero's on-chain contracts: attackers compromised RPC servers relied on by the LayerZero Labs DVN (swapping node binaries and DDoS-ing healthy RPCs to force failover), then forged a cross-chain message that Kelp's 1-of-1 DVN configuration accepted with no second check. LayerZero's postmortem blamed the single-DVN configuration; Kelp countered that LayerZero personnel had approved the setup — and reporting showed roughly 47% of active LayerZero OApps used a 1-of-1 DVN configuration. Kelp paused contracts in time to block a further ~$95M, the Arbitrum Security Council helped freeze over 30,000 ETH of attacker funds, and Kelp subsequently migrated rsETH bridging from LayerZero's OFT standard to Chainlink CCIP.
The takeaway: LayerZero's smart contracts remain unexploited, but the messaging stack is only as strong as the DVN quorum an application configures — and the off-chain infrastructure behind those DVNs. LayerZero's pre-2026 clean record was a major factor in Tether's decision to use LayerZero for USDT0 (USDT0 runs a multi-DVN quorum and was unaffected). The recent paper SoK: A Review of Cross-Chain Bridge Hacks in 2023 provides the canonical academic survey of bridge attack patterns, with companion papers BridgeShield: Enhancing Security for Cross-chain Bridge Applications via Heterogeneous Graph Mining, XChainWatcher, SmartAxe: Detecting Cross-Chain Vulnerabilities in Bridge Smart Contracts, and ConneX: Automatically Resolving Transaction Opacity of Cross-Chain Bridges covering specific defense techniques.
CCTP vs LayerZero+Stargate path
For native cross-chain USDC, two approaches dominate in 2026:
- Circle CCTP / CCTP V2 — Circle's native burn-and-mint protocol. Burns USDC on the source chain via Circle's contracts; Circle's attestation service signs the burn; the user mints fresh, native USDC on the destination. CCTP V2 (launched 2024-2025) added fast finality (no 13-minute wait), additional chains (Solana, Aptos, Sui, BNB Chain), and "Hooks" for downstream contract calls. CCTP V2 is the canonical Circle path; Coinbase, OKX, Binance, Robinhood and most major venues use it.
- LayerZero + Stargate v2 — uses Stargate's shared liquidity pools to swap USDC across chains via OFT semantics. Faster than CCTP for some chain pairs; uses Stargate's pool-based pricing so includes a small fee on top of the LayerZero messaging fee.
In practice many wallets and aggregators auto-route between CCTP and Stargate based on amount, latency requirements, and gas. CCTP is the preferred path for institutional flows where being native-Circle-USDC matters for treasury accounting. Stargate is the preferred path for retail UX and for chains where CCTP isn't yet live.
Future: account abstraction across chains, ZRO buyback
Two strategic directions LayerZero is pursuing in 2026:
Cross-chain account abstraction: LayerZero's lzRead (read state from another chain in a single transaction) and lzCompose (chain multiple cross-chain calls atomically) primitives are being composed with ERC-4337 account abstraction wallets to deliver "one-click cross-chain UX" — pay gas on chain A while executing a smart-contract action on chain B. Several wallet providers (Safe, Pimlico, Biconomy) shipped LayerZero-based cross-chain AA flows in 2025.
ZRO buyback-and-distribute: as V2 fee revenue scales — driven by USDT0, Stargate v2, Hyperliquid, and the broader OFT ecosystem — LayerZero introduced a buyback-and-distribute mechanism in 2025 that uses a portion of protocol revenue to buy ZRO on the open market and redistribute to stakers. The mechanism is similar in spirit to the Aave Safety Module rewards and Stargate v2's STG buyback, and ties ZRO economic value more directly to messaging volume.
Risks and criticism
Honest assessment of LayerZero risk:
- DVN configuration discretion: V2's modular Security Stack is a strength but also a source of variability. An app that picks a single DVN has no redundancy if that DVN's infrastructure is compromised — exactly what happened in the April 2026 Kelp DAO exploit ($292M, 1-of-1 DVN configuration). Reporting after the incident indicated roughly 47% of active LayerZero OApps ran 1-of-1 configurations. Application teams must understand the trade-offs.
- LayerZero Labs operational role: Despite V2's modularization, LayerZero Labs operates the most-used DVN and most-used Executor by default, which means Labs continues to be involved in a majority of messages by economic volume.
- No enshrined token utility for ZRO at protocol level: ZRO is governance and increasingly buyback, but it is not strictly required for messaging — fees can be paid in native gas or stablecoins. Some critics view this as a token-utility weakness.
- MEV at the messaging layer: cross-chain MEV — including the cross-rollup MEV described in arxiv-2406.02172, Cross-Chain Arbitrage as the next MEV frontier, and the recent SoK on MEV evolution — is a growing risk for omnichain protocols, with cross-chain sandwich attacks and Bunny Hops cross-chain detection research identifying meaningful attack surfaces.
- Chain-list curation: which chains LayerZero connects is determined by Labs' integration roadmap; a chain not yet supported lacks LayerZero connectivity. This is a permissioned aspect of an otherwise open protocol.
- Regulatory uncertainty: omnichain protocols sit at the intersection of bridge regulation (post-Tornado) and securities concerns about ZRO; the regulatory perimeter has not settled.
How to send omnichain transactions
As a developer:
- Identify your destination chain ID (LayerZero defines a unique 32-bit "EID" per chain) and your source chain Endpoint contract address.
- Configure your application's DVN Security Stack: pick DVNs, set quorum threshold (e.g., 2-of-3), pick Executor.
- Encode your message payload as
bytes. - Call
Endpoint.send(MessagingParams)with destination EID, recipient (bytes32), payload, and a fee in native gas. - On the destination side, your contract implements
ILayerZeroReceiver.lzReceive()which the Executor will call. - Test on testnet (Sepolia, Arbitrum Sepolia, Optimism Sepolia, Solana Devnet, etc.) before mainnet deployment.
As a user:
- To move an OFT-enabled token (USDT0, ENA, USDe, GMX, PENDLE, RDNT etc.): use the token's standard
send()UI on its frontend. Choose destination chain, amount, recipient. Pay gas. Receive on destination. - To move USDC: use Stargate or CCTP-aware aggregator (Jumper, LiFi, Socket, Squid) — they auto-route between LayerZero+Stargate, CCTP, and Wormhole NTT depending on cost and speed.
- To deposit to/from Hyperliquid: use the Hyperliquid frontend, which routes through Hyperliquid's own native bridge.
Research and reports
For deeper academic reading on cross-chain bridges:
- SoK: A Review of Cross-Chain Bridge Hacks in 2023 — canonical bridge-attack survey.
- Safeguarding Blockchain Ecosystem: Understanding and Detecting Attack Transactions on Cross-chain Bridges — attack-transaction detection.
- Count of Monte Crypto: Accounting-based Defenses for Cross-Chain Bridges — accounting-based bridge defenses.
- XChainWatcher: Monitoring and Identifying Attacks in Cross-Chain Bridges — runtime monitoring framework.
- SmartAxe: Detecting Cross-Chain Vulnerabilities in Bridge Smart Contracts via Fine-Grained Static Analysis — static analysis tool.
- ConneX: Automatically Resolving Transaction Opacity of Cross-Chain Bridges for Security Analysis — transaction-opacity resolution.
- The Price of Interoperability: Exploring Cross-Chain Bridges and Their Economic Consequences — economic model of bridge trade-offs.
- SoK: The Evolution of Maximal Extractable Value, From Miners to Cross-Chain — cross-chain MEV survey.
- V-ZOR: Enabling Verifiable Cross-Blockchain Communication via Quantum-Driven ZKP Oracle Relays — emerging post-quantum cross-chain.
FAQ
What is LayerZero and how does it work?
Omnichain messaging protocol connecting 80+ chains. Each message is verified by application-chosen DVN(s) and delivered by a separate Executor under V2's modular Security Stack model. Underpins USDT0, Stargate, and OFT tokens.
Who founded LayerZero?
Bryan Pellegrino (CEO), Caleb Banister, Ryan Zarick (CTO) in 2021. LayerZero Labs raised ~US$315M from a16z, Sequoia and others, valued ~US$3B.
V1 vs V2?
V1 used Oracle + Relayer (two-of-two trust). V2 (late January 2024) replaced them with modular DVNs and Executors, configurable per app.
What is ZRO?
Governance token, airdropped June 20, 2024 with controversial donation-required claim. 1B max supply. Governs protocol parameters and powers buyback-and-distribute under V2 fee growth.
What are DVNs?
Independent verifier networks (Google Cloud, Polyhedra, LayerZero Labs, Nethermind, BlockDaemon and 30+ others) that sign attestations of source-chain message emission. Apps choose a quorum.
What is OFT?
Omnichain Fungible Token standard — natively multi-chain tokens with synchronized mint/burn, eliminating wrapped-token fragmentation. Used by USDT0, STG, ENA, USDe, GMX, PENDLE etc.
What is USDT0?
Tether's official LayerZero-based omnichain USDT, launched January 2025. US$100B+ cumulative cross-chain volume by late June 2026 — the largest omnichain stablecoin.
LayerZero vs Wormhole vs Axelar vs CCIP vs Hyperlane?
LayerZero — modular DVNs, USDT0, OFT. Wormhole — Guardian Network, Solana strength, Pyth substrate. Axelar — Cosmos SDK GMP. CCIP — 3 DONs + RMN, SWIFT/DTCC. Hyperlane — modular ISMs, permissionless. LayerZero leads message count; CCIP leads enterprise.
Has LayerZero been hacked?
LayerZero's on-chain contracts have not been exploited, but on April 18, 2026 attackers linked to Lazarus Group stole ~$292M of rsETH from Kelp DAO's LayerZero bridge by compromising RPC infrastructure behind the LayerZero Labs DVN under Kelp's 1-of-1 DVN configuration — 2026's largest exploit. Responsibility is disputed between Kelp and LayerZero; Kelp has since migrated to Chainlink CCIP. The bridge industry overall has lost US$2.8B+ since 2021 (Wormhole, Ronin, Nomad, Multichain).
How do I send an omnichain transaction?
Developer: import Endpoint, configure DVN Security Stack, call Endpoint.send(), implement lzReceive(). User: use any OFT token's send() UI, or aggregators like Jumper, LiFi, Socket, Squid.
Glossary
- Omnichain — describes assets or applications that exist natively on multiple chains as a single canonical instance (versus wrapped/bridged copies).
- Endpoint — the canonical LayerZero contract on each chain; entry and exit point for messages.
- DVN (Decentralized Verifier Network) — independent verifier service that attests to message emission on the source chain.
- Executor — the role that delivers messages on the destination chain after DVN attestation.
- Security Stack — the per-application combination of DVNs, quorum, and Executor.
- OFT (Omnichain Fungible Token) — LayerZero's standard for natively multi-chain tokens with synchronized mint/burn.
- lzReceive — the destination-side callback that the Executor invokes on the receiving contract.
- lzCompose — V2 primitive for chained cross-chain calls.
- Hydra pools — Stargate v2's auto-rebalancing liquidity pools.
- Buyback-and-distribute — protocol revenue mechanism that buys ZRO on the open market and redistributes to stakers.
- EID — LayerZero's 32-bit Endpoint ID for each connected chain.
Related reading
- Chainlink (LINK) Explained: Oracles, CCIP, and SmartCon 2026
- Pyth Network (PYTH) Explained: Pull Oracle, Lazer, and 2026 Guide
- What is Ethereum? — 2026 Guide
- Ethereum Layer 2 Networks — 2026 Guide
- Stablecoins Explained — 2026 Guide
- What is DeFi? — 2026 Guide
- Real-World Asset Tokenization: 2026 Guide
Related comparisons
- Compare: LayerZero vs Axelar
- Compare: LayerZero vs Hyperlane
Sources and further reading
- LayerZero — https://layerzero.network
- LayerZero V2 announcement — https://layerzero.network/publications/LayerZero_V2_Whitepaper.pdf
- LayerZero Documentation — https://docs.layerzero.network
- Stargate Finance — https://stargate.finance
- USDT0 — https://usdt0.to
- Tether — https://www.tether.to
- Hyperliquid — https://hyperliquid.xyz
- Wormhole — https://wormhole.com
- Axelar — https://www.axelar.network
- Hyperlane — https://www.hyperlane.xyz
- Chainlink CCIP — https://chain.link/cross-chain
- Circle CCTP — https://www.circle.com/en/cross-chain-transfer-protocol
- DeFiLlama Bridges dashboard — https://defillama.com/bridges
- L2BEAT — https://l2beat.com
- arXiv 2501.03423 (SoK Bridge Hacks) — https://arxiv.org/abs/2501.03423
- arXiv 2410.14493 (Bridge Attack Detection) — https://arxiv.org/abs/2410.14493
- arXiv 2410.01107 (Monte Crypto) — https://arxiv.org/abs/2410.01107
- arXiv 2410.02029 (XChainWatcher) — https://arxiv.org/abs/2410.02029
- arXiv 2406.15999 (SmartAxe) — https://arxiv.org/abs/2406.15999
- arXiv 2604.03083 (Price of Interoperability) — https://arxiv.org/abs/2604.03083
- arXiv 2603.07716 (SoK MEV Evolution) — https://arxiv.org/abs/2603.07716
- a16z investment thesis — https://a16zcrypto.com
- CoinDesk — 2026's biggest crypto exploit: Kelp DAO hit for $292M (Apr 19, 2026) — coindesk.com
- CoinDesk — Kelp claims LayerZero approved the setup it blamed for the $292M bridge hack — coindesk.com
- The Block — Kelp DAO ditches LayerZero for Chainlink CCIP after $292M exploit — theblock.co
- The Block — USDT0 passes $50B in cumulative transfers (Apr 2026) — theblock.co
- The Block — USDT0 crosses $100B transaction volume (Jun 2026) — theblock.co
- Tether — Strategic investment in LayerZero Labs (Feb 2026) — tether.io
- LayerZero — Understanding ZRO buybacks — layerzero.network
- DL News — LayerZero pips rivals to $110M Stargate acquisition — dlnews.com
About the author
DeFi Intel Research is the institutional research arm of DeFi Intel, a digital-asset trading firm. Our analysts cover cross-chain interoperability, MEV, oracle networks and on-chain market microstructure. We integrate LayerZero V2 and Stargate v2 in our cross-chain execution stack, run a private DVN for internal use, and publish quarterly post-mortems on bridge-related incidents. About the author.