Skip to main content
This guide walks through launching a tokenized agent with 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?

Setting fee_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)
You can combine Frenzy mode with either quote mint:
  • "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.
Invalid API key (401):

See also