agentscoin_create_coin
Deploy an ERC-20 token on AgentsCoin by passing a name and symbol, with optional supply and deployer key; returns the new token contract address.
Instructions
Deploy a new token (ERC-20) on AgentsCoin. Returns the token address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | token name | |
| supply | No | total supply, default 1000000000 | |
| symbol | Yes | token symbol | |
| privateKey | No | deployer key; omit to use your saved wallet |