fee_selection: "frenzy" — a mode that doubles the bonding curve fees and places your token on the Frenzy leaderboard for increased visibility.
What you need:
- A Swarms API key (get one here)
- A Solana wallet private key with at least 0.04 SOL for transaction fees
What is Frenzy mode?
Settingfee_selection: "frenzy" routes your token launch through a 2× fee Jupiter API key. This:
- Doubles the bonding curve fees collected from traders
- Lists your token on the Frenzy leaderboard, giving it prominent placement for users browsing high-activity tokens
- Has no effect on the token creation cost you pay (still ~0.04 SOL)
"SOL"(default) — SOL-denominated bonding curve"USDC"— USDC-denominated bonding curve
Quickstart
With a USDC-denominated bonding curve
Pass"quote_mint": "USDC" to price the bonding curve in USDC instead of SOL. The default market cap targets shift to initialMarketCap: 4000 USDC and migrationMarketCap: 9000 USDC.
With an image
You can attach an agent icon. Pass an image URL, a base64 data URL, or upload a raw file via multipart.Success response
Common errors
Insufficient SOL (400): The creator wallet needs at least 0.04 SOL.See also
- Token Launch API — Full parameter reference.
- Token Launch Batch API — Launch up to 50 tokens in one request.
- API Keys — Create and manage your API key.