What problem does it solve?
This Skill eliminates the error-prone, manual work of deploying Continuous Clearing Auction (CCA) smart contracts, handling configuration validation, parameter confirmation, and deterministic address generation across multiple EVM networks.
Core Features & Use Cases
- Guided Safe Deployment: Walks users through the full deployment workflow with mandatory educational disclaimers, input validation, and per-command approval prompts to prevent accidental mainnet losses.
- Configuration Validation: Automatically checks auction parameters against all required rules (valid block sequences, floor price alignment, address format, supply bounds) to catch errors before broadcasting transactions.
- Cross-Chain Consistency: Uses the Factory pattern with CREATE2 to generate deterministic auction addresses across supported EVM networks including Ethereum, Base, Arbitrum, and Unichain.
- Use Case: A token launch team can use this Skill to deploy a CCA auction for their new token on Base Sepolia for testing, validate all parameters, then redeploy to Base mainnet with confidence that the contract address and configuration are correct.
Quick Start
Use the deployer skill to deploy a new CCA auction contract for your token on the Base network using your pre-validated auction configuration.