ERC-7802 is an Ethereum standard for cross-chain tokens. It defines methods like crosschainMint
and crosschainBurn
, allowing tokens to move seamlessly across blockchains. It’s bridge-agnostic, meaning any compatible bridge can use it without token contract changes. Optimism’s SuperchainERC20 is a practical implementation.