request_launch_token
Request a token launch on Base Mainnet via Clanker (MCP-exclusive launchpad). Requires a 0.01 ETH creator buy-in: the ETH buys the newly launched token and distributes it to all $GITBANK holders. Returns a confirm_code and payment instructions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | X/Twitter profile URL | |
| link | No | Project website URL | |
| logo | No | Token logo image URL | |
| name | Yes | Full token name | |
| symbol | Yes | Token ticker symbol (2-10 chars, uppercase) | |
| ai_client | No | Name of the AI assistant calling this tool (e.g. claude, chatgpt, grok, kimi, gemini). Used in the auto-tweet after launch. | |
| description | Yes | Short token description | |
| creator_wallet | Yes | Creator's Ethereum wallet address (0x...) on Base Mainnet — must send 0.01 ETH from this address to the treasury before confirming | |
| github_username | Yes | GitHub username of the launcher |