Suspicious Trading Volume Analyzer
Free to download on every platform. Comes pre-installed on BotFone, BotPad and BotFlip — with extra free apps included.
About this app
WHAT IT DOES
Suspicious Trading Volume Analyzer reads live on-chain data from any EVM token and uses AI to detect suspicious trading volume patterns, wash trading, and artificial volume inflation. It analyzes trading volume history from DEX pools, tracking volume spikes and patterns over time. It examines liquidity pool reserves (reserve0, reserve1) to calculate volume-to-liquidity ratios that reveal thin markets with artificially high volume. It detects wash trading indicators including repeated trades between the same addresses and circular trading patterns. It analyzes holder distribution to identify volume concentration where few accounts drive the majority of trading activity. It tracks whale trading activity and large swaps that may indicate coordinated manipulation. It analyzes transaction count and frequency patterns. The AI generates a plain-language verdict—SAFE, SUSPICIOUS, or MANIPULATED—along with specific explanations of the volume risks before you buy or trade the token.
HOW TO USE
Paste any EVM token contract address into the input field. The tool reads the token's metadata and attempts to locate its liquidity pool. It fetches transfer event logs to estimate trading volume and transaction count. It scans for volume spikes that indicate artificial activity. It calculates holder count and volume-to-holder ratios to assess organic vs manipulated activity. It detects repeated transfer patterns that may indicate wash trading. The AI receives all this data and returns a verdict: SAFE (organic volume patterns), SUSPICIOUS (some concerning indicators), or MANIPULATED (clear evidence of volume manipulation). The AI also provides a detailed plain-language explanation of the specific volume manipulation indicators and what risks they represent for potential buyers.
CHUNKED LOG SCANNING WITH AUTOMATIC BACKOFF AND WASH TRADING DETECTION
The tool fetches transfer event logs to estimate trading volume and identify suspicious patterns. Public RPC endpoints enforce varying block range limits per request—some allow 10,000 blocks, others only 2,000, and some reject requests that span more than a few hundred blocks. This tool automatically detects the per-request range limit by probing and adjusts batch sizes accordingly. It walks backwards from the current block in chunks and, if a request fails due to a range limit, it halves the chunk size and retries. If a request fails due to rate limiting, it backs off exponentially and resumes from the last successfully scanned block. The scan covers the most recent 100,000 blocks to capture recent trading activity. For each transfer log, the tool aggregates total transfer volume and counts transactions. It detects wash trading indicators by identifying repeated transfers between the same addresses and circular patterns (address A → B → A). It also scans for volume spikes by comparing individual transfer amounts against the median transfer size—transfers over 10x the median are flagged as potential manipulation. The tool also attempts to locate the token's liquidity pool and reads reserve balances to calculate volume-to-liquidity ratios.
WHAT IT CANNOT SEE
This tool cannot detect off-market wash trading or volume manipulation on centralized exchanges—it only analyzes on-chain DEX activity. It cannot analyze off-chain volume claims made on websites or social media. It cannot predict future volume patterns with certainty. It cannot detect volume that is aggregated across multiple DEXs if not connected to the chosen network. It cannot analyze tokens that have no liquidity pool or are not on a supported DEX. It cannot see pending transactions not yet in the mempool. It cannot verify if volume is organic vs manipulated without additional context—similar patterns could occur naturally in highly active tokens. It cannot detect volume manipulation that occurs through multiple, well-distributed wallets that avoid obvious patterns.
PLEASE NOTE
EVM chains only. This tool reads on-chain data and generates AI explanations—it does NOT sign transactions or execute any on-chain actions. The wallet's own signature prompt remains the final gate for every real action. Always review the exact transaction details in your wallet before approving any token purchase or trade. The AI assessment is informational only and does not constitute financial advice. Volume analysis is based on historical data and does not guarantee future performance.