A high-performance trading bot that interacts with the Pump.fun AMM swap platform. This bot is designed to automate the distribution of SOL to multiple wallets and execute endless buy and sell swap transactions on the Pump.fun AMM swap platform and withdraw remain fees and close token accounts simultaneously
Contact: https://t.me/stevensprg
- ✅ Create multiple wallets and airdrop SOL automatically
- ✅ Buy random amount of tokens on certain pump swap pool
- ✅ Steadly search old wallets & sell tokens & withdraw SOL & close ATA
- ✅ Auto-logs transactions, volume metrics, and token stats
- ✅ Well Confirmed PumpSwap SDK for sell & buy & getting pool info & calculate buy, sell amount and so on.
- ✅ Configurable Parameters: Allows customization of buy amounts, intervals, distribution settings, and more..
bandicam-2025-04-22-02-41-12-222_2LbZM6To.mp4
git clone https://github.com/m4rcu5o/Burn-ATA-Solana.git
cd Burn-ATA-Solana
Fill out .env
MAIN_KEYPAIR_HEX=
TREASURY_WALLET=
MAIN_RPC_URL=
MAIN_WSS_URL=
DEV_RPC_URL=
DEV_WSS_URL=
- Example
{
isPumpToken: "y",
basemint: new web3.PublicKey("Frno4J9Yqdf8uwQKziNyybSQz4bD73mTsmiHQWxhJwGM"),
minAndMaxBuy: "0.00001 0.00001",
minAndMaxSell: "0.00001 0.00001",
delay: "2 3",
jitoTipAmt: "0.01",
cycles: 3,
marketID: "Frno4J9Yqdf8uwQKziNyybSQz4bD73mTsmiHQWxhJwGM"
}
Install node modules and run bot with command
yarn
yarn dev
"start": "node dist/index.js",
"dev": "ts-node-dev src/index.ts",
"build": "tsc",