DEV Community

Sol Brad
Sol Brad

Posted on

We built a same-block launch bundler for Solana memecoins — here's how it works

We built a same-block launch bundler for Solana memecoins - here's how it works

Every Pump.fun launch has the same problem: the second your token goes live, snipers and bots see the transaction before your own buy lands. By the time a normal wallet gets in, the price has already moved.

We built SolBundle to fix that — atomic Jito bundles that create the token and buy from up to 4 wallets in the same block, so nobody can front-run your own launch.

How it works

  1. Fund your wallets — generate or import wallets, top them up with SOL.
  2. Build the bundle — set your buy size or target %, SolBundle simulates and packs it.
  3. Send it — one click, the whole bundle lands in a single block via Jito.

Wallet management is custodial: keys are encrypted server-side, and each wallet gets auto-numbered so you're not juggling addresses manually.

Free on-chain tools

Because building this meant writing a lot of Solana/Pump.fun analysis code anyway, we opened up a /tools section with free scanners:

  • Bundle Checker — same-block buyer activity and bundled supply for any token
  • First Buyers Scanner — who bought first, and whether they still hold
  • Dev Wallet Checker — creator wallet's initial position vs. current status
  • Holder Checker — real holder count and concentration, scanned directly on-chain
  • Bonding Curve Calculator — live graduation progress, exact SOL remaining
  • Token Scanner — all of the above in one pass

Everything reads live from the chain rather than a cached snapshot — no wallet connection needed, no account.

Try it

Would love feedback from anyone who's built around Pump.fun's bonding curve or Jito bundles — happy to compare notes in the comments.

Top comments (1)

Collapse
 
sol_brad profile image
Sol Brad

if you have any questions feel free to ask 💟