Mayhem V2 / Documentation

Documentation

Mayhem V2 is the rebuilt version of the original Mayhem bot — every fee is routed back into the coin, every token the bot buys is burnt, and the dev tax is zero. This is how the system is actually wired.

What is Mayhem V2

Mayhem V2 is a launchpad and trading-bot stack on Solana. You launch a coin from the dashboard, the bot turns on, and from that moment forward two things happen on every block:

  • Fees the bot generates get routed back into the coin instead of a dev wallet.
  • Tokens the bot purchases get sent to the burn address instead of being held to dump later.

That's the whole pitch. Two contract decisions, both irreversible, both math.

Why we rebuilt it

The original Mayhem bot had the right idea and the wrong execution. Fees leaked. Supply got dumped. The flywheel ran in reverse and holders ate the loss.

Mayhem V2 fixes it at the contract level. The fixes aren't UI promises or off-chain "trust the team" claims — they're enforced by the program itself, so they hold whether anyone is watching or not.

How it works

Fee circumvention

When the bot runs a trade, the protocol fee is collected by the contract and immediately routed into a market buy of the underlying coin. There is no fee wallet, no team multisig, no manual claim step. The fee leaves the trade and re-enters the coin in the same transaction.

Buy-to-burn supply mechanic

Any tokens the bot acquires through these fee-funded buys are sent straight to the burn address (1nc1nerator11111111111111111111111111111111). They never sit in a wallet. They never come back. Circulating supply only goes one direction: down.

The flywheel

01
Bot trades
Generates fees on volume
02
Fees → Coin
Routed into market buy
03
Buys → Burn
Tokens sent to incinerator
04
Float thins
Next round hits harder

Each cycle removes supply from the float. The next cycle's fees buy into a thinner book, which moves price faster, which generates more fees, which removes more supply. That's the loop. It compounds for as long as the bot is running.

Tokenomics

FieldValue
ChainSolana
Initial supply1,000,000,000
Dev tax0%
Team allocation0%
Insider unlocksNone
Fees → Coin100% of bot trading fees
Buy-to-burn100% of bot-acquired supply
Mint authorityRevoked at launch

Launching a coin

Head back to Create, fill in name, ticker, description, and an image, then connect a Solana wallet. Once connected, the Create coin button activates and your launch is one signature away.

  • Coin details are immutable after launch — choose carefully.
  • Mayhem mode and the tokenized agent are toggled on by default.
  • Cash back routes creator rewards to traders instead of the dev wallet.

Supported wallets

Mayhem V2 talks directly to the standard Solana wallet adapter providers:

  • Phantom — recommended, best mobile support.
  • Solflare — full feature parity, good hardware-wallet flow.
  • Backpack — works with the latest extension build.

If your wallet isn't installed, clicking it opens the official download page in a new tab.

FAQ

Is the contract verifiable?

Yes. Once a coin is launched, its program ID and metadata are visible on Solscan and any Solana explorer. The fee-circumvention and buy-to-burn paths are part of the program — not an off-chain bot you have to trust.

What happens if the bot stops trading?

Nothing breaks. The coin keeps existing, supply stays where it is. The flywheel just stops compounding until volume returns.

Can the team rug?

There is no team allocation, no mint authority post-launch, and no fee wallet to drain. The contract owns its own outputs. We can't rug what we don't hold.

Where do I report issues?

Open an issue on GitHub or DM the @Mayhem_V2 account on X.