LayerZero (ZRO)
LayerZero (ZRO) is a smart-contract platform cryptocurrency, running on 7 chains including Ethereum, Base, and Polygon Pos. It is available on 16 exchanges we track across 70 countries and US states. It ranks #118 by market capitalization at $369.4M as of September 5, 2026. Data last synced September 2, 2026. Buyability grade A in the United States.
Verified How we verify
Live price
Fetched from CoinGecko when this page loaded. The Key Metrics table below is a dated snapshot from our last sync, so the two figures will differ.
Decide
Four measurements that decide whether buying LayerZero is straightforward where you live: who is verified to sell it to you, how wide the spread is, how much of its trading sits on one venue, and how much new supply is about to arrive.
Where LayerZero trades
50.9% of ZRO volume runs through Binance.
| Largest venue | Binance |
|---|---|
| Its share of reported volume | 50.9% |
| Top 3 venues | 71.7% |
| Herfindahl index | 2,923 |
| Exchanges listing it | 21(14 with volume) |
Key Metrics
| Price | $1.05 |
|---|---|
| 7-day change | −1.7% |
| 30-day change | +35.1% |
| Market cap | $369.4M (rank #118) |
| Fully diluted valuation | $1.0B |
| 24-hour volume | $44.5M |
| Circulating supply | 353.3M ZRO (35.3% of max) |
| Maximum supply | 1.0B ZRO |
| All-time high | $7.47 on December 6, 2024, −86.0% since |
More on LayerZero:Unlock scheduleStaking availability
Key Facts
| Ticker | ZRO |
|---|---|
| Category | smart-contract platform |
| Chains | EthereumBasePolygon PosBinance Smart ChainArbitrum OneOptimistic EthereumAvalanche |
| Market cap rank | #118 |
| Official site | layerzero.network |
| CoinGecko | coingecko.com/en/coins/layerzero |
About LayerZero
What LayerZero is
LayerZero is a messaging protocol that lets a smart contract on one blockchain call a smart contract on another. It is not a bridge that holds your assets in a pool. It is the layer underneath bridges, token standards and cross-chain applications, and its documentation says it connects more than 150 blockchains (source: LayerZero documentation, read September 2026). ZRO is the protocol's token.
The central design idea is that applications choose their own security rather than inheriting the protocol's. LayerZero ships an immutable core and lets each application configure which independent verifiers must sign off on its messages. That is a different trust model from a bridge with one fixed validator set.
How it works
Everything starts at the Endpoint. The documentation defines it as "the immutable, permissionless protocol entrypoint for sending and receiving omnichain messages," and elsewhere as "the core, immutable smart contract deployed on each blockchain that serves as the entry and exit point for LayerZero messages."
The Endpoint's job is bookkeeping, and the bookkeeping is strict. Its message channel module "maintains gapless, monotonically increasing nonces per sender, receiver, and chain to enforce exactly-once delivery," recording payload hashes as it goes. A nonce here is defined as "a unique identifier for the message within specific messaging channel," and the sequencing is what prevents replay and censorship within a channel.
Verification is delegated to Decentralized Verifier Networks. The documentation says a DVN "broadly describes any verification mechanism that securely delivers a message's payloadHash to the destination Message Library," and that "each DVN independently verifies the payloadHash of each message to ensure integrity."
An application assembles those into a Security Stack. The documentation explains that "this stack of multiple DVNs allows each application to configure a unique security threshold for each source and destination, known as X-of-Y-of-N." The configuration distinguishes required verifiers from optional ones: "every required DVN must verify the payloadHash before the nonce can be committed," even when the optional threshold is already satisfied.
Delivery is a separate role. The Executor is "an off-chain service that monitors message verification status and executes verified messages on destination chains when all required DVNs have verified the message." It pays destination gas and is permissionless, so anyone can run one.
Between the Endpoint and the DVNs sit Message Libraries, "smart contracts that handle message payload packing on the source chain and verification on the destination chain." They are immutable and append-only, which lets the protocol add new verification methods over time without altering or removing the old ones. That is the mechanism that keeps the core immutable while the security options evolve.
Applications built on top are OApps, defined as "a smart contract that implements LayerZero's messaging interface for crosschain communication." The most used specialization is the Omnichain Fungible Token, "a token standard that extends fungible token standards ... with LayerZero's messaging capabilities."
Supply and tokenomics
The OFT standard is the clearest illustration of what LayerZero does to token supply, and it is documented precisely.
| Item | Value | Source/date |
|---|---|---|
| Design goal | "A single fungible token to exist across many chains while preserving one global supply" | LayerZero documentation, September 2026 |
| Transfer mechanism | Source chain debits by burning or locking; destination credits by minting or unlocking | LayerZero documentation, September 2026 |
| Supply invariant | "The total supply across all chains remains constant" | LayerZero documentation, September 2026 |
| Implementation patterns | Direct, where bridge logic sits in the token; Adapter, where a separate contract wraps an existing token | LayerZero documentation, September 2026 |
| Shared decimals, vanilla OFT | 6 | LayerZero documentation, September 2026 |
| Maximum encodable supply | 18,446,744,073,709.551615 tokens, from 64-bit encoding | LayerZero documentation, September 2026 |
| Chains connected | More than 150 | LayerZero documentation, September 2026 |
| ZRO supply and allocation | Not published in the protocol documentation | Not verified from a primary source |
150+
Chains connected
per LayerZero documentation
6
Shared decimals
vanilla OFT normalization unit
Exactly once
Delivery guarantee
gapless monotonic nonces per channel
Decimal normalization is a small detail with a real consequence. Chains disagree on precision, with 18 decimals typical on EVM networks and 6 to 9 on Solana and Aptos. The OFT standard converts using a rate of 10^(localDecimals - sharedDecimals) and floors the amount before transfer, refunding the remainder to the sender. That remainder is dust, and the standard removes it rather than losing it.
RampAtlas could not verify ZRO's total supply, allocation or unlock schedule from LayerZero's own technical documentation, which covers the protocol rather than the token. Those figures are recorded here as unpublished rather than reproduced from secondary sources.
History
LayerZero's version 2 architecture reorganized the protocol around the separation described above: an immutable Endpoint, swappable Message Libraries, configurable DVNs and a permissionless Executor. Version 1 bundled verification into a fixed oracle-and-relayer pair, and the criticism of that design was that every application inherited the same trust assumptions whether or not they suited it.
The X-of-Y-of-N model is the direct answer. A stablecoin issuer moving large balances can require several independent verifiers, including one it runs itself. A game moving low-value items can pick a cheaper configuration. Both use the same Endpoint and the same nonce guarantees.
The protocol's white paper also documents lzCompose, described as a composition primitive that "inherits the same onlyonce lossless execution semantics of LayerZero messaging." It lets one message trigger a follow-up action, so a bridge-then-swap sequence can be expressed as a single application flow rather than two loosely coupled transactions.
Risks and what to watch
Configuration risk is therefore the first thing to check. Before using an OFT, look at how many required DVNs its Security Stack names and who operates them. A permissive configuration is not a protocol flaw; it is a choice the application made.
Smart contract risk applies to the Endpoint, the Message Libraries, the Executor logic and every OApp. The core is immutable, which cuts upgrade risk but also means a flaw in a deployed library cannot be patched in place, only superseded by a new library that applications must opt into.
Off-chain liveness is a real dependency. DVNs and Executors are off-chain services. If the required verifiers for a channel stop signing, messages on that channel stop being committed, and the assets involved sit until service resumes.
Token risk is separate from protocol risk. ZRO's supply schedule is not published in the technical documentation, so a holder cannot verify future issuance from a primary source. Treat that as an open question rather than an answered one.
Frequently asked questions
Is LayerZero a bridge?
No. It is a messaging protocol that bridges and token standards are built on. Its documentation defines the Endpoint as the entry and exit point for messages, and asset movement is implemented by applications such as the Omnichain Fungible Token standard.
What is a DVN?
A Decentralized Verifier Network. LayerZero's documentation describes it as any verification mechanism that securely delivers a message's payload hash to the destination Message Library, with each DVN verifying independently.
What does X-of-Y-of-N mean?
It is the security threshold an application sets. Required verifiers must all sign, and a threshold of the optional ones must sign, before a message can be committed on the destination chain.
How does an OFT keep supply consistent?
The source chain burns or locks the amount and the destination chain mints or unlocks the same amount, so total supply across all chains stays constant.
Where can you buy LayerZero?
ZRO is listed on a range of centralized venues and trades on decentralized exchanges. See where to buy LayerZero for availability in your jurisdiction and Exchanges to compare fees.
Where to Buy LayerZero
We publish a ranked exchange comparison for LayerZero in 70 countries and US states.
| Exchange | Locations | KYC | Action |
|---|---|---|---|
| Crypto.com Exchange | 68 | Required | Visit Crypto.com Exchange |
| Coinbase Exchange | 62 | Required | Visit Coinbase Exchange |
| Kraken | 60 | Required | Visit Kraken |
| Uphold | 57 | Required | Visit Uphold |
| Robinhood Crypto | 51 | Required | Visit Robinhood Crypto |
Guides
- Self-Custody vs Exchange Custody: How to Decide
Deciding between self-custody and exchange custody means choosing which failure you would rather be exposed to, a company that loses or freezes your assets or a mistake of your own that nobody can undo, and most people resolve it by splitting holdings rather than picking one for everything.
- How to Verify a Token Contract Address Before You Buy
A token's contract address is its only real identity, so verifying one means getting the address from the project's own official channel, confirming the same address independently from a second source, and checking on a block explorer that the contract is what it claims to be before you trade against it.
- Choosing Your First Crypto Wallet
Choosing a first wallet comes down to one question, whether a company holds your keys or you do, and the right answer depends on how much you hold, how often you move it, and how confident you are about storing a recovery phrase safely for years.
Availability questions
- Where can I buy LayerZero?
- 16 exchanges we track list LayerZero for residents of 70 countries and US states. See the location-by-location guide.
- Which blockchain is LayerZero on?
- LayerZero runs on 7 chains including Ethereum, Base, and Polygon Pos.