Same-Slot Buys vs. Bundled Buys: What On-Chain Data Actually Proves
"Same slot" and "bundled" get used interchangeably in a lot of token research, but they're not the same claim — and the difference matters if you're actually reading on-chain data instead of just trusting a label.
What a slot is
A slot is Solana's basic unit of block time — roughly 400 milliseconds. Multiple transactions can land in the same slot without being related to each other at all; that's just normal network throughput, not evidence of coordination.
What "bundled" actually claims
A bundle, in the Jito sense, is a set of transactions submitted together with a guarantee they'll either all land or none will, in a specific order, in the same block. That's a much stronger claim than "these transactions happened to land in the same slot" — it implies deliberate coordination by whoever submitted them.
Why public data can show one but not prove the other
Once transactions are confirmed on-chain, a bundle and a coincidence look identical in the historical record — you can see that several buys landed in the same slot, but the mechanism that got them there (a Jito bundle vs. independent transactions that happened to land together) isn't something the confirmed chain data proves either way.
This is why, when we built our own Bundle Checker, we call the output a "bundle signal" rather than a bundle detector. It reports same-slot buyer activity — how many wallets, how much supply, whether they still hold — as a data point. It doesn't claim to have proven a Jito bundle was used, because same-slot data alone can't support that claim.
A practical rule of thumb
- 2 wallets buying in the same slot can happen by coincidence, especially on a token getting a lot of attention.
- A larger number of wallets, all landing in the same slot, taking a meaningful share of supply, is a stronger signal — still not proof, but harder to explain as coincidence.
- Whether the wallets involved still hold their positions afterward is often more informative than the same-slot fact alone.
Getting the underlying supply numbers right matters just as much as the same-slot signal itself — see why bundle checkers can show over 100% for a related methodology issue we ran into.
Our Bundle Checker shows all of this together — same-slot counts, supply share, and current holdings — so you can weigh it yourself instead of relying on a single flag.