What problem does it solve? AI agents frequently produce incorrect Wormhole integrations: confusing NTT with the legacy Token Bridge, mixing up Wormhole chain IDs with EVM chain IDs, hardcoding guardian sets, and forgetting that publishMessage() only emits an event without delivering it. This Skill provides verified contract addresses, correct chain ID mappings, and working code patterns for cross-chain messaging and token transfers. ## Core Features & Use Cases - Cross-Chain Messaging: Publish messages via the Core Bridge, fetch signed VAAs from the Guardian network, and verify them on destination chains with replay protection. - NTT (Native Token Transfers): Deploy burn/mint canonical token transfers with NttManager, Transceiver setup, peer registration, and rate limiting across Ethereum, Arbitrum, Base, Optimism, and Solana. - Wormhole Queries & Standard Relayer: Execute gas-free cross-chain reads via Guardian-signed queries and automate VAA delivery with the Standard Relayer. - Use Case: Deploy an ERC-20 token on Ethereum and Arbitrum, configure NTT peers bidirectionally, set rate limits, and execute a test transfer that burns tokens on Ethereum and mints them natively on Arbitrum. ## Quick Start Ask the agent to send a cross-chain message from Ethereum to Arbitrum using the Wormhole Core Bridge and verify the resulting VAA on the destination chain.