Free 30-min Web3 Consultation
Book Consultation
Smart Contract Security Audits
View Audit Services
Custom DeFi Protocol Development
Explore DeFi
Full-Stack Web3 dApp Development
View App Services
Free 30-min Web3 Consultation
Book Consultation
Smart Contract Security Audits
View Audit Services
Custom DeFi Protocol Development
Explore DeFi
Full-Stack Web3 dApp Development
View App Services
Free 30-min Web3 Consultation
Book Consultation
Smart Contract Security Audits
View Audit Services
Custom DeFi Protocol Development
Explore DeFi
Full-Stack Web3 dApp Development
View App Services
Free 30-min Web3 Consultation
Book Consultation
Smart Contract Security Audits
View Audit Services
Custom DeFi Protocol Development
Explore DeFi
Full-Stack Web3 dApp Development
View App Services
LABS
Glossary

Omnichain Fungible Token (OFT)

An Omnichain Fungible Token (OFT) is a token standard that enables a single smart contract to manage minting and burning across multiple blockchains, maintaining a unified total supply and enabling native cross-chain transfers.
Chainscore © 2026
definition
CROSS-CHAIN TOKEN STANDARD

What is an Omnichain Fungible Token (OFT)?

An Omnichain Fungible Token (OFT) is a token standard enabling a single fungible asset to exist natively across multiple, independent blockchains.

An Omnichain Fungible Token (OFT) is a cross-chain token standard, pioneered by LayerZero Labs, that enables a single fungible asset to exist natively across multiple, independent blockchains. Unlike traditional bridged assets, which are typically locked on a source chain with a synthetic "wrapped" version minted on a destination chain, an OFT maintains a unified, canonical supply across all supported networks. This is achieved through a burn-and-mint mechanism, where tokens are programmatically destroyed on the source chain and minted on the target chain, ensuring the total circulating supply remains constant and verifiable. The standard is designed to be chain-agnostic, operating on the principle of interoperability protocols like LayerZero's Ultra Light Node (ULN).

The core technical mechanism involves two primary smart contract functions: sendFrom() and lzReceive(). When a user initiates a cross-chain transfer, the sendFrom() function on the source chain burns the specified amount of OFT tokens. An interoperability messaging layer then securely transmits a proof of this burn to the destination chain. Upon verification, the lzReceive() function on the destination chain mints an equivalent amount of the same OFT, delivering it to the intended recipient. This process eliminates the need for third-party custodians or liquidity pools typically required by bridges, reducing counterparty risk and potential points of failure. The state synchronization is managed through validated cross-chain messages, not by locking assets in a central vault.

Key advantages of the OFT standard include unified liquidity, as the asset's supply is not fragmented across chains, and enhanced security, removing bridge-related custodial risks. It also simplifies user experience by providing a single canonical asset identity. Prominent examples include Stargate Finance's STG token and Tether's cross-chain USDT implementation, which utilize the standard. The OFT framework is distinct from, but conceptually related to, the Omnichain Non-Fungible Token (ONFT) standard for NFTs. Its adoption represents a shift towards a more seamless, native multi-chain asset model, moving beyond the limitations and risks associated with traditional bridging solutions.

how-it-works
MECHANISM

How Does an OFT Work?

An Omnichain Fungible Token (OFT) is a cross-chain token standard that enables a single token supply to exist natively across multiple blockchains, secured by a decentralized messaging protocol.

The core mechanism of an OFT is a burn-and-mint or lock-and-mint process facilitated by a cross-chain messaging layer like LayerZero. When a user transfers tokens from Chain A to Chain B, the protocol first destroys, or "burns," the tokens on the source chain. It then sends a cryptographically secured message via the Inter-Blockchain Communication (IBC) protocol to the destination chain, instructing its smart contract to mint an equivalent amount of tokens. This ensures the total circulating supply remains constant across all chains, as tokens are never duplicated, only relocated.

The security and trust model is critical. Instead of relying on centralized bridges with custodial risks, OFT implementations typically use a Decentralized Verifier Network (DVN). This network of independent nodes attests to the validity of the cross-chain message. The destination chain's smart contract will only execute the mint instruction after verifying the message's authenticity and the proof of burn on the source chain. This design minimizes trust assumptions and significantly reduces the attack surface compared to traditional bridge architectures.

From a developer and user perspective, OFTs abstract away cross-chain complexity. A token deployed using the OFT standard appears as a native asset on each supported chain (e.g., Ethereum, Avalanche, Polygon), compatible with that chain's existing wallets, decentralized exchanges (DEXs), and DeFi protocols. Users interact with a familiar ERC-20 or equivalent interface, while the underlying cross-chain messaging happens seamlessly in the background. This native interoperability is a key advantage over wrapped assets, which are separate tokens pegged to the value of an asset on another chain.

The canonical example is Stargate Finance's STG token, one of the first major OFT implementations. Its total supply is distributed across Ethereum, BNB Chain, Avalanche, and other networks. Transferring STG between these chains uses the described burn-and-mint flow via the LayerZero protocol, maintaining a unified supply and liquidity profile. This model is foundational for building omnichain decentralized applications (dApps) where liquidity and user experience are not siloed within a single blockchain ecosystem.

key-features
CORE MECHANICS

Key Features of OFTs

Omnichain Fungible Tokens (OFTs) are a token standard enabling native cross-chain fungibility. Their core features define how value moves securely between blockchains.

01

Native Cross-Chain Transfers

OFTs are natively minted and burned on each connected blockchain. When a user transfers tokens from Chain A to Chain B, the tokens are burned (destroyed) on the source chain and an equivalent amount is minted (created) on the destination chain. This mechanism ensures the total supply across all chains is conserved without relying on locked assets in a bridge.

02

Interoperability via LayerZero

The standard leverages the LayerZero interoperability protocol as its underlying messaging layer. This provides:

  • Authenticated delivery: Guarantees messages are delivered exactly once.
  • Configurable security: Allows developers to choose their preferred Oracle and Relayer services for verification.
  • Gas efficiency: Uses Ultra Light Nodes (ULNs) for cost-effective cross-chain state verification without running full nodes.
03

Programmable Tokenomics

OFTs support cross-chain composability for token logic. Functions like staking, voting, or fee distribution can be executed seamlessly across chains. For example, a user could stake tokens on Ethereum and still participate in governance votes originating on Avalanche, as the token contract logic can interpret cross-chain messages.

04

Decentralized Security Model

Security is not centralized in a single bridge contract. Instead, it relies on the decentralized Oracle and Relayer network chosen for the LayerZero endpoint. This separation of duties and ability to select oracles (like Chainlink) and relayers reduces single points of failure compared to traditional locked-asset bridges.

05

Gas Abstraction & OFT v2

The OFT v2 standard introduced sendAndCall functionality and gas abstraction. This allows:

  • The transaction sender on the source chain to pay for gas needed to mint tokens on the destination chain.
  • Execution of arbitrary logic on the destination chain upon token receipt via a composable callback function, enabling complex cross-chain interactions.
06

Examples & Implementations

Prominent examples of OFTs in use include:

  • Stargate (STG): The governance token of the Stargate bridge, which is itself an OFT.
  • Trader Joe's JOE Token: Migrated to an OFT for omnichain functionality.
  • Tether USD (USDt): Launched an official OFT version for native cross-chain transfers, distinct from its bridged versions.
CORE ARCHITECTURE

OFT vs. Bridged Token: A Comparison

A technical comparison of native omnichain tokens versus canonical and wrapped bridge models.

FeatureNative OFT (LayerZero)Canonical Bridged TokenWrapped (Lock & Mint) Token

Native Asset Type

Single, unified token contract

Representative token on destination chain

Wrapped token on destination chain

Underlying Asset

None (native to the OFT standard)

Locked in a source-chain vault

Locked in a source-chain vault

Sovereignty & Upgradability

Controlled by original deployer

Governed by bridge protocol

Governed by bridge protocol

Cross-Chain State Synchronization

Transfer Mechanism

Burn-and-mint across chains

Lock-and-mint / burn-and-unlock

Lock-and-mint / burn-and-unlock

Security Model

Depends on Oracle/Relayer network (e.g., LayerZero)

Depends on bridge validators

Depends on bridge validators

Typical Fee Structure

Gas + protocol fee

Gas + bridge fee

Gas + bridge fee

Liquidity Fragmentation

technical-components
OMNICHAIN FUNGIBLE TOKEN (OFT)

Core Technical Components

An Omnichain Fungible Token (OFT) is a token standard enabling a single asset to exist natively across multiple blockchains via a canonical representation and a standardized cross-chain messaging protocol.

01

Canonical Token

An OFT system designates one blockchain as the canonical chain where the token's primary contract and total supply are anchored. This creates a single source of truth, preventing supply inflation. Tokens on other chains are wrapped representations of this canonical asset, with their mint/burn operations controlled by the protocol's messaging layer.

02

LayerZero OFT Standard

The most widely adopted implementation, defined by the LayerZero interoperability protocol. It provides a standardized interface (IOFT.sol) for developers. Key functions include:

  • sendFrom(): Locks/burns tokens on the source chain and sends a message.
  • creditTo(): Mints/unlocks tokens on the destination chain upon message verification. This standard abstracts away the underlying cross-chain communication.
03

Cross-Chain Messaging

OFT transfers rely on a secure messaging protocol (like LayerZero) to communicate mint/burn instructions between chains. The process is non-custodial; tokens are burned on the source chain and minted on the destination, with the message proving the burn. This differs from bridging, which typically locks tokens in a custodian contract.

04

Decentralized Verifiers

The security of an OFT transfer depends on the Oracle and Relayer network configured for the messaging layer. These independent entities work together to deliver and verify transaction proofs. Users or dApps can choose their verifier set, allowing for trust customization from ultra-secure (e.g., TSS groups) to more permissionless models.

06

Use Cases & Examples

OFTs enable seamless cross-chain DeFi and payments. Prominent examples include:

  • Stargate Finance (STG): A native OFT used for governance and fees within a cross-chain liquidity protocol.
  • Chainlink (LINK): Migrating to an OFT standard (CCIP) for native cross-chain transfers.
  • Tether (USDT): Deploying a canonical OFT standard version across multiple chains via LayerZero.
ecosystem-usage
OMNICHAIN FUNGIBLE TOKEN (OFT)

Ecosystem Usage & Examples

The OFT standard enables a token to exist natively across multiple blockchains, moving value without traditional bridging. Here are its key applications and implementations.

01

Cross-Chain Stablecoin Transfers

OFTs are ideal for stablecoins like USDC or DAI, allowing users to move value between chains with native gas fees. Instead of locking assets in a bridge contract, the token is burned on the source chain and minted on the destination.

  • Example: A user pays for a transaction on Avalanche using USDC originally held on Ethereum, without manual bridging steps.
  • Benefit: Eliminates bridge-specific liquidity pools and reduces counterparty risk.
02

Governance & Staking Across Ecosystems

Protocols use OFTs to create a unified governance token that holders can use to vote or stake on any supported chain.

  • Mechanism: A user stakes tokens on Polygon to earn rewards, then uses the same token balance on Arbitrum to vote on a governance proposal, with the total supply synchronized.
  • Advantage: Unifies community and voting power across a multi-chain DAO, preventing fragmentation.
04

Omnichain DeFi Compositions

OFTs enable complex DeFi strategies that leverage the best yields or liquidity across different chains atomically.

  • Use Case: A yield aggregator can programmatically move a user's OFT-denominated capital from a lending pool on Optimism to a farm on BNB Chain in a single transaction.
  • Result: Enables true omnichain money legos, where composability is not limited to a single virtual machine.
05

Contrast with Bridged Tokens

It's critical to distinguish OFTs from bridged or wrapped tokens.

  • Bridged Token (e.g., USDC.e): A canonical token locked in a bridge vault, with a synthetic representation minted on another chain. Creates liquidity silos.
  • OFT: A single native token contract on each chain, with a synchronized supply. The asset itself moves, creating a unified liquidity pool.
  • User Experience: OFTs appear as the same contract address on every chain, while bridged tokens have different addresses.
security-considerations
OMNICHAIN FUNGIBLE TOKEN (OFT)

Security Considerations & Risks

While OFT standards enable seamless cross-chain value transfer, they introduce a distinct set of security models and attack vectors that differ from single-chain tokens.

01

Bridge & Validator Risk

The security of an OFT is often contingent on the underlying message-passing layer (e.g., LayerZero, Axelar, Wormhole). This introduces bridge risk, where the security of the entire cross-chain token system is delegated to a set of external validators or oracles. A compromise of this layer could lead to the minting of illegitimate tokens on a destination chain. Key considerations include:

  • Validator Set Security: Is it permissioned or permissionless?
  • Economic Security: What is the cost to attack the consensus mechanism?
  • Code Audits: Has the underlying protocol been rigorously reviewed?
02

Canonical Token vs. Wrapped Mint/Burn

OFT implementations use two primary security models. A canonical token (native OFT) exists on one canonical chain, with representative tokens on others, centralizing mint/burn logic. A wrapped mint/burn model (like OFT v2) deploys independent token contracts on each chain, burning on the source and minting on the destination. The canonical model presents a single point of failure on the home chain, while the mint/burn model distributes risk but requires impeccable synchronization to prevent double-spending or minting failures.

03

Cross-Chain Transaction Replay

A critical risk is the replay attack, where a valid, signed message authorizing a cross-chain transfer is intercepted and rebroadcast to the same or a different chain, potentially draining funds. OFT standards and underlying protocols must implement robust nonce mechanisms and chain-specific domain separation to ensure every message is uniquely bound to a specific transaction on a specific destination chain. Without this, a user's signature could be maliciously reused.

04

Liquidity & Slippage in Native Swaps

Some OFT standards (e.g., LayerZero's OFT v2) integrate a Uniswap V3 swap on the destination chain as part of the transfer. This exposes users to DeFi-specific risks:

  • Slippage: Large transfers may incur significant price impact on the destination DEX pool.
  • Liquidity Risk: The required pool may have insufficient depth, causing the transaction to fail or execute at a very poor rate.
  • Third-Party Contract Risk: The security of the swap depends on the DEX router contract, adding another potential attack vector.
05

Upgradability & Admin Key Risk

Many OFT token contracts and the underlying cross-chain messaging contracts are upgradeable, controlled by a proxy admin or multi-sig. This creates centralization risk where the entity controlling the upgrade keys could:

  • Pause all cross-chain functions.
  • Change fee structures.
  • Redirect funds or mint arbitrary tokens in a worst-case scenario. Users must audit the timelock and governance mechanisms (if any) surrounding these admin capabilities.
06

Gas & Execution Griefing

Cross-chain transactions are multi-step processes vulnerable to execution griefing. On the destination chain, the final mint or swap step must be executed, typically by a relayer or the user themselves. This can be exploited by:

  • Gas Price Manipulation: An attacker could spam the network to raise gas costs, making the claiming transaction economically non-viable.
  • Front-running: In swap-enabled transfers, MEV bots may front-run the destination swap. Protocols mitigate this with execution incentives and gas price guarantees, but these are not risk-free.
DEBUNKED

Common Misconceptions About OFTs

Omnichain Fungible Tokens (OFTs) are a foundational standard for cross-chain asset transfers, but several persistent myths obscure their true mechanics and limitations. This section clarifies the most frequent misunderstandings.

No, OFTs and traditional bridged tokens are fundamentally different in their architecture and trust model. An Omnichain Fungible Token (OFT) is a native token standard (like LayerZero's OFT or Axelar's Interchain Token Service) where a single canonical token contract exists on multiple chains, and a validated messaging protocol facilitates the burning and minting of tokens cross-chain. In contrast, a bridged token (like a canonical or wrapped asset) typically involves locking the original asset in a vault on a source chain and minting a new, synthetic representation on a destination chain, which is a distinct token contract. OFTs aim for a unified, canonical representation across all supported networks.

OMNICHAIN FUNGIBLE TOKEN (OFT)

Frequently Asked Questions (FAQ)

Common questions about the LayerZero OFT standard, a protocol for native cross-chain token transfers.

An Omnichain Fungible Token (OFT) is a token standard, pioneered by LayerZero, that enables a single token to exist natively across multiple blockchains without relying on wrapped asset bridges. It works by deploying token contracts on each supported chain that are linked via the LayerZero protocol, allowing tokens to be burned on the source chain and minted on the destination chain in a single atomic transaction. This eliminates the need for locked liquidity pools or canonical bridges, providing a unified, native cross-chain experience for users and developers.

ENQUIRY

Get In Touch
today.

Our experts will offer a free quote and a 30min call to discuss your project.

NDA Protected
24h Response
Directly to Engineering Team
10+
Protocols Shipped
$20M+
TVL Overall
NDA Protected Directly to Engineering Team