Search

Search for projects by name or address

LayerZero logo
LayerZero

About

LayerZero OFT (omnichain fungible token) is a multichain token framework built on the modular, highly customizable LayerZero messaging protocol. While it theoretically supports any form of validation, ~100% of messages are validated by multisig-like smart...


    Last 24h volume
    $65.61 M
    Last 24h transfer count
    3.73 K
    Last 24h top path
    arbitrumethereum$15.49 M

    Last 24h avg. transfer time
    15m 1s
    Last 24 avg. transfer value
    $19.91 K
    Tokens by volume
    USDT0USDTPYUSD
    +134

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

    Transfer type distribution
    Lock & Mint
    Burn & Mint

    About

    LayerZero OFT (omnichain fungible token) is a multichain token framework built on the modular, highly customizable LayerZero messaging protocol. While it theoretically supports any form of validation, ~100% of messages are validated by multisig-like smart...

    Top token

    USDT0
    USDT0
    Volume
    $25.52 M
    Transaction count
    870

    LayerZero OFT (omnichain fungible token) is a multichain token framework built on the modular, highly customizable LayerZero messaging protocol. While it theoretically supports any form of validation, ~100% of messages are validated by multisig-like smart contracts called DVNs (“Decentralized” Validator Networks). The protocol supports a vast set of EVM and non-EVM destinations.

    Architecture

    LayerZero deploys a single Endpoint contract on each supported chain. This contract serves as the chain-central registry for omnichain apps (OApps) and their owners and delegates. An Oapp is a smart contract that interacts with the LayerZero protocol through a standardized messaging interface. The most popular OApp flavor is the omnichain fungible token (OFT) standard, which enables the transport of tokens across LayerZero-supported chains. Token owners can deploy OFT Adapter smart contracts (OApps themselves) that connect traditional tokens to the LayerZero protocol. New tokens can be directly bound to LayerZero by deploying them as a native OFT smart contract, which is automatically an OApp on LayerZero.

    Crosschain oracle and validation

    The modular LayerZero messaging protocol supports any smart contract logic as its validation mechanism. In practice and by default, multisignature wallets and EOAs validate and deliver crosschain messages, called packets in LZ terms. OApp owner addresses or their onchain delegates can override the default security config for their OApp in each local Endpoint contract. Each library or setting that is not explicitly configured falls back to the default config. Security configs consist of a validation library (smart contract) and its various settings (like the actual validating multisigs and their threshold) and importantly can be set on each chain separately and then for each peer chain from/to that chain. For example, a single OFT that is live on 20 chains can have 20x20=400 security configs, counting incoming configs only. A misconfiguration or exploit in any single one of those 400 validation configs can compromise the example OFT.

    Upgradeability

    Core protocol contract code forms a framework that points at security-critical contracts. Although the core framework contract code is immutable, the security config and its implementation contracts can be changed by permissioned actors like the LayerZero team and the OApp owners, which effectively results in system upgrades. Application-level contracts like OApps have custom upgradeability.

    Monitoring

    LayerZero provides a block explorer which is mostly intended for users and researchers tracking crosschain transactions and for aggregate metrics. There currently is no security or monitoring related tooling for OApp owners like global OFT accounting or global security config tracking.

    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:

    LayerZero Multisig0xBe01…2478

    A Multisig with 3/5 threshold. Custom multisignature contract allowing offchain signing and execution on multiple target chains.

    • Can interact with EndpointV2
      • configure the default send/receive libraries used for verification, affecting all OApps that have not set up a custom security config
    • Can interact with ReadLib1002
      • configure the settings of this library, affecting all OApps that have not set up a custom security config
    • Can interact with SendUln302
      • configure the settings of this library, affecting all OApps that have not set up a custom security config
    • Can interact with ReceiveUln302
      • configure the settings of this library, affecting all OApps that have not set up a custom security config
    GnosisSafe0xCbcd…29A1

    A Multisig with 3/6 threshold.

    • Can interact with EndpointV2
      • manage all settings of the LZ crosschain security stack for the respective OApp: change libraries, DVN configs etc
    • Can interact with RsETHOFTAdapter
      • can configure the OFT adapter, including LayerZero peer and delegate settings
    Horizen DVN0x3802…F20D

    Defines the logic that validates LayerZero Packets for this DVN.

    • Can interact with SendUln302
      • receive validation fees for rsETH OFT messages sent to Unichain through LayerZero (the incoming vaidating DVN is defined on Unichain)
    • Can interact with ReceiveUln302
      • verify rsETH OFT messages sent from Unichain through LayerZero
    LayerZero DVN0x589d…236b

    Defines the logic that validates LayerZero Packets for this DVN.

    • Can interact with SendUln302
      • receive validation fees for rsETH OFT messages sent to Unichain through LayerZero (the incoming vaidating DVN is defined on Unichain)
    • Can interact with ReceiveUln302
      • verify rsETH OFT messages sent from Unichain through LayerZero
    Canary DVN0xa4fE…c2cd

    Defines the logic that validates LayerZero Packets for this DVN.

    • Can interact with SendUln302
      • receive validation fees for rsETH OFT messages sent to Unichain through LayerZero (the incoming vaidating DVN is defined on Unichain)
    • Can interact with ReceiveUln302
      • verify rsETH OFT messages sent from Unichain through LayerZero
    Netherming DVN0xa59B…0BA5

    Defines the logic that validates LayerZero Packets for this DVN.

    • Can interact with SendUln302
      • receive validation fees for rsETH OFT messages sent to Unichain through LayerZero (the incoming vaidating DVN is defined on Unichain)
    • Can interact with ReceiveUln302
      • verify rsETH OFT messages sent from Unichain through LayerZero

    Contract that can be used to execute LayerZero message payloads at the destination. Also manages fee logic, gas drop and permissioned addresses who can call this contract.

    • Can interact with SendUln302
      • receive execution fees for rsETH OFT messages sent to Unichain through LayerZero
    • Can upgrade with no delay
      • Executor

    Ethereum

    EndpointV20x1a44…728c

    Part of the LayerZero messaging protocol. OApp owners or their delegates can configure custom verification- (message libraries) and execution settings here.

    • Roles:
      • owner: LayerZero Multisig
      • rsETHAdapterDelegate: GnosisSafe
    ReceiveUln3020xc02A…24C2

    LayerZero-deployed receive library, defining the validation of received messages.

    • Roles:
      • getUlnConfig: Canary DVN, Horizen DVN, LayerZero DVN, Netherming DVN
      • owner: LayerZero Multisig
    RsETHOFTAdapter0x85d4…8Ef3

    An OApp in the LayerZero protocol that adapts an existing ERC20 token into the OFT standard. Its owner can configure peers and LayerZero security settings for connected routes.

    • Roles:
      • owner: GnosisSafe
    BlockedMessageLib0x1ccB…D862

    Simple LayerZero library that blocks all messages if selected.

    ReadLib10020x74F5…DB9D

    LayerZero library used to read state from remote blockchains.

    • Roles:
      • owner: LayerZero Multisig
    ProxyAdmin0xa367…5Ee3
    • Roles:
      • owner: EOA 1
    SendUln3020xbB2E…dCe1

    Send Library used by LayerZero, defining the protocol/execution of sent messages.

    • Roles:
      • getExecutorConfig: Executor
      • getUlnConfig: Canary DVN, Horizen DVN, LayerZero DVN, Netherming DVN
      • owner: LayerZero Multisig

    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).