What problem does it solve? Managing smart contract lifecycles across multiple blockchains requires juggling deployment tooling, wallet infrastructure, ABI interactions, and event monitoring. This Skill consolidates those workflows into Circle's Smart Contract Platform APIs, so you can deploy contracts, execute on-chain calls, and track events without building custom infrastructure. ## Core Features & Use Cases - Contract Deployment: Deploy from raw bytecode or audited templates for ERC-20, ERC-721, ERC-1155, and airdrop contracts across chains like Ethereum, Base, Polygon, and Arc. - ABI-Based Interaction: Run read queries via the SCP client and write transactions via Developer-Controlled Wallets with proper transaction state tracking. - Event Monitoring: Register webhook subscriptions for contract events and retrieve historical logs. - Use Case: Launch an ERC-20 loyalty token on Base Sepolia by deploying the audited Token template, then mint initial supply through a wallet execution transaction and monitor Transfer events via webhook. ## Quick Start Ask the AI to deploy an ERC-20 token contract on Arc Testnet using the Circle Smart Contract Platform template with your configured API key and entity secret.