Caution about feature status: Native Mint/Burn ships with ArbOS 41. We expect it to be included in the next ArbOS release, but disabled by default. Our team will be unable to provide extensive technical support for this feature with ArbOS 41. We recommend teams to wait for the next ArbOS release to use this feature for a more stable release.
Arbitrum chains are designed to “lock and mint” the native gas token in the canonical bridge. This process ensures the child representation of the gas token is always backed by the parent chain's gas token, locked in the canonical bridge.
This "lock and mint" pattern is not compatible with an emerging category of "native interop tokens." These tokens rely on cross-chain messaging layers to facilitate a "burn and mint" approach to cross-chain bridging, meaning the representative asset is burned on the source chain and minted on the destination chain. Examples of tokens with this pattern include: LayerZero OFTs, the xERC-20 standard, or stablecoins such as Circle’s USDC (possible with Circle-supplied adapter).
ArbOS 41 introduces the ability for native-interop tokens to work seamlessly as the gas token of an Arbitrum chain. This feature allows a chain owner (ArbOwner) to manage:
Important note: The Native Mint/Burn feature permits mint & burn capability of the rollup’s native gas token by a permissioned address on the rollup. It does not provide a solution for cross-chain interoperability and is not a replacement for 3rd-party omni-chain gas token products provided by partners such as LayerZero or Hyperlane. The table below helps to clarify the components needed to enable the use cases below.
| Component | Maintainer | Role/purpose |
|---|---|---|
| ArbOS/Nitro (consensus-v41) | Offchain Labs | - Precompile ArbNativeTokenManager |
mintNativeToken / burnNativeToken on L2Notes: