configurator

Configure CCA smart contract parameters for EVM token launches.

Updated May 2, 2026
One-click install
npx skills add https://github.com/nickthelegend/obolus-expo-app --skill configurator-nickthelegend
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: configurator
Source: https://github.com/nickthelegend/obolus-expo-app/tree/main/.agents/skills/configurator
Command: npx skills add https://github.com/nickthelegend/obolus-expo-app --skill configurator-nickthelegend

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the complex, error-prone manual work of configuring Continuous Clearing Auction (CCA) smart contract parameters for token launches, ensuring all values are correctly calculated and validated for secure onchain deployment.

Core Features & Use Cases

  • Interactive Bulk Configuration: Guides users through all required CCA parameters (network selection, token details, pricing, timing, recipients) in minimal interaction rounds using structured prompts.
  • Automated Math & Validation: Handles Q96 fixed-point pricing calculations, block timeline derivation, floor price divisibility checks, and supply schedule generation to prevent configuration errors.
  • Use Case: A Web3 token launch team can use this skill to fully configure a CCA auction for a new ERC20 token on Base, including setting floor prices, tick spacing, and supply release schedules without manually assembling Solidity structs.

Quick Start

Use the configurator skill to set up all required parameters for your CCA token auction on your target EVM network.

Frequently Asked Questions about configurator

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

FAQPage Schema
How do I configure CCA token auction parameters for an EVM smart contract deployment?

Configuring CCA token auction parameters involves a guided flow that collects network selection, token details, pricing, timing, and supply schedules. It automatically handles Q96 fixed-point pricing calculations and block timeline derivation for EVM-compatible deployment.

What is a Continuous Clearing Auction and when do I need it for a Web3 token launch?

A Continuous Clearing Auction (CCA) is a mechanism for fair and transparent token distribution. You need a CCA during Web3 token launches when requiring structured setup of auction timing, floor prices, tick spacing, and supply release schedules across EVM-compatible networks.

How do I calculate Q96 fixed-point pricing and generate supply schedules for a CCA auction?

Calculating Q96 fixed-point pricing and generating supply schedules is automated during the CCA configuration process. The interactive flow handles mathematical derivations, block timeline generation, and floor price divisibility checks to prevent manual configuration errors.

Can I use the configurator skill to set up a CCA auction on Base for an ERC20 token?

Yes, you can configure a CCA auction on Base for an ERC20 token. The skill supports EVM-compatible networks and guides you through setting floor prices, tick spacing, and supply release schedules without manually assembling Solidity structs.

Why does my CCA token auction configuration fail floor price divisibility checks?

Floor price divisibility checks fail when manually inputted values do not align with the required Q96 fixed-point math and tick spacing constraints. Using an automated configuration flow prevents these errors by validating parameters before output generation.