What Is Bundle Buy on Solana? Multi-Wallet Buying in a Single Block Explained
Bundle Buy is a method of purchasing a token from multiple wallets in a single Solana block using a Jito Bundle. All buy transactions execute in guaranteed sequence within the same block, with no external transactions able to interfere in between.
This guide explains when Bundle Buy is needed, what problems it solves, and how it works in practice.
Why Bundle Buy Exists
When you need to accumulate a large amount of a token — to secure a position across multiple wallets, distribute supply away from a single address, or create upward price momentum — doing it from one wallet or through individual transactions doesn't work. This is where Bundle Buy is needed.
The Problem with a Single Large Buy
- Front-running risk. A large buy in a low-liquidity pool creates significant price impact — the ideal target for sandwich attacks that extract value from your trade.
- Holder concentration. One wallet ends up holding a disproportionate share of the token supply, visible to anyone checking the holder distribution on-chain.
Why Multiple Wallets?
On-chain analytics platforms like Solscan, GMGN and Dex tool display holder distribution as a key metric — for example, showing the percentage of supply held by the top 10 holders. When a single wallet holds 30–50% of a token's supply, it is flagged as a risk — other traders see it and assume a dump is coming. Many automated scanning tools also mark these tokens as potentially unsafe, reducing organic visibility.
When the same total supply is spread across 10 or 20 wallets, each holding a small percentage, the holder distribution looks organic. No single wallet triggers concentration warnings, and the token appears to have broader community interest — making it more likely to attract real buyers through aggregators or social channels.
The total amount purchased is identical. But the way it is distributed across wallets directly affects how the token is perceived by both traders and automated analysis tools.
What Bundle Buy Does Differently
Bundle Buy packages every wallet's buy into a single Jito Bundle. All transactions execute atomically in the same block, in exact order, fully hidden from MEV bots through the Jito Block Engine — preventing sandwich attacks and front-running from extracting value from your purchases**. The purchased tokens are **distributed across multiple wallets from the start, avoiding holder concentration in a single address. If any single transaction fails, the entire bundle is rolled back and nothing happens on-chain.
How Bundle Buy Works
Bundle Buy supports major Solana DEXs including Raydium, Pump.Fun, PumpSwap, and others.

- Select a token that is already trading.
- Import the wallets that will execute the buys.
- Set the buy amount per wallet or total amount to distribute.
- The platform packages all buy transactions into one Jito Bundle.
- The bundle is submitted to the Jito Block Engine — not the public pipeline.
- All buys execute atomically in the same block, in exact order.
The maximum number of buy wallets per bundle depends on the DEX:
| DEX | Max Buy Wallets per Bundle |
|---|---|
| Pump.Fun | 15 |
| Let'sBonk | 12 |
| Raydium LaunchLab | 12 |
| Raydium | 5 |
| PumpSwap | 5 |
| Other Dexes | 5 |
If any wallet's transaction fails, the entire bundle is rolled back. No SOL is spent. No wallet is left in a partial state.
For detailed setup instructions, see the Solana Bundle Buy documentation.
Summary
When a large buy is needed to drive a token's price up, Bundle Buy is one of the most effective approaches. It splits the purchase across multiple wallets and executes all buys in a single Solana block using Jito Bundles — distributing tokens to avoid holder concentration, and routing the entire operation through the Jito Block Engine to protect every transaction from sandwich attacks and MEV extraction.
