How Solana sniper bots work
The four decisions a sniper makes in the first seconds, why the filter stage is the only one an operator controls fully, and where each decision can go wrong.
DEC-01 Open the pageDetection is the first constraint and the most quietly decisive one. A program cannot filter on information that did not exist at the moment it heard about the token, and it cannot hear about the token at all unless something it subscribed to fired. Every screening rule written downstream is really a rule about the state visible from one particular vantage point.
The two pages in this section deal with that vantage point: how the whole decision is structured, and what the realistic event sources are. Neither of them is about how quickly you can sign afterwards.
How a new token becomes visible to a program at all: which event a bot is actually subscribed to, how much of the token state exists at that moment, and how the source of the signal limits every decision made after it.
The four decisions a sniper makes in the first seconds, why the filter stage is the only one an operator controls fully, and where each decision can go wrong.
DEC-01 Open the pageThe event sources a bot can subscribe to, what each one knows at the moment it fires, and the trade between hearing early and hearing something complete.
DEC-02 Open the pageIt will not tell you which RPC provider is fastest, because that is a commercial claim that changes weekly and cannot be verified from outside. It will not publish a latency figure for any detection path, because latency belongs to a specific endpoint, region and moment. And it will not treat being first as an objective in itself, since being first is only valuable if the thing you arrived at was worth arriving at.