DeFi Intel

What is LayerZero?

Plain-English explainer · Updated 2026-07-01 · By DeFi Intel

How it works

LayerZero deploys an immutable Endpoint contract on every supported chain. An application on chain A calls its local endpoint with a payload and a destination address; once the message is verified, the endpoint on chain B invokes the receiving contract's lzReceive function. The core design problem is verification: running full on-chain light clients is prohibitively expensive, so LayerZero splits the job between independent off-chain parties.

In V1 (mainnet March 2022), two roles had to agree: an Oracle (initially Chainlink, later Google Cloud as default) forwarded the source block header, and a separate Relayer submitted the transaction proof. The security assumption was that these two entities do not collude. V2 (January 2024) generalized this into Decentralized Verifier Networks (DVNs): each application configures its own security stack — for example, requiring 2-of-5 named DVNs to attest to every message — plus separate Executors that pay destination gas and trigger delivery.

On top of raw messaging sits the OFT (Omnichain Fungible Token) standard: tokens are burned or debited on the source chain and minted or credited on the destination, so assets move between chains without pooling collateral in a wrapped-asset bridge contract. Security is therefore application-configurable rather than inherited from a single monolithic validator set.

Why it matters

Cross-chain bridges have been DeFi's largest attack surface: Ronin ($625M, 2022) and Wormhole ($325M, 2022) both fell to compromises of a single shared signer set or signature check. LayerZero pushes the trust decision to each application, which can demand attestations from multiple independent verifiers instead of inheriting one bridge's monolithic security. As activity fragments across dozens of rollups and L1s, generic messaging — not just token transfers — becomes core infrastructure: cross-chain governance, omnichain tokens, unified lending markets. The trade-off: configurable security means a lazily configured app is only as strong as its cheapest verifier, and users silently inherit whatever assumptions each team chose.

Real-world examples

Stargate Finance, LayerZero's flagship application launched in March 2022, uses LayerZero messages to coordinate unified USDC and USDT liquidity pools across chains: a transfer initiated on Ethereum sends a message that releases native tokens from the pool on Arbitrum, with Stargate's delta algorithm ensuring destination liquidity exists before the source transaction finalizes — no wrapped tokens involved. Ethena later adopted LayerZero's OFT standard so its USDe stablecoin moves between chains by burn-and-mint rather than through pooled bridge collateral.

FAQ

Is LayerZero a bridge?

Not exactly. LayerZero is a messaging protocol that moves arbitrary bytes between smart contracts on different chains. Bridges like Stargate are applications built on top of it, and token standards like OFT (burn on source, mint on destination) are one use of the messaging layer among many.

What secures a LayerZero message?

Immutable endpoint contracts plus off-chain verifiers. In V1, an Oracle and a Relayer both had to agree on a message, with non-collusion as the trust assumption. In V2, each application picks its own set of Decentralized Verifier Networks (DVNs) — e.g., requiring several independent DVNs to attest — so security strength varies per application, not per protocol.

What is the ZRO token?

ZRO is LayerZero's native token, launched via airdrop in June 2024. It is used for protocol fee payment and governance. The claim process was controversial: the "Proof of Donation" mechanism required claimants to donate roughly $0.10 per ZRO, which many in the community criticized as a paid airdrop.

Related terms

Go deeper

Browse the complete crypto glossary to explore related terms and concepts.

Browse Glossary

Entities mentioned