0xTan1319
pumpfun-stealth-bundler-bubblemap-bypass
TypeScript

Pumpfun stealth bundler - undetectable pumpfun bundler on dexscreener, gmgn, photonsol

Last updated Jun 11, 2026
30
Stars
26
Forks
0
Issues
0
Stars/day
Attention Score
70
Language breakdown
No language data available.
โ–ธ Files click to expand
README

Pumpfun Stealth Bundler โ€” Bubblemap Bypass

Launch Pump.fun tokens with zero Bubblemap trace and no bundle detection. A pumpfun stealth bundler that makes your pumpfun token launch appear fully organic on Bubblemap, DexScreener, GMGN, and other analytics.

Node 18+ License: ISC


Table of Contents


Overview

Pumpfun is a popular Solana token launch platform. This repo is a pumpfun bundler with bubblemap bypass: your token creation and buys are sent in a single atomic bundle so that on-chain analytics (including Bubblemap) do not link your wallets or flag the activity as a bundle.

Use it for a pumpfun token launch that looks organic: up to 16 wallets buy in one block via Jito or bloXroute, with no cluster, no bundle link, and no scanner flags.

Keywords: pumpfun bundler, bubblemap bypass, pumpfun stealth bundler, pumpfun token launch, pump.fun, Jito bundle, stealth launch.


Verified Clean

Your buyers show up as independent wallets โ€” no cluster, no link, no flag.

| Platform | Result | |----------|--------| | Bubblemap | No connection detected | | Bundle scanners | Not flagged | | Axiom.trade | Clean | | Photon SOL | Clean | | DexScreener | Clean | | GMGN | Clean |


Test Results

Live on-chain proof:

|-------------|------------| | 0 | 1 | 2 | 3 | 4 |


Features

| Feature | Description | |--------|-------------| | Up to 16-wallet bundle | Create token and buy with up to 16 wallets in one atomic bundle | | Dual engine | Jito or bloXroute โ€” switch with one config change | | Bubblemap bypass | Passes Bubblemap and major bundle scanners cleanly | | Atomic execution | Token creation + all buys in the same block | | Anti front-run | Bundle transactions cannot be front-run or sandwiched | | Token metadata | Name, symbol, description, image, social links | | IPFS upload | Image and metadata uploaded to IPFS automatically | | Address Lookup Table | Smaller transactions via on-chain LUT | | SOL gather | Collect SOL from buyer wallets in one command | | LUT cleanup | Close lookup tables and reclaim rent | | Status check | Monitor bonding curve and migration status | | Single-wallet mode | Lightweight single-wallet bundle launch | | .env config | All settings in one .env file |


Bundle Modes

Set MODE=1 or MODE=2 in .env.

MODE=1 โ€” Jito

  • Up to 16 buyer wallets
  • 5 transactions per bundle
  • Direct Jito block engine submission
MODE=2 โ€” bloXroute
  • Up to 12 buyer wallets
  • 4 transactions per bundle (tip added automatically)
  • bloXroute Solana trader API

Quick Start

1. Install

yarn install

2. Configure

cp .env.example .env

Edit .env: private key, RPC, token details, and MODE (1 = Jito, 2 = bloXroute).

3. Launch

yarn start

Commands

| Command | Description | |---------|-------------| | yarn start | Pumpfun token launch + multi-wallet buy bundle | | yarn single | Single-wallet bundle launch | | yarn gather | Gather SOL from buyer wallets | | yarn close | Close lookup table and reclaim rent | | yarn status | Check token bonding curve status |


Project Structure

pumpfun-stealth-bundler-bubblemap-bypass/
โ”œโ”€โ”€ index.ts                 # Main entry โ€” bundle launch
โ”œโ”€โ”€ oneWalletBundle.ts       # Single wallet bundle
โ”œโ”€โ”€ gather.ts                # Gather SOL from buyer wallets
โ”œโ”€โ”€ closeLut.ts              # Close LUT & reclaim rent
โ”œโ”€โ”€ status.ts                # Token status
โ”œโ”€โ”€ constants/
โ”‚   โ””โ”€โ”€ constants.ts         # Env & constants
โ”œโ”€โ”€ executor/
โ”‚   โ”œโ”€โ”€ jito.ts              # Jito bundle submission
โ”‚   โ”œโ”€โ”€ bloxroute.ts        # bloXroute submission
โ”‚   โ”œโ”€โ”€ lil_jit.ts          # Lil Jit handler
โ”‚   โ””โ”€โ”€ legacy.ts           # Legacy executor
โ”œโ”€โ”€ src/
โ”‚   โ”œโ”€โ”€ pumpfun.ts          # Pumpfun create & buy instructions
โ”‚   โ”œโ”€โ”€ main.ts             # Distribution & wallet management
โ”‚   โ”œโ”€โ”€ bondingCurveAccount.ts
โ”‚   โ”œโ”€โ”€ globalAccount.ts
โ”‚   โ”œโ”€โ”€ metadata.ts         # Token metadata
โ”‚   โ”œโ”€โ”€ uploadToIpfs.ts     # IPFS upload
โ”‚   โ”œโ”€โ”€ vanity.ts           # Vanity address
โ”‚   โ””โ”€โ”€ idl/                # Pumpfun program IDL
โ”œโ”€โ”€ utils/
โ”‚   โ”œโ”€โ”€ utils.ts
โ”‚   โ””โ”€โ”€ swapOnlyAmm.ts
โ”œโ”€โ”€ keys/                    # Generated keypairs
โ”œโ”€โ”€ image/                   # Token images
โ”œโ”€โ”€ .env.example
โ””โ”€โ”€ package.json

Requirements

  • Node.js 18+
  • Solana RPC (e.g. Helius)
  • Jito or bloXroute access for the chosen mode

Contact


Disclaimer

This software is for educational and research purposes only. Use at your own risk and in compliance with applicable laws and platform terms of service.


Pumpfun stealth bundler ยท Bubblemap bypass ยท Pumpfun token launch

๐Ÿ”— More in this category

ยฉ 2026 GitRepoTrend ยท 0xTan1319/pumpfun-stealth-bundler-bubblemap-bypass ยท Updated daily from GitHub