Basic Token Parameters
The AI agent accepts the following token parameters:| Parameter | Description |
|---|---|
name | The full display name of the token |
symbol | The ticker symbol (e.g., MYT, USDT) |
supply | Total supply to be minted |
decimals | Decimal precision (default is 18) |
mintable | (Optional) Whether the token can be minted |
burnable | (Optional) Whether the token can be burned |
taxes | (Optional) Transfer tax settings |
Example Commands
- Parse the input
- Confirm token configuration with you
- Generate a verified ERC-20 smart contract
- Estimate gas and deploy it
- Return the token address and explorer link
Token Types
Standard ERC-20
- Fixed supply
- No extra logic
Advanced Tokens (optional)
- Mintable
- Burnable
- Taxable (e.g., 1% on transfer)
- Ownership controls
Token features are optional and can be enabled via command.
Deployment Flow
- User sends token creation command
- Agent parses and validates parameters
- Smart contract is generated
- User confirms and pays gas
- Token is deployed to selected network
- Address and metadata are returned
Deployment Output Example
Fees
- Users must cover network gas fees
- Token creation service is free during beta (subject to change)
- Optional features (e.g. audit, verification) may incur additional charges in future versions