Use this file to discover all available pages before exploring further.
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:
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.
Insufficient SOL (400): The creator wallet needs at least 0.04 SOL.
{ "error": "Insufficient SOL balance", "message": "Token launch requires at least 0.04 SOL in the creator wallet. Your balance is 0.0029 SOL. Please add SOL and try again.", "required_sol": 0.04, "current_balance_sol": 0.0029, "status_code": 400}
Invalid API key (401):
{ "error": "Authentication failed", "message": "Invalid or missing API key. Please check your API key and try again.", "how_to_get_key": "https://swarms.world/platform/api-keys", "status_code": 401}