LayerZero is a foundational infrastructure layer for omnichain applications — smart contracts and tokens that exist and operate natively across multiple blockchains simultaneously. Unlike bridges that move tokens between chains, LayerZero enables blockchains to pass arbitrary messages to each other: a smart contract on Ethereum can trigger a function call on Solana, BNB Chain, Avalanche, and 50+ other chains. Launched in 2021 by LayerZero Labs (Bryan Pellegrino, Caleb Banister, Ryan Zarick), LayerZero raised from Andreessen Horowitz (a16z), Sequoia, FTX Ventures, and others. The ZRO token launched via airdrop in June 2024, distributing tokens to early bridge users.
Core Architecture
The protocol is built around the following components.
The Messaging Model
LayerZero V2 uses a modular security model:
- Application contract (OApp): A smart contract on Chain A calls
send()with a payload and destination - LayerZero Endpoint: The core LayerZero contract on each chain that manages the protocol
- DVN (Decentralized Verifier Network): Security layer — validators that verify source chain events
- Executor: Delivers and executes the message on the destination chain
DVN Security Model
The key innovation of LayerZero V2 vs. V1:
- Configurable security: Each application chooses its own DVN(s) for message verification
- Multiple DVN options: LayerZero DVN (default), Google Cloud DVN, Polyhedra ZK-based DVN, Nethermind DVN, and others
- Multi-DVN: Applications can require 2/3 DVNs to agree (like multi-sig for cross-chain)
- This means: different applications have different trust models — a high-value DeFi app can require ZK proofs; a game can use a single fast DVN
V1 vs V2:
- V1: Oracle (Chainlink) + Relayer model — two separate parties
- V2: DVN(s) — single configurable verification layer with multiple options
OFT Standard (Omnichain Fungible Token)
LayerZero’s most-used building block:
- OFT (Omnichain Fungible Token): Token standard where a token exists natively on multiple chains; when bridging, tokens are burned on source chain and minted on destination — no wrapped versions
- Used by: JOE (Trader Joe), Stargate Finance’s STG, and many other multi-chain tokens
- OFT Adapter: Wraps an existing ERC-20 token to make it an OFT (used for established tokens like USDC before Circle’s CCTP)
Stargate Finance
Stargate is the primary liquidity transfer protocol built on LayerZero:
- Enables native asset transfers cross-chain (not wrapped): send USDC on Ethereum, receive USDC on Arbitrum
- Uses unified liquidity pools with Delta algorithm to rebalance across chains
- STG token: Stargate governance token; vested as veSTG
- Stargate was LayerZero Labs’ own product, giving LayerZero a flagship use case
ZRO Token
LayerZero’s governance token (June 2024 airdrop):
- Large controversy: The airdrop required users to pay a $0.10 “donation” per ZRO claimed, paid to Protocol Guild (Ethereum contributor funding)
- This donation mechanism was criticized as a tax on airdrops — the first time a major airdrop required payment to claim
- Bryan Pellegrino (LayerZero CEO) and Vitalik Buterin debated the mechanism publicly on Twitter
- Governance: ZRO governs the LayerZero protocol parameters, DVN list, and fee structures
Sybil resistance:
LayerZero’s airdrop was notable for aggressive anti-Sybil measures:
- 14-day self-reporting period where farm accounts could “confess” and receive 15% of allocation
- After report window: LayerZero’s forensics team flagged remaining suspected Sybils for exclusion
- ~2M wallets reduced to ~1.3M eligible after Sybil filtering
Supported Chains
As of 2024:
- EVM: Ethereum, Arbitrum, Optimism, Base, BNB Chain, Avalanche, Polygon, Fantom, zkSync, Scroll, Linea, Mantle, Mode, and 30+ more
- Non-EVM: Solana, Aptos, TON
Competitors
- Wormhole: 19-guardian multi-sig model; strongest on Solana
- Axelar: PoS validator network; strong on Cosmos
- IBC: Native Cosmos interoperability; maximally trust-minimized for IBC chains
- Across Protocol: Optimistic bridge using UMA oracle; fastest and cheapest for ETH L2s
- Hyperlane: Permissionless interoperability; anyone can deploy to new chains
How to Use LayerZero
Most users interact via Stargate:
- Visit stargate.finance
- Connect wallet (MetaMask for EVM)
- Select source chain → destination chain → asset → amount
- Approve and send — native assets received on destination chain within 1-3 minutes
Developers interact via LayerZero’s OApp SDK to build omnichain contracts.
Secure cross-chain transfers with . Acquire ETH on .
Social Media Sentiment
LayerZero is respected as serious infrastructure but carries community friction from the ZRO airdrop controversy. The $0.10 donation requirement — framed as contributing to Ethereum developers — was seen by many in CT as condescending and a bad precedent. Bryan Pellegrino is a polarizing figure who engages combatively on Twitter. The Sybil-filtering process, while technically sophisticated, reduced many legitimate multi-wallet users’ allocations. On the technical side, LayerZero’s DVN model is genuinely innovative and the OFT standard has broad adoption. The protocol’s omnichain vision is cited as a legitimate differentiation from Wormhole’s Solana-focused ecosystem.
Last updated: 2026-04
Related Terms
Sources
Zamyatin, A., Al-Bassam, M., Zindros, D., Kokoris-Kogias, E., Moreno-Sanchez, P., Kiayias, A., & Knottenbelt, W. J. (2021). SoK: Communication Across Distributed Ledgers. FC ’21.
Angeris, G., & Chitra, T. (2020). Improved Price Oracles: Constant Function Market Makers. MARBLE ’20.
Belchior, R., Vasconcelos, A., Guerreiro, S., & Correia, M. (2021). A Survey on Blockchain Interoperability: Past, Present, and Future Trends. ACM Computing Surveys.
Robinson, D. (2022). Cross-Chain Bridges: Fundamentals, Vulnerabilities, and Path Forward. Paradigm Research.
Gudgeon, L., Perez, D., Harz, D., Livshits, B., & Gervais, A. (2020). The DeFi Protocols for Loanable Funds: Interest Rates, Liquidity and Market Efficiency. AFT ’20.