An automated volume simulation bot designed for tokens launched on Pump.fun (Solana).
It creates realistic on-chain trading activity (buys/sells) using multiple wallets to help boost visibility and engagement for new meme tokens.
⚠️ Disclaimer
This tool is for educational and research purposes only.
Using automated bots to manipulate token metrics may violate Pump.fun’s terms or local regulations.
The developers are not responsible for any misuse, bans, or financial loss.
- 🔁 Automated Buy/Sell Cycles — simulate realistic trade behavior.
- 👥 Multi-Wallet Maker Simulation — distribute SOL across multiple wallets.
- ⏱️ Configurable Timing & Volume — define SOL budget, intervals, and runtime.
- 🧠 Human-Like Randomization — trades appear organic, avoiding detection.
- 💰 Automatic Refunds — returns leftover SOL and tokens to the main wallet.
- 🔒 Secure Key Usage — private key never leaves your local environment.
git clone https://github.com/TERA-star/pumpfun-volume-bot.git
cd pumpfun-volume-botnpm install
PRIVATE_KEY = "" RPC_ENDPOINT = "" RPC_WEBSOCKET_ENDPOINT = "" DISTRIBUTENUM = 5 MAX_DELAY = 30 MIN_DELAY = 2 SLIPPAGE = 100 BASEMINT = "" BUY_AMOUNT_MAX = 0.01 BUY_AMOUNT_MIN = 0.005
DISTRIBUTE_AMOUNT = 1
🧠 How It Works
-
Funding Phase Main wallet funds multiple “maker” wallets using SOL.
-
Trading Phase Each wallet performs randomized buy/sell orders through Pump.fun’s on-chain program.
-
Random Delay Engine Variable sleep intervals simulate human trading activity.
-
Cleanup Phase Leftover SOL and tokens are collected and refunded back to the main wallet.