Skip to content

Advanced Volume Trading Bots: PumpSwap SDK & Bundler, Raydium (CLMM/CPMM), Meteora (DLMM/Dynamic AMM), and Jito-Bundled Raydium Solutions.

Notifications You must be signed in to change notification settings

insionCEO/Solana-PumpSwap-Raydium-Meteora-Volume-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

πŸ”„ Solana PumpSwap Raydium Meteora Volume Bot

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.

πŸ“Š Live Transaction Examples

πŸŽ₯ Demo Video

bandicam.2025-06-24.08-51-43-595.mp4

⚑ Key Features

  • 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

πŸš€ Quick Start Guide

Prerequisites

  • Node.js (v16 or higher)
  • Yarn package manager
  • Solana wallet with funds

Installation & Setup

  1. Clone the repository

    git clone https://github.com/insionCEO/Burn-ATA-Solana.git
    cd Burn-ATA-Solana
  2. Install dependencies

    yarn install
  3. Configure environment variables Create a .env file 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
  4. 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
    }
  5. Run the bot

    # Development mode
    yarn dev
    
    # Production build
    yarn build
    yarn start

πŸ›  Script Commands

{
  "start": "node dist/index.js",
  "dev": "ts-node-dev src/index.ts",
  "build": "tsc"
}

πŸ“ˆ Performance Optimization

  • 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

πŸ”’ Security Features

  • Secure private key management
  • Transaction validation
  • Error handling and retry mechanisms
  • Automated token account cleanup

🀝 Support

For questions, support, or collaboration opportunities:

πŸ“„ License

This project is licensed for educational and research purposes. Commercial use may require additional permissions.

⭐ Support the Project

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.

About

Advanced Volume Trading Bots: PumpSwap SDK & Bundler, Raydium (CLMM/CPMM), Meteora (DLMM/Dynamic AMM), and Jito-Bundled Raydium Solutions.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published