Frenzy Mode is a tokenization upgrade that doubles the bonding curve fees collected on every trade of your agent’s token — and lists it on the Frenzy leaderboard for maximum visibility. If Vault Mode is who can access your agent, Frenzy Mode is how much every trade earns. The two stack: a Vaulted agent can also be in Frenzy.Documentation Index
Fetch the complete documentation index at: https://docs.swarms.ai/llms.txt
Use this file to discover all available pages before exploring further.
Frenzy Mode is configured at launch time. You can enable it from the swarms.world/launch Launchpad UI or via the Token Launch API with
fee_selection: "frenzy".What is Frenzy Mode?
Setting an agent or prompt to Frenzy Mode routes its token launch through a 2× fee Jupiter configuration. This:- Doubles the bonding curve fees collected from every buy and sell on the token.
- Lists your token on the Frenzy leaderboard, giving it prominent placement for traders browsing high-activity tokens on the marketplace.
- Adds an animated orange FRENZY badge to your listing header.
- Has no effect on the SOL launch cost — creators still pay roughly 0.04 SOL to mint.
"SOL"(default) — SOL-denominated curve."USDC"— USDC-denominated curve.
Benefits
2× Fees
Every trade on the bonding curve collects double the standard fee, accruing to the creator.
Leaderboard Placement
Frenzy tokens appear on a curated, high-visibility leaderboard surface across the marketplace.
Animated Badge
Listings render a flickering orange FRENZY tag that signals high-fee, high-attention status.
Stacks With Vault Mode
Combine with Vault Mode to gate access and maximize fees on every entry/exit.
How to enable Frenzy Mode
- From the Launchpad UI
- From the Token Launch API
Sign in
Sign into your account at swarms.world/signin.
Open the Launchpad
Go to swarms.world/launch and start a new agent or prompt listing.
Select Tokenize
Choose Tokenize as your monetization option and fill in the token name, ticker, and image.
Toggle Frenzy Mode
In the Tokenize panel, flip the Frenzy Mode switch to on. The UI confirms: Earn 2× fees on every trade.
How fees work
The Frenzy fee multiplier applies to the bonding curve trading fees charged by the underlying Jupiter Dynamic Bonding Curve config — not to the token creation cost.- Standard launch: 1× bonding curve fees on every trade.
- Frenzy launch: 2× bonding curve fees on every trade.
Visual indicators
A Frenzy-mode listing displays an animated FRENZY pill next to the entity title:- Orange flame icon with a flicker animation.
- Bold uppercase “FRENZY” label.
- Renders inline next to the entity title and, when applicable, alongside the purple VAULTED tag.
When to use Frenzy Mode
Frenzy Mode is best suited for:- High-utility agents you expect to see frequent trading activity — more volume × 2× fees compounds quickly.
- Launches where visibility matters — leaderboard placement drives early discovery.
- Combined Vault + Frenzy plays — gated agents where every holder entry/exit contributes elevated fees.
- Long-tail or experimental agents.
- Cases where you want the lowest possible friction for early traders.
FAQ
Does Frenzy change my launch cost?
Does Frenzy change my launch cost?
No. The SOL required to launch (~0.04 SOL for creation/pool config fees) is the same whether or not Frenzy is enabled.
Can I switch a token from standard to Frenzy after launch?
Can I switch a token from standard to Frenzy after launch?
No. The fee schedule is set when the bonding curve config is created and cannot be modified afterwards. Choose Frenzy at launch time if you want 2× fees.
Does Frenzy Mode work with USDC-denominated bonding curves?
Does Frenzy Mode work with USDC-denominated bonding curves?
Yes. Pass
quote_mint: "USDC" alongside fee_selection: "frenzy" to launch a Frenzy USDC pool. Default market cap targets shift to initialMarketCap: 4000 USDC and migrationMarketCap: 9000 USDC.Can I combine Frenzy Mode with Vault Mode?
Can I combine Frenzy Mode with Vault Mode?
Yes. Enable both at launch — Vault Mode gates the listing to holders, Frenzy Mode doubles the fees on every trade that brings new holders in (or lets existing ones out).
Where do the 2× fees go?
Where do the 2× fees go?
To the creator wallet, claimable through the standard fee-claim flow. See Creator Fees and Claim Fees API.
See also
- Frenzy Launch Example — Full cURL / Python / TypeScript walkthrough.
- Vault Mode — Token-gate the listing to holders only.
- Token Launch API — Full token launch parameter reference.
- Creator Fees — How creator fees accrue and can be claimed.
- Claim Fees API — Programmatically claim accrued fees.