What problem does it solve? Developers building USDC-first payment or DeFi applications need correct network configuration, token addresses, and deployment patterns for Arc, Circle's EVM-compatible blockchain where USDC is the native gas token, without hunting through scattered documentation. ## Core Features & Use Cases - Network Configuration: Provides Arc Testnet chain ID (5042002), RPC endpoints, explorer, faucet, and CCTP domain for immediate setup with wagmi, viem, Foundry, or Hardhat. - Deployment Patterns: Includes ready-to-use patterns for React frontends, Foundry smart contract deployment, Circle's pre-audited contract templates, and bridging USDC via CCTP. - Use Case: A developer building a USDC payment app uses this Skill to configure wagmi with arcTestnet, fund a wallet from the Circle faucet, and deploy a Solidity contract to Arc Testnet with correct 18-decimal gas handling. ## Quick Start Set up a wagmi config for Arc Testnet and deploy my Solidity contract to Arc using Foundry with USDC gas.