What is a Pump.fun volume bot, and how does it actually work?

Published August 29, 20264 min readVolume bots

A plain explanation of what a Pump.fun volume bot does, what happens on-chain when one runs, what it costs and how to tell a real one from a fake.

A Pump.fun volume bot is software that trades your token for you, across a lot of wallets, to produce activity that discovery surfaces can actually read.

Simple idea. What it isn't, and what it costs, is where the confusion lives.

What happens on-chain when one runs

A campaign runs a fleet of funded wallets against your mint. Each one buys and sells like any other trader, and every swap lands as an ordinary Solana transaction with a signature.

Open your mint in Solscan while a campaign is running and you'll see the trades listed exactly the way you'd see trades from anybody else. Same instruction, same fee, same block. Want to check whether a service does what it claims? Ask for a mint. Open the explorer. Look.

Why activity moves anything

Pump.fun isn't a marketplace where good coins float to the top. It's a feed, and feeds sort on inputs they can measure:

  • total traded volume
  • number of trades
  • number of unique wallets involved
  • how recent all of that is

Trending boards, screeners and aggregator feeds read those numbers. None of them read your art, your ticker, or your idea. So a coin with no trades gives those systems nothing to rank, and it never enters the surfaces where people browse. Eligibility, then. Not persuasion.

Being precise about what this does and doesn't do matters. Volume makes your coin visible to more people. Whether those people buy depends on the coin, the community and the market that day, and any service telling you otherwise is describing something outside its control.

What separates a real campaign from a script

Anyone can write a loop that buys and sells from 3 wallets on a fixed timer. Takes an afternoon. Produces a tape a trader spots instantly. Explains why so many "volume bots" get named in group chats within an hour of running.

The things that actually take work:

Fleet width. Volume spread across hundreds of funded wallets, each with its own history and cadence. One address doing every trade is the easiest pattern to spot on Solana.

Irregular timing. Gaps between trades drawn from a distribution rather than a constant. Even spacing is a fingerprint, and real flow never arrives on a metronome.

Mixed sizes. Swap sizes varying inside a band, so the tape reads like a crowd instead of one script repeating 0.4 SOL.

Sandwich resistance. Legs bundled so MEV searchers stay out of your campaign. Skip this and part of what you paid goes into somebody else's spread rather than your chart.

Adaptive fees. Priority fees tracking live network conditions instead of sitting on a constant, which is wasteful when Solana is quiet and useless when it's busy.

Migration handling. Trading the bonding curve before graduation, then routing into the pool your coin lands in afterwards, so the campaign doesn't break the moment it succeeds.

Get any one of those wrong and the rest stops helping. Fleet width is the part that's hardest to fake, and the easiest for a stranger to check.

What it costs, honestly

Four costs exist before a single swap lands, and Solana sets all of them: network fees on every transaction, priority fees during congestion, SOL to fund every wallet in the fleet, and bundling tips if the campaign protects its own trades.

Curvegrad charges a flat 2% of target volume with all four inside it, so 200 SOL of target volume costs 4 SOL, and the 50 SOL minimum costs 1. A quote far below the sum of those four isn't a discount. Something got dropped, and it's usually MEV protection or fleet size.

When it helps and when it doesn't

It helps when your coin is fine but invisible. Common case. Flat chart, single-digit trade count, 4 or 5 unique wallets an hour after launch.

It doesn't help when the concept has no reason to exist, when the page arrivals land on is empty, or when you're expecting it to create buyers. Run a campaign on a dead concept and you get a dead concept with more transactions attached.

What to check before paying anyone

  1. A real mint you can open in an explorer, showing swaps from many distinct wallets
  2. One signature required from you, and nothing else
  3. The full price on screen before you commit
  4. Specific answers about fleet size, timing and routing
  5. Claims limited to volume, trade count and wallets, not price

How the bonding curve prices your coin explains why activity matters so much while a mint is new, how trending works covers what the boards actually read, pump.fun volume bot scams covers what to avoid, and the console prices a campaign end to end asking for nothing but your mint address.

Frequently asked

Is a volume bot the same as fake volume?

Not if the swaps are real. A campaign that executes actual buys and sells on Solana mainnet produces volume that exists in exactly the same way any other volume exists. What makes volume fake is nothing settling on-chain, which you can check yourself in an explorer in about 2 minutes.

Does a volume bot make the price go up?

Not by design. Buys and sells roughly balance, so price ends up roughly where it started. What changes is how many people see the coin, and any service promising price appreciation is describing something it can't control.

Do I have to hand over my keys?

No, and you should walk away from anyone who asks. A campaign needs one signed SOL payment from you and nothing else. No seed phrase, no private key, no token approval.

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