explaingit

maricarmen1971/solana-pumpfun-raydium-bundler

Analysis updated 2026-05-18

136TypeScriptAudience · developerComplexity · 4/5LicenseSetup · hard

TLDR

A command-line tool that coordinates multiple Solana wallets to create and buy a new Pump.fun token in the same block via Jito bundling.

Mindmap

mindmap
  root((bundler))
    What it does
      Creates Pump.fun token
      Bundles wallet buys
      Uses Jito blocks
    Tech stack
      TypeScript
      Node.js
      Solana
      Jito
    Use cases
      Token launch
      Sell and rebuy
      Wallet management
    Risks
      Legal compliance
      Private key handling

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Launch a new Pump.fun token and simultaneously buy it from multiple wallets in one block.

USE CASE 2

Sell and rebuy an existing token across bundled wallets.

USE CASE 3

Sweep or distribute SOL between bundler wallets and check balances across all of them.

What is it built with?

TypeScriptNode.jsSolanaJito

How does it compare?

maricarmen1971/solana-pumpfun-raydium-bundleramet2901/asterdex-trading-botbonny1220/solana-trading-bot
Stars136136136
LanguageTypeScriptTypeScriptTypeScript
Setup difficultyhardmoderatemoderate
Complexity4/54/54/5
Audiencedevelopergeneralgeneral

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · hard Time to first run · 1h+

Requires Node.js 18+, multiple funded Solana wallets, and careful handling of private keys in a settings file.

ISC license: use freely, including commercially, with attribution retained.

In plain English

This is a command-line tool for launching and trading tokens on Pump.fun, a Solana blockchain platform where anyone can create and immediately trade a new cryptocurrency token. The tool coordinates multiple wallets to buy a newly created token within the same block it is launched, a technique called bundling. It submits these coordinated transactions through Jito, a service that allows grouping multiple transactions for inclusion together in a single block. The CLI has a menu with four main operations. The first creates a new token on Pump.fun by uploading metadata and an image, then simultaneously executes buy orders from multiple bundler wallets in the same transaction bundle. The second handles sell and rebuy flows for an existing token. The third sweeps SOL out of the bundler wallets or distributes SOL into them in batches. The fourth shows current balances across all wallets. Setup requires Node.js 18 or newer. You configure the tool through a settings file where you provide the wallet private keys for the token creator account and the bundler wallets, along with the token metadata such as name, symbol, description, and a path to an image file. RPC endpoint URLs and Jito configuration are set in a separate environment file. The README warns that the settings file should never be committed to version control since it contains private keys. The tool's repository description mentions bypassing on-chain wallet distribution analysis tools, and the security section of the README notes that coordinated trading, misleading launches, or market manipulation may violate applicable law or the terms of Pump.fun and RPC providers. The README states the user is responsible for compliant use. The license is ISC.

Copy-paste prompts

Prompt 1
Walk me through configuring the settings file with wallet private keys and token metadata for this bundler.
Prompt 2
How does this tool use Jito to submit coordinated buy transactions in the same block as token creation?
Prompt 3
Explain the risk and legal warnings this README gives about coordinated trading and market manipulation.
Prompt 4
Help me set up the RPC endpoint and Jito configuration in the environment file.

Frequently asked questions

What is solana-pumpfun-raydium-bundler?

A command-line tool that coordinates multiple Solana wallets to create and buy a new Pump.fun token in the same block via Jito bundling.

What language is solana-pumpfun-raydium-bundler written in?

Mainly TypeScript. The stack also includes TypeScript, Node.js, Solana.

What license does solana-pumpfun-raydium-bundler use?

ISC license: use freely, including commercially, with attribution retained.

How hard is solana-pumpfun-raydium-bundler to set up?

Setup difficulty is rated hard, with roughly 1h+ to a first successful run.

Who is solana-pumpfun-raydium-bundler for?

Mainly developer.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.