Bundler
A tool that packs token creation plus multiple buy instructions into a single atomic transaction (or Jito bundle) so they all execute together.
A bundler is a launch tool that combines the create-token instruction with N buy instructions into one atomic group — usually a Jito bundle on Solana — so either every step succeeds or the whole launch reverts. The practical effect is that the deployer's own wallets fill the first N buys at the lowest prices on the curve, before any external sniper can react. Vortex is a bundler with additional features layered on top (anti-sniper, AutoTP, warmup).
Related
- Bundled launchA token launch where the create transaction and several buy transactions execute atomically together, filling the deployer's wallets first.
- Jito bundleA group of up to 5 Solana transactions that Jito's block engine attempts to land atomically in the same slot.
- Dev buyThe deployer's initial purchase of their own token in the same transaction (or bundle) as the token creation.
- Sniper botAn automated bot that watches Solana for new token mints and tries to buy them in the very first block after launch.