An omnichain token that moves natively across chains via LayerZero V2 OFT — one token, many chains.
Most cross-chain tokens rely on a wrapped-asset bridge: you lock the token on one chain and mint a wrapped IOU on another, which adds a bridge contract as a second point of failure. This preset implements LayerZero V2's OFT (Omnichain Fungible Token) standard instead, so the same token moves natively between chains — burning on the source chain and minting on the destination, with the total supply staying consistent. You deploy on Ethereum and EVM-compatible chains today and connect peers across the chains you want the token to travel between.
OFT carries the bridging logic in the token itself, so there is no separate wrapped asset and no third-party bridge custodian holding your liquidity. Mint and burn let you manage supply and are what the bridge mechanism uses under the hood — a transfer burns on the source and mints on the destination. Pause is the emergency brake if something goes wrong during a cross-chain operation. Source code is included so you can review exactly how the OFT peers are wired before you deploy.
It implements LayerZero V2's OFT (Omnichain Fungible Token) standard, so the same token moves natively between supported chains without a wrapped or locked-asset bridge.
The bridgeable preset deploys on Ethereum and EVM-compatible chains today. You connect peers across the chains you want the token to travel between.
Yes. The preset includes mint and burn, so you manage supply — bridging burns on the source chain and mints on the destination, keeping the total consistent.