Skip to main content
Example: Launch token with name, symbol, and image

Example: Launch token with name, symbol, and image

This processor enables you to launch tokens on bonk.fun in just a few seconds. Simply enter the token name, symbol, and image URL, and your token will be launched immediately. Our bot supports creators purchasing tokens within the same transaction hash as the token launch transaction. When launching tokens through this processor, token address will end with …bonk This processor can be combined with other processors such as Agent processor to build workflows. For example: use the OpenAI model to generate the token name and symbol, then create the token logo using OpenAI’s image generation model, and finally use this data to launch the token.

Configuration fields

FieldRequiredDescription
Variable to save transaction hashYesVariable to store the transaction hash
Variable to save token addressYesVariable to store the token address
Private keyYesThe private key of the wallet to use for launching the token. Default: {WALLET_PRIVATE_KEY}
Node endpoint groupYesSelect the node endpoint group to use for this transaction
Launch currencyYesSelect the currency to use for launching (SOL or USD1)
Token nameYesThe name of the token
Token symbolYesThe symbol of the token
Logo URLYesURL of the token logo (supports https:// or local file paths)
DescriptionNoDescription of the token
TwitterNoTwitter link for the token
TelegramNoTelegram link for the token
WebsiteNoWebsite link for the token
Initial buy amount (SOL)NoAmount of SOL to buy the token with in the same transaction
SlippageNoSlippage tolerance percentage
Compute unit limitNoMaximum compute units for the transaction (default: 250000)
Compute unit price (microlamports)NoPrice per compute unit in microlamports (default: 100)