Tokenomics Editor
The Tokenomics Editor enables projects to visually define and manage the distribution of their token supply. It integrates directly with the Launchpad and AI Builder for seamless configuration and preview of token allocations.
Overview
The Tokenomics Editor provides an interactive modal that allows users to:
Define total supply
Create multiple allocation segments (e.g., Team, Treasury, Community)
Assign percentage-based or fixed-amount allocations
Set custom labels, colors, and metadata
(Future) Attach vesting logic per segment
🛠️ How It Works
Accessing the Editor
Triggered from a “Tokenomics” button in the Launchpad
Opens as a modal overlay
Configuring Segments
Each segment includes:
Allocation name
% of total or exact token amount
Optional description
(Soon) vesting options per allocation
Live Visualization
Updates a live pie chart
Hovering reveals allocation details
Responsive design for mobile/tablet
Integration
Tokenomics data is passed back into the Launchpad
Included as metadata in AI prompt context
Option to export as JSON (coming soon)
Example Use Case
Team
20%
12-month vesting
Treasury
30%
Locked for DAO decisions
Public
40%
Unlocked on TGE
Advisors
10%
6-month cliff
AI-Aware
If using AI prompt generation, tokenomics data may influence:
Supply logic in smart contracts
Vesting and reward structures
Token metadata
UX Considerations
Auto-validates percentage total = 100%
Responsive to changes in token name/symbol
Data saved in session/local state
Last updated