Analysis updated 2026-05-18
Launch a token on pump.fun with metadata uploaded automatically
Coordinate simultaneous buys from several wallets at token launch
Generate a vanity token address ending in 'pump'
Clean up leftover on-chain accounts and recover SOL after a launch
| open-builders/pumpfun-bundler-pump.fun-bundler-solana-token-bundler-bot | openai/openai-deno-build | pro-tech-killers/binance-trading-bot | |
|---|---|---|---|
| Stars | 143 | 143 | 143 |
| Language | TypeScript | TypeScript | TypeScript |
| Last pushed | — | 2024-10-30 | — |
| Maintenance | — | Stale | — |
| Setup difficulty | moderate | easy | moderate |
| Complexity | 4/5 | 2/5 | 3/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires a funded Solana wallet and careful private-key handling via a local .env file.
This is a TypeScript tool for launching tokens on pump.fun, a platform built on the Solana blockchain where people create and trade meme coins. The specific problem this tool solves is coordination: when you create a new token, you often want multiple wallets to buy it at the exact same moment the token goes live, rather than buying one at a time. Doing those buys simultaneously is called "bundling", and it requires special infrastructure on Solana. The tool handles the full sequence automatically. It creates the token, uploads its metadata (name, description, image), distributes Solana's currency (SOL) from a main wallet into several child wallets, then fires coordinated buy instructions from all of those wallets in a single batch. On the real Solana network (called mainnet), those batches go through Jito or Lil-Jit, which are services that process groups of transactions together. On the test network (devnet), it falls back to a simpler step-by-step approach without those services. Configuration happens through a single .env file. You set things like how many wallets to use, how much SOL each one spends, which network to run on, and your wallet's private key. There is also an optional vanity mode that generates a token address ending in the letters "pump". The README includes a detailed table of every setting and what it does. After the launch, utility scripts let you check status, gather SOL back from the child wallets, and clean up the Address Lookup Tables that Solana uses to compress transaction data. These cleanup steps matter because unused on-chain accounts can tie up small amounts of SOL indefinitely. The README includes a disclaimer that this is for educational and research use, and that you are responsible for complying with platform rules, tax obligations, and the safety of your own private keys. It also warns to never commit your .env file or generated key files to version control. The license is ISC.
A TypeScript bot that launches meme coins on pump.fun and coordinates simultaneous buys from multiple Solana wallets.
Mainly TypeScript. The stack also includes TypeScript, Solana, Node.js.
Use freely for almost any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.