Skip to content

PumpSwap(pump swap amm) volume bot, raydium (clmm) volume bot, raydium (cpmm) volume bot, pumpswap volume bot built with most currently updated pump swap sdk. pumpswap bundler. pump swap bundler volume bot. Raydium bundler. Raydium bundler volume bot using jito bundler on raydium

Notifications You must be signed in to change notification settings

18kredapple/Solana-Pumpswap-Raydium-Volum-Bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔄 Solana Raydium & Pump.fun AMM volume Bot

A high-performance trading bot that interacts with the Pump.fun AMM swap and Raydium CLMM & CPMM 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 & Raydium platform and withdraw remain fees and close token accounts simultaneously

🎫 Contact

Telegram

Tx: https://solscan.io/tx/4ZXTuCu2JKR4tb7o6XmNt8Mm9ELPEjnzqmfy75P8AqaFVAYK3gEHieuxgPqCQuxKeWWt1cWocmKRSjyh6WjXGo6o

💻 Video

bandicam-2025-04-22-02-41-12-222_2LbZM6To.mp4

📌 Features

  • ✅ Create multiple wallets and airdrop SOL automatically
  • ✅ Buy random amount of tokens on certain pump swap and raydium cpmm & clmm pool
  • ✅ Steadly search old wallets & sell tokens & withdraw SOL & close ATA
  • ✅ Auto-logs transactions, volume metrics, and token stats
  • ✅ Up to date 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..

🚀 Getting Started

1. Clone the Repo

git clone https://github.com/m4rcu5o/Burn-ATA-Solana.git
cd Burn-ATA-Solana

2. Clone the Repo

Fill out .env

MAIN_KEYPAIR_HEX=
TREASURY_WALLET=
MAIN_RPC_URL=
MAIN_WSS_URL=
DEV_RPC_URL=
DEV_WSS_URL=

3. Figure out initial settings

  • 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"
}

4. Run with command

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",

About

PumpSwap(pump swap amm) volume bot, raydium (clmm) volume bot, raydium (cpmm) volume bot, pumpswap volume bot built with most currently updated pump swap sdk. pumpswap bundler. pump swap bundler volume bot. Raydium bundler. Raydium bundler volume bot using jito bundler on raydium

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%