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, and Foundry/Hardhat deployment setups. - Bridging Workflows: Step-by-step PoS bridge deposits/withdrawals and zkEVM LxLy bridge asset transfers with claim proof retrieval via bridge APIs. - POL Token Operations: MATIC-to-POL migration, ValidatorShare staking, reward claiming, and restaking with viem code examples. - Use Case: Deploy a Solidity contract to Polygon zkEVM, bridge ETH from Ethereum mainnet via the LxLy bridge, and monitor the transaction until it reaches consolidated finality — all using the provided templates and verified contract addresses. ## Quick Start Ask the agent to deploy a contract to Polygon PoS using Foundry and verify it on Polygonscan with the provided RPC endpoints and configuration.