What problem does it solve? AI agents frequently produce incorrect Hyperlane integrations — confusing Warp Routes with generic bridges, mishandling bytes32 address padding, skipping interchain gas payment, or misunderstanding ISM security models. This Skill provides verified contract addresses, correct V3 SDK patterns, and security configuration guidance so cross-chain messaging code works on the first attempt. ## Core Features & Use Cases - Cross-Chain Messaging: Dispatch and receive messages via the Mailbox contract with correct quoteDispatch() fee estimation, bytes32 address conversion, and IMessageRecipient.handle() implementation. - Warp Route Token Bridging: Deploy collateral/synthetic Warp Routes and execute transferRemote() bridging between chains like Ethereum and Arbitrum. - Custom Security Modules: Configure MultisigISM, RoutingISM, and AggregationISM via factory contracts for sovereign control over message verification. - Interchain Accounts: Execute batched remote transactions on destination chains through deterministic ICA addresses. - Use Case: You need to send a governance instruction from Ethereum to a contract on Arbitrum. The Skill guides you to quote the interchain gas fee, dispatch the message with proper encoding, and verify delivery via the Hyperlane Explorer. ## Quick Start Ask the agent to send a Hyperlane message from Ethereum to Arbitrum using the Mailbox contract, including gas fee quoting and recipient address padding.