What problem does it solve? AI agents often have stale or incorrect knowledge about the Polygon ecosystem — confusing PoS with zkEVM, using deprecated MATIC references instead of POL, or hallucinating contract addresses. This Skill provides verified chain configurations, contract addresses, bridge workflows, and zkEVM-specific patterns so agents can build on Polygon without costly mistakes. ## Core Features & Use Cases - Dual-Chain Development: Complete configuration for Polygon PoS (chain ID 137) and zkEVM (chain ID 1101), including RPC endpoints, explorers, testnets (Amoy, Cardona), and Foundry/Hardhat deployment setups. - Bridging Workflows: Step-by-step PoS bridge deposits/withdrawals via RootChainManager and zkEVM LxLy bridge asset transfers with Merkle proof claiming, plus bridge monitoring via official APIs. - POL Token Operations: MATIC-to-POL migration, ValidatorShare staking delegation, reward claiming, and restaking with verified contract addresses. - Use Case: Deploy a Solidity contract to both Polygon PoS and zkEVM, bridge USDC from Ethereum to zkEVM, and monitor the claim status — all using the provided viem templates and verified addresses. ## Quick Start Ask the agent to deploy a contract to Polygon PoS and zkEVM using the provided Foundry commands and viem client template.