What problem does it solve? AI agents frequently confuse LayerZero V1 and V2 architectures, hallucinate contract addresses, misuse chain IDs instead of endpoint IDs, and misconfigure peers or fees — causing reverted transactions and failed cross-chain messages. This Skill provides verified V2 contract addresses, correct OApp/OFT patterns, and debugging workflows for building reliable omnichain applications. ## Core Features & Use Cases - OApp Development: Complete patterns for sending and receiving cross-chain messages via _lzSend/_lzReceive, including fee quoting, message options, and composed messages. - OFT & OFTAdapter Deployment: Deploy new Omnichain Fungible Tokens or wrap existing ERC-20s for cross-chain transfers, with shared decimals handling and rate limiting examples. - DVN Security Configuration: Configure required and optional Decentralized Verifier Networks per pathway with verified addresses for LayerZero Labs, Google Cloud, Polyhedra, and Animoca DVNs. - Use Case: Deploy an OFTAdapter on Ethereum for an existing ERC-20 and an OFT on Arbitrum, set peers bidirectionally, configure a 1-required + 1-of-2-optional DVN stack, and send tokens cross-chain with correct fee quoting. ## Quick Start Ask the agent to deploy a LayerZero V2 OApp on Ethereum and Arbitrum with bidirectional peers and send a test cross-chain message.