Skip to content

Pumpfun Volume Bot for Solana – Automated multi-wallet buy/sell volume generator for Pump.fun tokens. Includes SOL distribution, randomized swap intervals, parallel wallet execution, continuous trading loops, and on-chain automation. The most effective open-source Pumpfun volume generator for creating realistic token activity.

Notifications You must be signed in to change notification settings

ElliteAnts/Pumpfun-Volume-Bot

Repository files navigation

🔥 Pumpfun Volume Bot – Automated Solana Volume Generator for Pump.fun Tokens

A high‑performance Pumpfun Volume Bot designed to automatically generate buy/sell volume on any Pump.fun token using distributed wallets operating in parallel.
This bot automates SOL distribution, repeated swap cycles, randomized timing, and multi‑wallet execution to simulate realistic market activity.

Optimized for developers searching for:
pumpfun volume bot • solana pumpfun bot • pumpfun swap bot • pumpfun volume generator • solana volume bot • pumpfun trading bot


🚀 Overview

The Pumpfun VolumeBot uses multiple wallets to execute endless buy/sell cycles on Pump.fun tokens.
Each wallet:

  • Receives SOL automatically
  • Performs repeated buy/sell swaps
  • Executes randomized intervals
  • Operates simultaneously with others

This creates continuous organic‑looking volume on Pump.fun markets.


📋 Environment Variables

PRIVATE_KEY=                 # Private key for the main wallet
RPC_ENDPOINT=                # RPC endpoint for Solana
RPC_WEBSOCKET_ENDPOINT=      # RPC WebSocket endpoint for Solana

####### BUY SETTING #######
BUY_UPPER_PERCENT=60         # Higher percent limit of SOL that can be used to buy token in wallet
BUY_LOWER_PERCENT=30         # Lower percent limit of SOL (30 means, it buys with larger than 30% of SOL in wallet when buy)

BUY_INTERVAL_MAX=30          # Upper limit of seconds to wait after second buy
BUY_INTERVAL_MIN=2           # Lower limit of seconds (it waits from 2 to 30 secs after second buy before second buy)

SELL_INTERVAL_MAX=30         # Upper limit of seconds to wait after sell
SELL_INTERVAL_MIN=3          # Lower limit of seconds (it waits from 2 to 30 secs after sell to transfer SOL)

DISTRIBUTE_WALLET_NUM=4      # Number of wallets that run in parallel which makes volume (max: 20)

SLIPPAGE=50                  # Slippage in percent

TOKEN_MINT=7MFX5LySd9CdaD8irWnLLKanpDw6gxbBuhEg3qCHWc4C   # Mint address of token to increase volume

🚀 Usage

1. Clone the repository

git clone https://github.com/m4rcu5o/Pumpfun-Volume-Bot
cd Pumpfun-Volume-Bot

2. Install dependencies

yarn install

3. Configure the environment variables

Rename the .env.copy file to .env and set RPC and WSS, main keypair's secret key and other variables.

4. Run the bot

yarn run start

5. Gather the funds from distributed wallets

yarn run gather

PoW

Sol Distribution to 5 wallets Tx: https://solscan.io/tx/3zRYsSwjPymznKctTczrKpzpcFqGG1H2k3cALqdH2s6zvxE9F2bcpq2zvGF5FLGkqJMMeAYY3FMTWFet8XTvmme5

Buy Tx links:

Sell Tx links:

Sol Gathered Tx links:

👤 Author

About

Pumpfun Volume Bot for Solana – Automated multi-wallet buy/sell volume generator for Pump.fun tokens. Includes SOL distribution, randomized swap intervals, parallel wallet execution, continuous trading loops, and on-chain automation. The most effective open-source Pumpfun volume generator for creating realistic token activity.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published