create_token
Launch a reflection token on DumbMoney with Token-2022 fees. Supply image via URL, base64, or DALL-E; server handles metadata and deployment.
Instructions
Launch a new reflection token on DumbMoney. Creates the token on-chain with Token-2022 transfer fees. Requires DUMBMONEY_API_KEY to be set. The server handles image upload, metadata, and on-chain creation. Provide one of: image_url (existing URL), image_base64 (raw image), or dalle_prompt (AI-generated image).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Token name (max 32 chars) | |
| symbol | Yes | Token ticker symbol (max 10 chars) | |
| burn_bps | No | Burn fee in basis points (default 100 = 1%) | |
| image_url | No | Existing image URL to use for the token | |
| description | No | Token description | |
| dalle_prompt | No | DALL-E prompt to generate token image | |
| image_base64 | No | Base64-encoded image data (max 5MB) | |
| reflection_bps | No | Reflection fee in basis points (default 500 = 5%) | |
| creator_fee_bps | No | Creator fee in basis points (default 100 = 1%) | |
| creator_reflection_bps | No | Creator reflection share in basis points (default 100) |