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 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 in one reference. - Deployment Patterns: Covers wagmi/viem frontend setup, Foundry smart contract deployment, and Circle's pre-audited contract templates (ERC-20, ERC-721, ERC-1155). - Security Guardrails: Enforces rules against hardcoding private keys and clarifies the 18-decimal native gas vs 6-decimal ERC-20 USDC distinction. - Use Case: An agent building a payment streaming app can configure wagmi with arcTestnet, fund a wallet from the Circle faucet, and deploy a Solidity contract to Arc Testnet with correct gas handling. ## Quick Start Ask the AI to configure a wagmi project for Arc Testnet and deploy a Solidity contract using the Arc RPC endpoint and a funded testnet wallet.