Search

Search for projects by name or address

Wormhole WTT logo
Wormhole WTT

About

Minting token bridge built on top of the Wormhole message protocol.


    Last 24h volume
    $2.18 M
    Last 24h transfer count
    1.17 K
    Last 24h top path
    solanaethereum$1.31 M

    Last 24h avg. transfer time
    21m 8s
    Last 24 avg. transfer value
    $2.06 K
    Tokens by volume
    SPXWBTCtBTC
    +124

    Protocol transfer size
    Under $100
    $100-$1K
    $1K-$10K
    $10K-$100K
    Over $100K

    Transfer type distribution
    Lock & Mint

    About

    Minting token bridge built on top of the Wormhole message protocol.

    Top token

    Volume
    $675.28 K
    Transaction count
    27

    Minting token bridge built on top of the Wormhole message protocol.

    Architecture

    The Wormhole messaging protocol consists of a WormholeCore contract on each supported chain. Application contracts like the Token Bridge, the multichain token framework NTT (‘native token transfers’) and the Mayan intent framework contracts are each connected to it. The token bridge is a lock-minting token bridge, NTT is a customizable multichain token framework and Mayan supports stablecoin transfers and crosschain asset swaps of any kind as an intent protocol.

    Crosschain oracle and validation

    Wormhole uses the same validators for its core messaging protocol on all supported chains. They are called guardians and validate crosschain messages with a 13/19 threshold. Guardians are external validator companies who are expected to run their own nodes of all chains they validate on, but they also delegate the running of full nodes to others for smaller chains.

    Upgradeability

    The core protocol and token bridge contracts are upgradeable by the same guardians who validate crosschain messages. Application-level contracts can have custom upgradeability.

    Monitoring

    Wormhole provides a block explorer which is mostly intended for users and researchers tracking crosschain transactions and for aggregate metrics. As for security and monitoring tools, Wormhole offers Governor a global token flow monitoring layer that Guardians can use to identify suspicious transfers before signing them. Global Accountant tracks the circulating supply of WTT and NTT assets on all chains and alerts Guardians if a transaction would increase the supply.

    Symbol
    Last 24h Volume
    Last 24h transfer count
    Last 24h avg. transfer time
    Last 24h avg. transfer value
    From
    To
    Timestamp
    Tokens
    Value
    Transfer time
    Chains

    Ethereum

    Actors:

    TokenBridge0x3ee1…a585

    Wormhole Token Bridge on Ethereum. It escrows Ethereum-native tokens and mints or burns wrapped assets such as WSOL after Wormhole Core verifies Guardian-signed VAAs. WSOL has no Ethereum-side escrow because it is a wrapped asset on Ethereum.

    • Can interact with WSOL
      • mint or burn WSOL after the Token Bridge accepts a valid Wormhole transfer VAA
      • update WSOL metadata after the Token Bridge accepts a valid Wormhole attestation VAA

    Member of WormholeCore.

    • Can upgrade with no delay
      • WormholeCore
    • Can interact with WormholeCore
      • validate incoming crosschain messages, rotate the guardian set, change and withdraw fees
    There are impactful changes to the following permissions, and part of the information might be outdated.
    WormholeCore0x98f3…288B

    A Multisig with 13/19 threshold. Wormhole Core Bridge on Ethereum. It verifies VAAs signed by the active Wormhole Guardian set and is the security root for Wormhole application contracts on Ethereum, including the Token Bridge by storing the active Guardian set.

    • Can upgrade with no delay
      • TokenBridge
    • Can interact with TokenBridge
      • validate incoming transfers and register remote bridge peers

    Ethereum

    WSOL is the Wormhole-wrapped ERC20 representation of native SOL on Ethereum. The Token Bridge owns this token and mints or burns it after accepting valid Token Bridge VAAs for the Solana route. The native SOL backing is escrowed on Solana, not Ethereum.

    • Roles:
      • owner: TokenBridge
    TokenImplementation0x0fD0…4eE6

    Wormhole wrapped ERC20 token implementation. When initialized as a wrapped asset, the Token Bridge is the token owner and can mint, burn, and update metadata after accepting valid Token Bridge VAAs. This makes the tokens bridge-owned by default.

    The current deployment carries some associated risks:

    • Funds can be stolen if a contract receives a malicious code upgrade. There is no delay on code upgrades (CRITICAL).