configurator

Configure CCA smart contract parameters for EVM token auctions.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/PSFREQUENCY/silopolis --skill configurator-psfrequency
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: configurator
Source: https://github.com/PSFREQUENCY/silopolis/tree/main/.agents/skills/configurator
Command: npx skills add https://github.com/PSFREQUENCY/silopolis --skill configurator-psfrequency

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configuring Continuous Clearing Auction (CCA) smart contracts for token launches requires complex fixed-point Q96 math, precise block timeline calculations, and supply schedule generation, all of which are error-prone when done manually. This Skill automates the entire configuration workflow to eliminate costly mistakes and reduce setup time from hours to minutes.

Core Features & Use Cases

  • Interactive Bulk Form Flow: Collects all required parameters in as few as 4 input rounds using guided prompts, minimizing user effort.
  • Automatic Complex Calculations: Handles Q96 price formatting, decimal adjustments for different token currencies, tick spacing alignment, and block timeline calculations across 6 supported EVM networks.
  • Integrated Supply Schedule Generation: Creates convex curve supply schedules via built-in MCP tools or fallback algorithms, with automatic encoding for onchain deployment.
  • Use Case: A DeFi founder launching a new token can use this Skill to configure a fair, transparent CCA auction on Base or Ethereum Mainnet in minutes, with all parameters validated for onchain deployment.

Quick Start

Use the configurator skill to set up a new CCA auction for your ERC-20 token on Unichain Mainnet.

Frequently Asked Questions about configurator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure a Continuous Clearing Auction for an ERC-20 token launch?

To configure a Continuous Clearing Auction for an ERC-20 token launch, you input parameters like auction duration, pricing, and supply schedules into an interactive bulk form that automatically validates settings for onchain deployment.

What are Continuous Clearing Auctions and how do their supply schedules work?

Continuous Clearing Auctions are smart contracts for fair token distribution that use convex curve supply schedules to manage pricing and token release over a specific duration without requiring manual fixed-point math.

Can I deploy a CCA smart contract on Arbitrum, Base, and other EVM chains?

Yes, CCA smart contract configuration supports multi-chain deployment across Ethereum, Unichain, Base, Arbitrum, and Sepolia, automatically aligning block timeline calculations and tick spacing for each specific network.

Why does configuring token launch auctions require Q96 fixed-point price calculations?

Configuring token launch auctions requires Q96 fixed-point price calculations to ensure precise decimal adjustments and tick spacing alignment for different currency tokens, preventing costly mathematical errors during onchain deployment.

What's the best way to generate a supply schedule for a DeFi token auction?

The best way to generate a supply schedule for a DeFi token auction is using built-in tools that automatically create convex curves and encode the schedule for onchain deployment, reducing setup time from hours to minutes.

Do I need to manually calculate block timelines for multi-chain token auctions?

No, you do not need to manually calculate block timelines for multi-chain token auctions because the configuration process automatically handles block timeline calculations and decimal adjustments across all six supported EVM networks.