create-token
Generate and deploy a new token on the Pump.fun platform using Solana. Specify name, symbol, description, and initial buy amount to launch your token.
Instructions
Create a new Pump.fun token
Input Schema
Name | Required | Description | Default |
---|---|---|---|
accountName | No | Name of the account to use (will be created if it doesn't exist) | default |
description | Yes | Token description | |
imageUrl | No | URL to token image (optional) | |
initialBuyAmount | Yes | Initial buy amount in SOL | |
name | Yes | Token name | |
symbol | Yes | Token symbol |