explaingit

tyopxyz/solana-pumpfun-bundler

Analysis updated 2026-05-18

116TypeScriptAudience · developerComplexity · 4/5Setup · moderate

TLDR

A command-line toolkit that automates launching a token on Pump.fun and buying it from multiple wallets in the same block.

Mindmap

mindmap
  root((pumpfun bundler))
    What it does
      Launches Pump.fun token
      Multi wallet buying
      Jito bundling
    Tech stack
      TypeScript
      Node.js
      Solana
      Jito
    Use cases
      Automated token launch
      Same block buying
      Bundle compression
    Audience
      Solana developers
      Meme coin creators
    Setup
      Config files
      Private keys
      RPC endpoint

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

Automate creating a new Pump.fun token and buying it from several wallets in the same block at launch.

USE CASE 2

Bundle multiple Solana transactions through Jito so they land together instead of one at a time.

USE CASE 3

Run a menu-driven launch sequence without needing to script each blockchain step manually.

What is it built with?

TypeScriptNode.jsSolanaJito

How does it compare?

tyopxyz/solana-pumpfun-bundlermetavault-fi/solana-pumpfun-bundleropenfi-dao/kalshi-trading-bot
Stars116114114
LanguageTypeScriptTypeScriptTypeScript
Setup difficultymoderatehardmoderate
Complexity4/54/54/5
Audiencedeveloperdeveloperdeveloper

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

How do you get it running?

Difficulty · moderate Time to first run · 1h+

Requires funded Solana wallets, a Jito connection, and private keys configured in a file kept out of version control.

In plain English

This is a command-line toolkit for launching a new token on Pump.fun, a platform on the Solana blockchain where people create and trade meme coins. The tool automates several steps that would otherwise need to be done manually: uploading the token's metadata and image to storage, sending the on-chain transaction that creates the token, and then immediately buying it from multiple wallets at the same time in a single block. The simultaneous multi-wallet buying is the core feature. It uses a service called Jito, which allows grouping multiple Solana transactions together into a bundle so they all land in the same block. This is used in token launches to acquire supply at the starting price before other buyers can react. The toolkit handles distributing the required funds to each bundler wallet, building an Address Lookup Table to keep the bundle transactions compact, and then sending everything through Jito's block engine. Setup involves cloning the repository, installing Node.js dependencies, and filling in two configuration files: one for network endpoints (your Solana RPC connection, Jito connection, and fee settings) and one for your wallet private keys and token details like name, symbol, description, and logo. The private key files are excluded from version control. Running the tool opens an interactive numbered menu that walks through each step of the launch sequence without requiring any command-line flags. The toolkit is written in TypeScript and runs on Node.js. The README notes that using dedicated hot wallets is advisable and that keeping the settings file out of version control is important for security. It also recommends using an authenticated RPC endpoint to reduce visibility of transactions before they are signed. The README does not describe any testing infrastructure beyond a type check command and a menu smoke test.

Copy-paste prompts

Prompt 1
Explain how this repo uses Jito bundling to buy a new Pump.fun token from multiple wallets in one block.
Prompt 2
Walk me through configuring the RPC and wallet settings files needed to run this toolkit.
Prompt 3
What is an Address Lookup Table and how does this repo use it to compress a bundle transaction?
Prompt 4
Using this repo's README, list the security precautions it recommends before running a live token launch.

Frequently asked questions

What is solana-pumpfun-bundler?

A command-line toolkit that automates launching a token on Pump.fun and buying it from multiple wallets in the same block.

What language is solana-pumpfun-bundler written in?

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

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

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

Who is solana-pumpfun-bundler for?

Mainly developer.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.