Unleash next-level trading automation for Bonkfun (Raydium Launch Lab) and Raydium CPMM pools.
Designed to boost volume, dominate liquidity battles, and stay ahead of the crowd.
-
🔹 Trade in Memecoin Units
Buy directly in memecoin quantities instead of SOL — smoother scaling and memecoin-native strategies. -
🔹 Ultra-Fast Liquidation Mode (Option 3)
Exit entire positions instantly (faster than regular users can react) — ideal for volatile launches. -
🔹 Dual-Platform Synchronization
Execute trades simultaneously on Bonkfun + Raydium CPMM to avoid desync and missed opportunities. -
🔹 Customizable Strategies
Configure purchase size, slippage tolerances, execution latency parameters, and platform priority.
- ⚡ TypeScript backend
- 🧩 Raydium SDK integration + custom CPMM helpers
- 🔗 Bonkfun API integration
- 🗄 Optional data store: MongoDB Atlas for recording trades and analytics
- ✅ Boost trading volume for token launches & liquidity campaigns
- ✅ Secure lightning-fast exits during market swings
- ✅ Reliable dual-platform execution reducing race conditions
- ✅ Built for scalability and customization
# Clone the repo
git clone https://github.com/justshiftjk/Bonkfun-Raydium-Volume-Bot.git
cd Bonkfun-Raydium-Volume-Bot
# Install JS dependencies (if applicable)
npm install
# Or build Ts backend
# npm start --release
# Setup environment
cp .env.example .env
# Edit .env and set your keys, wallet, and config
# Start
npm start