What problem does it solve? Developers building USDC-first payment or DeFi applications need correct network configuration, token addresses, and gas-handling rules for Arc, Circle's blockchain where USDC is the native gas token, and mistakes like double-counting balances or targeting mainnet cause real bugs. ## Core Features & Use Cases - Network Configuration: Provides Arc Testnet chain ID, RPC endpoints, explorer, faucet, and CCTP domain for immediate setup with wagmi, viem, Foundry, or Hardhat. - Dual USDC Balance Model Guidance: Explains the native (18-decimal) versus ERC-20 (6-decimal) views of the same USDC pool and rules to avoid double-counting or invalid conversions. - Deployment & Bridging Patterns: Covers Foundry contract deployment, Circle's pre-audited contract templates, and bridging USDC to Arc via CCTP. - Use Case: A developer building a USDC payment app configures wagmi with arcTestnet, funds a wallet from the Circle faucet, deploys a Solidity contract with Foundry, and bridges USDC via CCTP domain 26. ## Quick Start Ask the AI to set up a wagmi frontend connected to Arc Testnet and deploy a sample Solidity contract using the Arc RPC endpoint and a faucet-funded wallet.