PumpSwap Volume Bot is a high-performance tool designed to generate trading volume on PumpSwap and PumpFun, with full support for Raydium's CPMM and OpenBook as well. Whether you're launching a new token or increasing your market visibility, this bot makes it easy to create realistic and sustainable PumpSwap volume through automated buy and sell transactions.
Join our community at: https://discord.gg/solana-scripts
or just DM me directly: https://t.me/benorizz0
TEST IT for FREE at solana-volume.com Currently it only supports PumpSwap & Raydium.
- 🔁 PumpSwap Volume Automation – Run fully automated volume generation on PumpSwap pools
- 🎯 Supports Raydium & OpenBook – Compatible with Raydium CPMM and OpenBook alongside PumpSwap
- ⚙️ Custom PumpSwap Volume Settings – Set your own number of wallets, bundle count, and transaction sizes
- 🧠 Jito Bundling Support – Bundles transactions for fast, efficient PumpSwap volume execution
- 💡 Intelligent Pool Detection – Automatically identifies PumpSwap, CPMM, or OpenBook pools
- 🌐 Token-2022 Ready – Seamless volume generation on newer Token-2022 SPL tokens
- 💲 USD Volume Estimation – Live estimation of PumpSwap volume in USD
- 🔁 Natural Trading Pattern Simulation – Randomized transaction sizes for realistic PumpSwap activity
- Overview
- Features
- How PumpSwap Volume Generation Works
- Prerequisites
- Installation
- Usage Guide
- PumpSwap Volume Configuration
- Advanced Features
- Troubleshooting PumpSwap Volume Errors
- Optimizing PumpSwap Volume Performance
- Contributing
- Disclaimer
The PumpSwap Volume Generator Bot helps you simulate real trading activity by executing back-and-forth trades between ephemeral wallets. These trades create visible volume on PumpSwap, improving your token’s visibility and perceived liquidity.
The bot supports:
- PumpSwap (main focus)
- Raydium CPMM Pools
- Raydium OpenBook Markets
- PumpSwap Volume Engine – Highly optimized for generating PumpSwap volume fast
- Multi-Wallet Concurrency – Use multiple wallets per volume cycle
- Flexible Parameters – Control min/max SOL amounts for PumpSwap volume
- Token Auto-Detection – Identifies whether you're using SPL or Token-2022
- Realistic Patterns – Randomized amounts for natural PumpSwap traffic
- Built-in Logging – Detailed logs of each PumpSwap volume transaction
The volume bot works in cycles:
- Create Wallets – Temporary wallets are generated and funded
- Pool Type Detection – Detects if the pool is PumpSwap, Raydium CPMM, or OpenBook
- Bundle Trades with Jito – Groups buy/sell orders for efficiency
- PumpSwap Volume Generation – Executes randomized swaps to build volume
- Clean-Up – Transfers remaining SOL back to the main wallet
Before generating PumpSwap volume, ensure you have:
- Node.js v16+
- Solana CLI installed
- Free Solana RPC ( https://helius.dev )
.env
configuration (see below)
# Clone the PumpSwap volume bot repo
git clone https://github.com/cicere/pumpswap-volume-bot.git
cd pumpswap-volume-bot
# Install dependencies
npm install
# Configure the environment
cp .env.example .env
nano .env # Add your wallet and RPC URL here
To run the PumpSwap Volume Bot:
npm start
Or to run the custom extender logic directly:
node main.js
Follow the prompts for:
- Token mint (for PumpSwap volume)
- Number of wallets per bundle
- Number of bundles
- Min/max volume per transaction
- Delay between bundles
- Jito tip value for faster bundling
💡 Example for generating PumpSwap volume:
Is it PumpSwap?: y
Enter your TOKEN mint for PumpSwap volume: YOUR_TOKEN_MINT_HERE
Number of wallets per PumpSwap volume bundle: 2
Number of PumpSwap volume bundles to perform: 50
Min amount in SOL: 0.05
Max amount in SOL: 0.12
Delay between cycles: 3
Jito tip in SOL: 0.001
Create your .env
with:
WALLET_PATH=/absolute/path/to/wallet.json
RPC_URL=https://your-rpc.com
DEBUG=false
JITO_AUTH_KEY=your_jito_auth_key
- PumpSwap: Use token mint
- Raydium CPMM: Use pool ID
- OpenBook: Use market ID
Automatic detection and safe handling of Token-2022 tokens to prevent closing instruction errors during volume creation.
- Low/High Frequency: Set bundle count and transaction size accordingly
- Mixed Patterns: Use wide ranges to simulate varied trader behavior
- Rate Limits: Upgrade RPC provider if throttled
- Dropped Bundles: Increase Jito tip
- Insufficient Funds: Fund wallet with more SOL
- Invalid Token Info: Double check token mint or pool ID
- Use 2-3 wallets per bundle for stability
- Delay volume cycles by 3–5 seconds
- Use a private RPC provider
- Increase Jito tips during congestion
Want to improve the PumpSwap volume bot?
- Join Discord & get approved for development
- Create a feature branch
- Commit your changes
- Push to GitHub
- Open a Pull Request
This bot is intended for legal and ethical usage such as liquidity testing, development, or legitimate volume generation. Use responsibly:
- Do not use to manipulate markets or deceive investors
- Follow local laws and exchange policies
- Understand risks of using PumpSwap and similar DEX protocols
PumpSwap Volume Bot is provided “as-is” without warranties.