Volume bots on other Solana launchpads explained

Published September 17, 20263 min readVolume bots

How Bonk.fun, Moonshot and other launchpads differ mechanically, which parts of a campaign carry over, and what to ask before running one somewhere new.

Pump.fun isn't the only launchpad on Solana any more. Bonk.fun, Moonshot, and several others run comparable models, and creators reasonably ask whether the same approach carries over.

Partly. Worth separating what transfers from what doesn't.

What's the same everywhere

Two things, and they're the important ones.

Discovery reads recent activity. Every launchpad and every screener ranks on trailing windows, so a coin with nothing happening is absent from browsable views regardless of which platform minted it.

Buyers check the same things. Holder distribution, creator history, whether the page is finished. None of that is platform-specific, and how holders check your dev wallet applies identically across all of them.

So the strategy transfers. Activity buys visibility, visibility converts only if the coin survives inspection, and neither statement depends on where you launched.

What's different

Mechanics, and they're not small.

Each launchpad deploys its own on-chain program with its own instruction layout, its own account structure, and its own curve parameters, so trading against Bonk.fun's program is genuinely different code from trading against Pump.fun's in the same way that 2 DEXes are different code even though they both swap tokens.

Does a tool built for one work on another? Only if somebody implemented that integration. It isn't a configuration setting. Solana volume bot vs Pump.fun volume bot covers the same distinction between curve and AMM venues.

Curve parameters vary

Second real difference, and it changes the arithmetic.

Launchpads pick their own graduation threshold and their own curve shape. Platforms graduating at a lower threshold reach migration on less volume, and one with a flatter early curve moves less on the first 4 SOL.

Practical consequence: budgets don't port. A campaign sized for Pump.fun's curve produces different progress on a curve with different parameters, so re-derive the number rather than copying it. How the Pump.fun bonding curve works covers the mechanism you'd be re-deriving from.

The audience question

Third difference, and it's the one people underweight.

Quieter launchpads have a thinner competing field, so less activity ranks higher. Sounds like an advantage, and it half is, because the other half is that fewer people browse there at all, which means a top position on a quiet board can reach fewer eyes than a 30th position on a busy one.

Neither is universally better. What matters is whether the people browsing that particular platform are the ones you want, and that's a judgement about your coin rather than a calculation.

What to ask before running anything

Four questions, and they apply to any launchpad:

  1. Does the tool support this specific program? Not "Solana", the actual launchpad
  2. What happens at graduation on this platform? Different launchpads migrate to different venues, and the tool has to follow
  3. How is the budget derived? A number copied from a Pump.fun campaign is a guess here
  4. Is the price fixed before I commit? Same rule everywhere

Vague answers to the first 2 usually mean the integration doesn't exist and somebody is hoping it works.

What doesn't change at all

The part underneath all of it.

Buying activity puts a coin in front of people. Whether they buy depends on the page, the concept, and the holder chart, and no platform changes that relationship. A coin with a blank description and 24% dev holding fails on Bonk.fun exactly the way it fails on Pump.fun.

The launch checklist covers what has to hold up first, and the console prices sustained activity against a specific window with the full cost shown before anything is signed.

Frequently asked

Does a Pump.fun tool work on Bonk.fun?

Only if it was built for that program too. Each launchpad has its own on-chain program, so trading against one is not the same code as trading against another.

Are the ranking dynamics the same?

The general principle holds everywhere, since discovery reads recent activity. The competing field and the audience differ, so the numbers do too.

Is one launchpad easier to get visible on?

A quieter launchpad has a thinner field, which cuts both ways. Less competition for ranking, and fewer people browsing.

How to check this yourself

Everything in this guide describes mechanics that settle on Solana mainnet, so you can check any of it yourself. Mint addresses, swap signatures, curve progress and wallet counts are all public, and an explorer will disagree with us if we are wrong.

Curvegrad sells a volume service, and guides that touch on what a campaign does say so in the text rather than in a footnote.

what this is based on
  • Solana mainnet transaction history, read through the standard RPC methods
  • Pump.fun bonding curve and PumpSwap pool accounts as they appear on-chain
  • Public block explorers, where every claim here can be verified against a real mint
  • Campaigns run through our own engine, which is where the operational detail comes from