configurator

Automate CCA smart contract parameter configuration for token launch workflows.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/lynnmeanslight/thahtay --skill configurator-lynnmeanslight
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: configurator
Source: https://github.com/lynnmeanslight/thahtay/tree/main/.agents/skills/configurator
Command: npx skills add https://github.com/lynnmeanslight/thahtay --skill configurator-lynnmeanslight

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually configuring Continuous Clearing Auction (CCA) smart contract parameters requires complex fixed-point math, precise block timeline calculations, and custom supply schedule design, which is error-prone and time-consuming for teams launching token auctions.

Core Features & Use Cases

  • Guided Interactive Configuration: Collects all required auction parameters in batched, user-friendly prompts to minimize interaction rounds.
  • Automated Validation & Math: Automatically calculates Q96 pricing, block timelines, and tick spacing, with built-in checks to catch errors like misaligned floor prices.
  • Supply Schedule Integration: Generates optimized convex distribution supply schedules for token issuance, with support for custom or pre-generated schedules. Use Case: A team launching a new token on Unichain can use this skill to collect all required auction parameters, generate an optimized supply schedule, and receive a validated JSON configuration ready for on-chain deployment.

Quick Start

Use the configurator skill to configure all parameters for your new CCA token auction and generate a ready-to-deploy JSON configuration file.

Frequently Asked Questions about configurator

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

FAQPage Schema
How do I configure CCA auction parameters for a token launch?

To configure CCA auction parameters, use a guided interactive tool that collects required inputs in batched prompts and generates a validated JSON configuration ready for on-chain deployment. This automates complex fixed-point math and block timeline calculations.

What is Q96 pricing calculation in Continuous Clearing Auctions?

Q96 pricing calculation in Continuous Clearing Auctions is an automated fixed-point math process for determining tick spacing and floor prices. It ensures precise parameter alignment without requiring manual computation from token teams.

Can I deploy a CCA smart contract on Base or Arbitrum?

Yes, you can deploy a CCA smart contract on Base or Arbitrum. The configuration process supports EVM networks including Ethereum, Unichain, Base, and Arbitrum, generating validated parameters tailored for cross-chain token auction workflows.

How do I generate a supply schedule for a Web3 token auction?

To generate a supply schedule for a Web3 token auction, interactive configuration tools create optimized convex distribution schedules for token issuance. You can also integrate pre-generated custom schedules directly into the final deployment JSON.

Why does my CCA auction floor price validation keep failing?

CCA auction floor price validation fails when manual parameter inputs are mathematically misaligned. Utilizing automated validation checks during configuration catches these errors early by standardizing Q96 calculations and tick spacing.