zerion-monad-addresses
Installation
SKILL.md
Monad Addresses
Purpose: Provide a canonical, verified-on-the-spot reference for Monad mainnet contract addresses so an agent can pass explicit 0x… token addresses to zerion swap / bridge / send (the documented "prefer the explicit address when the symbol is ambiguous" path) and to zerion sign-typed-data for Permit2 flows.
Monad chain ID: 143
Monad chain name (Zerion CLI): monad
⚠️ Always verify the address on a Monad explorer (
monadscan.com) before sending value. A wrong address loses funds. The verification recipe below is one bash line.
Key Commands
zerion swap monad <amount> <0x-from> <0x-to>— same-chain swap on Monad with explicit token addresseszerion bridge <chain> <token> <amount> monad <0x-to>— bridge into Monad targeting a token by addresszerion send <0x-token-or-symbol> <amount> --to <0x...> --chain monad— ERC-20 transfer on Monadzerion sign-typed-data --file permit.json --chain monad— sign a Permit2 EIP-712 message against the canonical Permit2 deploymentcast code <addr> --rpc-url https://rpc.monad.xyz— verify a contract has bytecode on Monad mainnet (Foundry)