On-chain activity
LayerZero V2
LayerZero V2 is an omnichain messaging protocol that facilitates communication between blockchains through immutable smart contract endpoints. The protocol separates message verification and execution, allowing developers to configure Decentralized Verifier Networks and Executors for each message path. It supports arbitrary data transmission, token transfers, and cross-chain contract calls across EVM and non-EVM chains, providing unified semantics for application development regardless of underlying blockchain architecture.
LayerZero news, features & analysis
Matched from published articles, podcasts, and talks using the project name, token name, or token symbol.
-
Five Brazilian Soccer Club Fan Tokens Go Live on Solana via Chiliz and LayerZero
How LayerZero OFT Keeps Token Supply Unified Across Chains
-
Fireside: Ripple Labs' Luke Judges, Solana Foundation (Vibhu Norby)
While Ripple Labs itself isn't directly issuing the asset, they're supporting ecosystem partners HexTrust and LayerZero in bringing wrapped XRP to the Solana blockchain. ... The company has already partnered with major interoperability protocols including Wormhole, Axelar, and LayerZero to facilitate cross-chain movement of XRP.
LayerZero
LayerZero is an omnichain interoperability protocol that enables smart contracts and tokens to communicate across 170+ blockchains through a configurable, permissionless messaging layer — solving the fragmentation problem that forces developers to choose a single chain or build bespoke bridges for every integration.
What Problem It Solves
Blockchain ecosystems are siloed by design: assets and logic on Ethereum cannot natively interact with Solana, BNB Chain, or Avalanche without a trusted intermediary. LayerZero replaces that intermediary with a universal messaging protocol, giving developers a single API to send arbitrary data, tokens, and commands across chains. The result is what the team calls "OApps" — Omnichain Applications that behave as though the multi-chain universe were a single network.
Core Protocol Architecture
LayerZero V2 (launched 2024) is built around four composable layers:
Endpoints. Each supported blockchain runs an immutable, permissionless Endpoint contract — the entry and exit point for all cross-chain communication. Endpoints define channels as a four-element tuple: sending contract, source Endpoint ID, destination Endpoint ID, and receiving contract. This ensures application message sequences remain independent and cannot be interfered with by other users of the protocol.
Message Libraries. When a sender initiates a message, the source Endpoint selects a configurable Message Library to generate a standardised Message Packet encoding the payload and destination. Message Libraries are upgradeable at the application level, meaning different applications can use different security standards without protocol-level changes.
DVNs — Decentralised Verifier Networks. DVNs are the core security component. After a message is sent, configured DVNs independently read the source chain and deliver the corresponding payload hash to the destination Endpoint. A threshold rule — expressed as an "X of Y of N" configuration — determines how many DVNs must agree before a message is considered verified. Operators running DVN infrastructure include Google Cloud, Deutsche Telekom, Fidelity's FCAT, and Worldpay, reflecting substantial institutional engagement with the protocol's verification layer.
Executors. Once a message passes DVN verification, an Executor triggers execution at the destination by calling the Endpoint's receive function. Executors handle gas payment and scheduling on the destination chain, abstracting that complexity away from the application.
Because every layer is configurable at the application level, developers can tune their own security-cost tradeoff: applications requiring maximum security can require many independent DVNs; low-value use cases can operate with lighter configurations. The protocol itself is VM-agnostic and operates across EVM chains, Solana, and Aptos.
The OFT Standard
The most widely deployed application primitive built on LayerZero is the OFT — Omnichain Fungible Token. The OFT standard defines how fungible tokens move across chains without fragmentation:
- New tokens adopt a burn-and-mint model: tokens are destroyed on the source chain and recreated on the destination, preserving a unified global supply at all times.
- Existing tokens use an OFT Adapter: the original contract is left unmodified; an Adapter contract locks tokens on the source chain and mints a wrapped representation on the destination.
The OFT standard works across EVM chains, Solana, and Aptos using identical core logic. Notable adopters include PayPal's PYUSD, which expanded from Ethereum to Solana via the OFT standard in late 2024; Ethena's USDe, which deployed to Solana and ten-plus additional chains in mid-2024; and USDT0, Tether's omnichain USDT representation launched in January 2025.
Solana Integration
LayerZero launched on Solana in Mainnet Beta in May 2024. The initial rollout connected Solana to eight chains: Ethereum, Arbitrum, Optimism, Base, BNB Chain, Avalanche, Polygon, and Solana itself. The "Mainnet Beta" designation was tied to a four-round audit programme; once all rounds completed, the plan was to extend full connectivity to the entire network of 70-plus chains.
Developers on Solana can deploy OFT contracts natively or use the OFT Adapter for existing SPL tokens. The Solana Endpoint follows the same DVN-and-Executor model used on EVM chains, giving Solana applications access to the same verifier networks operated by institutional node operators. A dedicated Solana OFT SDK is documented under the LayerZero V2 developer resources.
Stargate and Zero
Two major products are built on or adjacent to the LayerZero protocol:
Stargate is described by the team as "the fully composable liquidity transport protocol at the heart of Omnichain DeFi." It provides unified liquidity pools and guaranteed finality for cross-chain asset transfers, making it the practical consumer-facing bridge layer above LayerZero's messaging infrastructure.
Zero is the team's newer undertaking: a decentralised, multi-core blockchain using zero-knowledge proofs to separate execution from verification. The project positions Zero as infrastructure for applications that require verifiable cross-chain computation rather than mere message passing.
Token: ZRO
ZRO is LayerZero's native governance token with a fixed supply of one billion tokens. Its primary on-chain function is governance: every six months, ZRO holders vote in a referendum on the protocol's "fee-switch," deciding whether the protocol should collect fees from message traffic. The protocol does not capture revenue by default — the fee-switch must be activated by community vote to change that arrangement.
Security and Audits
LayerZero's transport layer is described by the team as immutable and has been audited by Trail of Bits. The Solana Endpoint went through four audit rounds before moving to full production status. The protocol maintains an active bug bounty programme through Immunefi.
The configurable security model is a deliberate architectural choice but also a documented risk vector: an application that deploys with a single DVN in a 1-of-1 configuration is significantly more exposed than one that requires consensus across multiple independent verifiers. An incident in early 2026 illustrated this — a compromised RPC node fed false data to a single-DVN setup. LayerZero's design puts the security configuration responsibility squarely on application developers, not the base protocol.
Team and Background
LayerZero Labs was co-founded in February 2021 by Bryan Pellegrino (CEO), Caleb Banister, and Ryan Zarick — three collaborators who worked together in computer networking research at the University of New Hampshire. The company is headquartered in Vancouver, Canada. The team published the foundational "LayerZero: Trustless Omnichain Interoperability Protocol" whitepaper in May 2021 and launched the mainnet protocol in March 2022.
The company raised at a reported 3-billion-dollar valuation within 18 months of launch, backed by investors including Sequoia Capital. As of mid-2025 the protocol reported more than 75 billion dollars in total asset value secured and over 200 billion dollars in cumulative transfer volume, with more than 700 companies building on or integrating the protocol.
Role in the Solana Ecosystem
LayerZero's Solana integration positions it as foundational cross-chain infrastructure for the Solana DeFi ecosystem. Projects issuing stablecoins or liquid staking tokens on Solana can use the OFT standard to make those assets natively portable to EVM chains and back, without relying on third-party bridges or wrapped-token intermediaries. The institutional DVN operators on the Solana Endpoint bring the same enterprise-grade verification infrastructure used on Ethereum — a meaningful factor for stablecoin issuers navigating multi-chain distribution and regulatory compliance.
Contents
- What Problem It Solves
- Core Protocol Architecture
- The OFT Standard
- Solana Integration
- Stargate and Zero
- Token: ZRO
- Security and Audits
- Team and Background
- Role in the Solana Ecosystem
Solana Token Markets