A high-performance LaunchLab volume bot that interacts with the Bonk.fun token swap. This bot is designed to automate the distribution of SOL to multiple wallets and execute endless buy and sell bonk.fun token swap transactions on the LaunchLab and withdraw remain fees and close token accounts simultaneously
Buy
Sell
bonk.fun.launchlab.mp4
- ✅ Create multiple wallets and airdrop SOL automatically
- ✅ Buy random amount of tokens on certain launch lab
- ✅ Steadly search old wallets & sell tokens & withdraw SOL & close ATA
- ✅ Auto-logs transactions, volume metrics, and token stats
- ✅ Configurable Parameters: Allows customization of buy amounts, intervals, distribution settings, and more..
git clone https://github.com/m4rcu5o/Bonk-dot-fun-Launch-Lab-Volume-Bot.git
cd Burn-ATA-Solana
Fill out .env
RPC=
SECRET_KEY=
API_KEY=XXXX-FFFFF
DEBUG=true
Install node modules and run bot with command
yarn start
"start": "node dist/index.js",
"dev": "ts-node-dev src/index.ts",
"build": "tsc",