Skip to content

0xFives/Pumpfun-Volume-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pumpfun VolumeBot

Pump.fun Volume Bot — High-Performance Solana Trading & Volume Simulation Bot

A production-grade Pump.fun volume bot built on Solana, designed to simulate organic trading activity, increase on-chain volume, and support token launch momentum.

This bot features multi-wallet orchestration, randomized trading patterns, and low-latency execution to create realistic market behavior while maintaining efficiency and scalability.

Built for developers and traders looking to experiment with Pump.fun volume strategies, trading automation, and Solana bot infrastructure.

Environment Variables

Basic

Variable Value Description
PRIVATE_KEY (your main wallet secret) Private key for the main wallet
RPC_ENDPOINT RPC endpoint for Solana
RPC_WEBSOCKET_ENDPOINT RPC WebSocket endpoint for Solana

Buy Settings

Variable Value Description
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 (e.g. 30 means it buys with more than 30% of SOL in wallet)
BUY_INTERVAL_MAX 30 Upper limit of seconds to wait after second buy
BUY_INTERVAL_MIN 2 Lower limit of seconds (waits from 2 to 30 secs after second buy before second buy)

Sell Settings

Variable Value Description
SELL_INTERVAL_MAX 30 Upper limit of seconds to wait after sell
SELL_INTERVAL_MIN 3 Lower limit of seconds (waits from 2 to 30 secs after sell to transfer SOL)

Volume Settings

Variable Value Description
DISTRIBUTE_WALLET_NUM 4 Number of wallets running in parallel to generate volume (max: 20)
SLIPPAGE 50 Slippage in percent
TOKEN_MINT 7MFX5LySd9CdaD8irWnLLKanpDw6gxbBuhEg3qCHWc4C Mint address of token to increase volume

How to run

1. Clone the repository

git clone https://github.com/0xFives/Pumpfun-Volume-Bot.git
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 Volume Bot

yarn build
yarn start  // Start volume up
yarn gather // Gather the funs from distributed wallets

PoW

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

Buy Tx links:

Sell Tx links:

Sol Gathered Tx links:

👤 Author oxlabs-five

About

High-performance Pump.fun volume bot for Solana — multi-wallet trading, realistic volume simulation, and low-latency execution.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors