Wormhole: Cross-Chain Messaging Protocol
Wormhole is a cross-chain messaging protocol that connects 30+ blockchains through a Guardian Network of 19 validators. Every cross-chain message gets verified by this guardian set and packaged into a VAA (Verified Action Approval) — a signed proof that an action occurred on the source chain. Wormhole was one of the first protocols to enable truly trustless cross-chain communication at scale, and its Token Bridge (Portal) has moved over $35 billion in assets across ecosystems.
How a Message Travels Across Wormhole
Follow the full journey of a cross-chain message from source chain to destination. Watch the animated flow below — the particle moves through each stage as guardians verify and relay the VAA.
Stage 1 — Emit: The User Application calls the Wormhole Core Contract on the source chain, which emits a MessagePublished event containing the emitter address, nonce, payload, and consistency level. The consistency level determines how many block confirmations are required before guardians will sign.
The Guardian Network
19 guardians observe and sign every Wormhole message. A VAA requires signatures from 13 of 19 guardians (68%+ supermajority). Hover over a guardian to see their details.
Supported Chains
Wormhole connects these chains through its messaging layer. The Token Bridge (Portal) is available on all EVM chains listed.
| Chain | Type | Consistency Level | Native Token | TVL (Bridge) | |
|---|---|---|---|---|---|
| Ethereum | EVM | 15+ blocks | ETH | $420M | |
| Solana | Solana | 31 slots | SOL | $310M | |
| Arbitrum | EVM | 1 block | ETH | $180M | |
| Optimism | EVM | 1 block | ETH | $160M | |
| Base | EVM | 1 block | ETH | $145M | |
| Polygon | EVM | 1 block | MATIC | $130M | |
| Avalanche | EVM | 1 block | AVAX | $95M | |
| Sui | Move | 1 block | SUI | $85M | |
| Aptos | Move | 1 block | APT | $72M | |
| Cosmos Hub | Cosmos | 5 blocks | ATOM | $45M | |
| Sei | EVM | 1 block | SEI | $38M | |
| XPLA | Cosmos | 5 blocks | XPLA | $12M |
Three Core Components
MessagePublished events that Guardians listen to. The Core Contract is the single integration point for any chain that wants to participate in Wormhole messaging.What Gets Built on Wormhole
Cross-Chain Protocol Comparison
| Dimension | Wormhole | LayerZero | Hyperlane | IBC |
|---|---|---|---|---|
| Verification | Guardian multisig (13/19) | Configurable DVNs | ISM modules | BFT light clients |
| Validator Count | 19 (fixed) | Configurable per app | Chain-dependent | Chain-dependent |
| Trust Model | Trusts guardian set | Customizable per dApp | Sovereign security | Trustless BFT |
| Chain Count | 30+ | 1000+ | 50+ | 100+ (cosmos) |
| General Messaging | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
| Token Bridge | ✅ Portal | Via integrated apps | No (warp tokens) | ✅ Native |
| NFT Bridge | ✅ Yes | No | No | No |
| Governance | Wormhole DAO (WORM) | Decentralized DVNs | Abel DAO | Cosmos Hub |
| Relayer Model | Permissioned + permissionless | Open executor model | Permissionless ISM | Permissionless |
| Key Event | $320M hack (Feb 2022) | No major hack | No major hack | No major hack |
| Security Immutability | ❌ Guardian set can change | ✅ Immutable Security Stack | ✅ Configurable | N/A (protocol-level) |
The 2022 Wormhole Hack: What Happened
- What is Wormhole and how does it work?
- Wormhole is a cross-chain messaging protocol that enables communication between blockchains through a Guardian Network of 19 validators. When a message is sent on the source chain, Wormhole's Core Contract emits an event that Guardians observe, verify, and co-sign into a VAA (Verified Action Approval). This VAA can then be delivered to the target chain to execute the cross-chain action. The protocol supports arbitrary message passing, not just token transfers.
- How many chains does Wormhole support?
- Wormhole supports 30+ major blockchains including Ethereum, Solana, Arbitrum, Optimism, Base, Polygon, Avalanche, Sui, Aptos, Cosmos chains, and more. It is one of the most chain-diverse cross-chain protocols, making it a popular choice for protocols that need to reach across multiple ecosystems simultaneously.
- What is a VAA (Verified Action Approval)?
- A VAA is the fundamental unit of Wormhole's cross-chain communication. It is a signed message that proves a particular action occurred on the source chain. VAAs are created when a supermajority of the Guardian Network (13 of 19 guardians by default) independently observe and sign off on a message. The VAA contains the emitter contract, sequence number, timestamp, and the cross-chain payload. Once created, a VAA is immutable and can be relayed to any supported chain.
- What happened in the Wormhole hack in February 2022?
- In February 2022, an attacker exploited a signature verification bug in Wormhole's Solana contract to mint 120,000 wETH without providing any collateral on Ethereum. The attacker bridged a small amount of ETH to Solana, verified the verification mechanism was broken, then spun up a fake guardian set signing to bypass the Guardian Network's normal consensus. The vulnerability was in the batch signature verification logic — an attacker could craft a message that passed verification with fraudulent signatures. Jump Crypto backstopped the losses by depositing 120k ETH to cover the exploited funds.
- How does Wormhole compare to LayerZero?
- Wormhole uses a fixed Guardian Network (19 validators) for message verification, while LayerZero uses configurable DVNs (Decentralized Verifier Networks) that dApps choose individually. Wormhole's security model is uniform — every message goes through the same 19-guardian consensus — whereas LayerZero lets each application pick its own verifiers. Wormhole has deeper chain diversity (30+ chains) and a longer track record, while LayerZero has more configurable trust assumptions and a larger app ecosystem.
- What is the Portal Token standard in Wormhole?
- The Portal Token standard is Wormhole's specification for wrapped tokens created through the Wormhole Token Bridge. When tokens are locked on the source chain, equivalent wrapped tokens are minted on the target chain following the Portal Token standard, which defines metadata (origin chain, asset ID, canonical token address), decimal normalization, and interface compliance (ERC-20 compatible). Portal tokens are fully collateralized — every minted wrapped token has a corresponding locked asset in the bridge vault.
- What is the WORM token and does Wormhole have a DAO?
- WORM is Wormhole's governance token. Wormhole has a DAO (Wormhole DAO) that controls protocol upgrades, Guardian Council appointments, and treasury management. WORM token holders can vote on proposals related to protocol security, fee parameters, and ecosystem grants. The Guardian Council consists of 19 members — some are major Web3 infrastructure companies (Chainlink, Coinbase Cloud, Google Cloud) and some are established validator operators.
- Can Wormhole transfer NFTs between chains?
- Yes. Wormhole has an NFT Portal that extends the Token Bridge functionality to NFT transfers. The NFT Portal wraps NFT assets using the same Guardian-validated VAA mechanism, allowing NFTs to move between chains that support NFT collections. This is used by gaming applications, collectible platforms, and cross-chain NFT marketplaces to enable true asset ownership across chains.