explaingit

metavault-fi/solana-pumpfun-bundler

Analysis updated 2026-05-18

114TypeScriptAudience · developerComplexity · 4/5LicenseSetup · hard

TLDR

A TypeScript command-line tool that bundles simultaneous token buys from many wallets on Pump.fun using Jito, so a Solana meme coin launch captures more early supply.

Mindmap

mindmap
  root((Pump.fun bundler))
    What it does
      Coordinated multi wallet buys
      Single block launch
    Tech stack
      TypeScript
      Solana
      Jito
    Use cases
      Meme coin launches
      Dry run testing
    Audience
      Crypto developers
      Traders

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 token on Pump.fun with coordinated buys from multiple wallets in one block

USE CASE 2

Run a simulated dry run of a token launch before spending real funds

USE CASE 3

Distribute SOL to bundler wallets and gather funds back after a launch

USE CASE 4

Test a launch strategy on the Solana test network before going live

What is it built with?

TypeScriptNode.jsSolanaJito

How does it compare?

metavault-fi/solana-pumpfun-bundleropenfi-dao/kalshi-trading-botamanayayatu-tech/alaya
Stars114114113
LanguageTypeScriptTypeScriptTypeScript
Setup difficultyhardmoderatemoderate
Complexity4/54/54/5
Audiencedeveloperdeveloperpm founder

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

How do you get it running?

Difficulty · hard Time to first run · 1h+

Requires a Solana RPC endpoint, a Jito connection, and funded wallets set up across two separate config files.

ISC license lets you use, copy, and modify the code freely with almost no restriction.

In plain English

This is a TypeScript command-line toolkit for launching tokens on Pump.fun, a platform on the Solana blockchain where people create and trade meme coins. The tool automates coordinated token launches by grouping multiple buy transactions from different wallets into a single block using a service called Jito. The README explains that the first few blocks after a token launches often determine who holds most of the supply, so buying from multiple wallets simultaneously at launch is the core use case. The launch process follows a fixed sequence. First the tool runs a simulated dry run of the creation transaction to check it would succeed before spending real funds. Then it uploads the token's name, symbol, description, and image to storage on Pump.fun. Next it sends the on-chain transaction that creates the token. After that it distributes the Solana cryptocurrency to the bundler wallets that will make the simultaneous purchases. It then builds an Address Lookup Table, a structure that makes the bundle transactions more compact, and finally sends all the buys as a single Jito bundle. After launch there are also options to gather funds back from the bundler wallets and sell positions. Configuration requires two files that are excluded from version control: one for network endpoints (the Solana RPC connection, Jito connection, and fee settings) and one for wallet private keys and token metadata. An interactive numbered menu guides the user through each step without requiring command-line flags. The README includes a security section recommending the use of dedicated wallets rather than main holdings wallets, using an authenticated RPC endpoint to avoid broadcasting unsigned transactions to potential snipers, and testing on the Solana test network before a real launch. The project is licensed under ISC. The disclaimer notes that bundled buys may be subject to platform rules and local laws and that the authors are not liable for losses or failed transactions.

Copy-paste prompts

Prompt 1
Walk me through setting up the network and wallet config files for this Pump.fun bundler
Prompt 2
Explain what an Address Lookup Table does and why this tool builds one before sending buys
Prompt 3
Help me write a dry-run test for the token creation transaction before I launch for real
Prompt 4
What security steps should I take before using this tool with real funds?

Frequently asked questions

What is solana-pumpfun-bundler?

A TypeScript command-line tool that bundles simultaneous token buys from many wallets on Pump.fun using Jito, so a Solana meme coin launch captures more early supply.

What language is solana-pumpfun-bundler written in?

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

What license does solana-pumpfun-bundler use?

ISC license lets you use, copy, and modify the code freely with almost no restriction.

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

Setup difficulty is rated hard, 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.