Skip to content
The Sniper Bot Index
Navigation

Solana trading automation, classified

Most arguments about "the best bot" are arguments between different categories of software. This desk separates the classes, describes the execution path each one depends on, and publishes the criteria we use to judge them.

The starting question is never which product to buy. It is which class of automation matches the objective, and whether the operator can survive its failure modes.

What this index covers

ChainSolana mainnet
ClassesSniper, copy, volume, market making, arbitrage
ExecutionLanding, priority fees, bundles, RPC
RiskToken checks, key custody, failure modes
ExcludedProfit claims, signal groups, paid rankings

Three desks, three questions

Everything published here belongs to one of three sections, because readers arrive with one of three questions: what is this thing, why did my transaction not work, or how do I not get hurt.

Bot classes

Taxonomy and comparison. What each category optimises for, who it suits, and how the categories bleed into each other in real products.

Execution

The network layer: how a signed transaction reaches a leader, what it costs to be prioritised, and where latency is actually spent.

Risk desk

Security and operational failure. Token screening, key custody, permission scope, and the incident patterns that repeat.

Before you fund anything

Three pages that cost nothing to read and prevent the losses this niche is known for. None of them are about picking winners; all of them are about not handing away control.

  • Twelve pre-entry checks — mint and freeze authority, LP status, Token-2022 extensions, and a simulated sell before the buy.
  • Keys, wallets and permissions — what a pasted private key grants, what a wallet connection grants, and how to size the blast radius.
  • Failure modes — the eight patterns behind most "the bot lost my money" reports, with the diagnostic for each.

Where a managed console fits

Reading about execution is not the same as watching it. A managed console is the shortest way to see the surface a running system exposes: which venues it routes across, how a run is configured before it starts, what the fee model looks like when it is written down, and what telemetry comes back while orders are in flight. That surface is exactly what the checklists on this site ask you to inspect.

Two caveats, in the order they matter. A hosted platform is a custody and dependency decision, so read what the permission model actually grants before it holds anything. And a console makes operating easy, not correct: the configuration questions in the nine-criteria framework stay yours to answer.

How this index is maintained

An index is only useful if its method is legible. Here is ours, including the parts that limit what we can say.

Mechanism first

Every claim traces to a documented protocol behaviour, a public program interface, or an observation any reader can repeat with an RPC endpoint and a block explorer.

Classes, not leaderboards

We compare categories and criteria. We do not publish vendor scores, review counts or performance tables, because we cannot verify a private execution engine from the outside.

Numbers are labelled

Protocol constants are stated as constants. Everything else is worked as clearly labelled illustrative arithmetic with its inputs visible, so you can substitute your own.

Corrections are cheap

Solana changes. When a page goes stale we amend it and say what changed rather than quietly rewriting history. The editorial policy spells this out.