Wormhole

Definition:

Wormhole is a cross-chain interoperability protocol enabling arbitrary message passing and token transfers between 30+ blockchains by using a decentralized Guardian network — 19 validators who each observe all participating chains and collectively sign attestations for valid cross-chain events — allowing assets wrapped via Wormhole and arbitrary payloads to be sent from any supported chain to any other supported chain with finality. Wormhole is the dominant cross-chain infrastructure for Solana’s connection to Ethereum and other EVM chains, and is maintained by Jump Crypto (now Wormhole Foundation).


Core Architecture

Guardians:

A set of 19 Guardian nodes (run by major crypto infrastructure firms) each monitor Wormhole-integrated blockchains via full nodes. When a valid cross-chain emission event occurs:

  1. Each Guardian independently observes the event
  2. Each Guardian signs an attestation
  3. Once 13/19 Guardians (2/3 + 1 supermajority) have signed, a VAA (Verified Action Approval) is produced

VAA (Verified Action Approval):

A VAA is the fundamental unit of Wormhole messaging — a signed, serialized message attesting that a specific event occurred on a specific chain. VAAs are:

  • Threshold-signed by 13/19 Guardians using ECDSA
  • Submitted on the destination chain
  • Verified by the destination chain’s Wormhole contract

Core Contract (Each Chain):

A deployed smart contract on each supported chain that:

  • Emits events for Wormhole-registered actions (these are what Guardians observe)
  • Receives and verifies VAAs from Guardians before taking action

Token Bridge

The Wormhole Token Bridge uses a lock-and-mint pattern:

  1. Source chain: tokens are locked in the Wormhole bridge contract
  2. Guardians produce a VAA attesting to the lock
  3. Destination chain: a wrapped token (Wormhole-wrapped) is minted
  4. To return: burn wrapped on destination → VAA → unlock on source

Wormhole-wrapped tokens are denominated as “wXXX” (e.g., wETH on Solana represents Wormhole-bridged ETH).


NTT (Native Token Transfers)

NTT is Wormhole’s more advanced token transfer framework:

  • Tokens don’t need to be wrapped — native UX with no “Wormhole-wETH” branding
  • Protocol controls the token on each chain (burn-and-mint rather than lock-and-mint for some designs)
  • Rate limiters per chain to cap max bridge outflow (security measure)
  • Used by W token (Wormhole’s own governance token), WIF, and other projects for native multi-chain token distribution

Cross-Chain Messaging (xChain Apps)

Beyond token bridging, Wormhole enables arbitrary cross-chain contracts:

  • Send a message from an Ethereum contract that triggers a Solana contract
  • DAOs can vote on Ethereum and execute on any chain
  • Cross-chain lending, liquidity routing, and governance

Wormhole Relayer:

An automatic message delivery service — instead of requiring the destination user to submit the VAA, Relayers monitor cross-chain messages and deliver them automatically in exchange for a fee.


The $320M Hack (February 2022)

Wormhole suffered one of the largest hacks in DeFi history on February 2, 2022:

  • Amount: 120,000 wETH (~$320M at the time)
  • Vector: A vulnerability in the Solana side of the bridge — the signature verification for Guardian approvals could be bypassed using an old, deprecated Solana system call (secp256k1_program)
  • Resolution: Jump Crypto (Wormhole’s major backer) immediately replenished 120,000 ETH from its own reserves to maintain the 1:1 peg
  • Impact: No users lost funds due to Jump’s backing; however, this exposed the systemic risk of centralized Guardian reliance

This hack accelerated the development of more robust bridge security models across the industry.


Guardian Composition (2024)

As of 2024, Wormhole Guardians include:

Everstake, Jump Crypto, Certus One, Chainodex, Staked, Figment, HashQuark, Chorus One, MCF, Forbole, Triton One, Syncnode, Anker, Inotel, SNZ Holding, Blockchain Zoo, P2P, and others.

The 19-of-19 Guardian set is a known trust assumption — a supermajority (13) of Guardians must collude to forge a fraudulent VAA.


Wormhole Foundation and W Token

In 2024, Wormhole spun out from Jump Crypto as the Wormhole Foundation. The W governance token was launched and distributed via airdrop to Wormhole users and ecosystem participants, with W used to vote on protocol upgrades and Guardian set changes.


Supported Chains

Wormhole supports 30+ chains including: Ethereum, Solana, BNB Chain, Avalanche, Polygon, Arbitrum, Optimism, Base, Aptos, Sui, Celestia, Fantom, Celo, Klaytn, and many more.


Related Terms


Sources

Last updated: 2026-04