Detecting Snipers & Bundlers
When a new token launches, certain actors use automated tools and coordinated strategies to gain unfair advantages. Understanding these patterns is crucial for evaluating token health and avoiding manipulated launches.Why it matters: Tokens with high sniper/bundler activity often indicate coordinated manipulation. Detecting these patterns helps traders avoid rug pulls and identify legitimate organic trading.
The Terminology
Sniper
A sniper is a wallet that purchases tokens within the first few blocks (typically 0-3 blocks) after a token launches. They use:- MEV bots to front-run other buyers
- Private RPCs to get faster transaction inclusion
- Pre-signed transactions ready to fire the moment the token deploys
Bundler
A bundler coordinates multiple wallets to buy in the same block or even the same transaction. This is done to:- Bypass max wallet limits set by the token contract
- Create artificial demand by making it look like many people are buying
- Distribute tokens across wallets for a coordinated later dump
Insider
An insider has privileged access to information about the token before public launch:- Funded directly by the deployer wallet
- Has transaction history with the dev team
- Bought tokens before any public announcement
Dev (Deployer)
The dev tag marks the wallet that deployed the token contract. Tracking dev holdings is critical:- Dev selling early = major red flag
- Dev holding = aligned incentives (but not always)
- Dev wallet transferring to new wallets = potential stealth dump preparation
How Detection Works
Sniper Detection
We identify snipers by analyzing the timing and context of early buys:
A wallet matching multiple signals gets tagged as a sniper.
Bundler Detection
Bundlers are detected through cluster analysis of related wallets:
When we find a cluster of 3+ wallets with these patterns, all get tagged as bundlers.
Insider Detection
Insiders are identified through on-chain relationship analysis:Reading the Data
Holder Concentration Metrics
We calculate how concentrated token ownership is:
Healthy ranges:
- Top 10: < 30% (excluding liquidity pools)
- Dev: < 5% or locked/burned
Tag Distribution
For any token, you can see the breakdown of holder types:Risk Assessment Framework
Green Flags 🟢
- No snipers in top 20 holders
- Zero bundler activity detected
- Dev wallet has < 3% and hasn’t sold
- Organic distribution across many wallets
- Top 10 holds < 25%
Yellow Flags 🟡
- 1-2 snipers in top 20 (common, not always bad)
- Small bundler cluster (< 5% total holdings)
- Dev slowly selling (< 10% sold)
- Top 10 holds 25-40%
Red Flags 🔴
- Multiple sniper wallets holding > 20% combined
- Large bundler networks (10+ wallets)
- Snipers haven’t sold (coordinated dump incoming)
- Dev wallet transferring to fresh wallets
- Insiders holding significant amounts
- Top 10 holds > 50%
Practical Examples
Example 1: Clean Launch
Example 2: Suspicious Launch
Example 3: Insider Activity
API Access
Get Holder Positions with Labels
Use the holder-positions endpoint to get holders with their tags (sniper, bundler, insider, etc.):Get Token Details with Holdings Stats
For aggregated stats (top 10%, sniper %, bundler %), use token-details:top10HoldingsPercentage,top50HoldingsPercentage,top100HoldingsPercentagedevHoldingsPercentagesnipersHoldingsPercentagebundlersHoldingsPercentageinsidersHoldingsPercentage
WebSocket Stream
Subscribe to real-time holder updates:For detailed WebSocket documentation, see Holders Stream.
Combining Signals
The most powerful analysis combines holder tags with other data:With Trading Fees
High sniper activity + high platform fees = likely bot trading through aggregators like Axiom/GMGN. See Understanding Trade Fees.With Bonding Curve Progress
Snipers buying before 50% bonded = trying to get lowest prices. Snipers buying after 80% bonded = anticipating Raydium migration momentum. See Bonding Curves.With Volume Patterns
Sudden volume spike + no new snipers = organic interest. Sudden volume spike + new bundler cluster = coordinated pump.Summary
Understanding these patterns gives you an edge in evaluating whether a token launch is organic or orchestrated.