thryx_launch
Launch a new ERC-20 token on Base without paying gas fees. Provide name, symbol, and image; the tool returns token address and transaction hash.
Instructions
Launch a new token on Base (gasless). The platform pays gas via paymaster. Returns tokenAddress + txHash. Requires THRYX_API_KEY. Image required (public URL or data: URL).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name, e.g. "My Agent Coin". | |
| image | Yes | Image URL (https:// public URL) or data: URL. PNG/JPEG/GIF/WebP, under 400KB. | |
| symbol | Yes | Ticker, 1–12 chars, will be uppercased. | |
| article | No | Optional long-form article body, max ~10K chars. | |
| No | |||
| website | No | ||
| telegram | No | ||
| description | No |