A high-performance Solana trading bot designed to automate volume boosting across multiple decentralized exchanges including Pump.fun, Raydium (CLMM & CPMM), and Meteora (DLMM & Dynamic AMM). This bot efficiently distributes SOL to multiple wallets and executes endless buy/sell transactions while managing token accounts and fee withdrawals.
- PumpSwap: View on Solscan
- Meteora DLMM: View on Jito Explorer
- Meteora Dynamic AMM: View on Jito Explorer
bandicam.2025-06-24.08-51-43-595.mp4
- Multi-Wallet Management: Automated SOL distribution across multiple wallets
- Cross-DEX Trading: Execute trades on Pump.fun, Raydium CPMM/CLMM, and Meteora AMMs
- Automated Portfolio Management: Sell tokens, withdraw SOL, and close associated token accounts
- Real-Time Analytics: Comprehensive transaction logging with volume metrics and token statistics
- Up-to-Date SDK Integration: Latest PumpSwap SDK for seamless trading operations
- Fully Configurable: Customizable buy/sell amounts, intervals, and distribution settings
- Node.js (v16 or higher)
- Yarn package manager
- Solana wallet with funds
-
Clone the repository
git clone https://github.com/insionCEO/Burn-ATA-Solana.git cd Burn-ATA-Solana -
Install dependencies
yarn install
-
Configure environment variables Create a
.envfile with the following structure:MAIN_KEYPAIR_HEX=your_main_wallet_private_key_hex TREASURY_WALLET=your_treasury_wallet_address MAIN_RPC_URL=your_main_solana_rpc_url MAIN_WSS_URL=your_main_websocket_url DEV_RPC_URL=your_development_rpc_url DEV_WSS_URL=your_development_websocket_url
-
Configure trading parameters
{ isPumpToken: "y", // Enable Pump.fun trading basemint: new web3.PublicKey("Frno4J9Yqdf8uwQKziNyybSQz4bD73mTsmiHQWxhJwGM"), minAndMaxBuy: "0.00001 0.00001", // Min and max buy amounts in SOL minAndMaxSell: "0.00001 0.00001", // Min and max sell amounts in SOL delay: "2 3", // Delay range between transactions in seconds jitoTipAmt: "0.01", // Jito tip amount for priority transactions cycles: 3, // Number of trading cycles marketID: "Frno4J9Yqdf8uwQKziNyybSQz4bD73mTsmiHQWxhJwGM" // Market ID for trading }
-
Run the bot
# Development mode yarn dev # Production build yarn build yarn start
{
"start": "node dist/index.js",
"dev": "ts-node-dev src/index.ts",
"build": "tsc"
}- Jito Integration: Priority transactions with tip optimization
- WebSocket Connections: Real-time market data processing
- Batch Processing: Efficient multi-wallet operations
- Gas Optimization: Minimized transaction costs
- Secure private key management
- Transaction validation
- Error handling and retry mechanisms
- Automated token account cleanup
For questions, support, or collaboration opportunities:
- Telegram Contact
- GitHub Issues: Report bugs or request features
This project is licensed for educational and research purposes. Commercial use may require additional permissions.
If you find this project useful, please consider giving it a β star on GitHub and forking the repository to support ongoing development.
Disclaimer: This software is provided for educational purposes only. Users are solely responsible for complying with applicable laws and regulations. The developers assume no liability for any financial losses incurred through the use of this bot.