| Pool Safety Monitor |
New Uniswap V2/V3 pair creation across Ethereum, Base, and Polygon; watches for impersonation tickers and suspicious launches |
Early detection alerts, pair addresses, launch timestamps, multi-chain coverage map |
| Contract Creator Intel |
Etherscan/Routescan getcontractcreation — links token contract to deployer wallet and creation transaction |
Deployer address, creation tx hash, Etherscan links, contract-vs-EOA classification |
| Honeypot Sell Simulator |
Simulates Uniswap V2 router sell (token → WETH → USDC) without spending gas; catches TRANSFER_FROM_FAILED and sell-tax blocks |
Proof that quotes succeed but transfers revert — hallmark honeypot evidence with simulation logs |
| Transfer Graph Analyzer |
Full ERC-20 Transfer event log scrape from token deployment through present block |
Complete CSV of buys/sells, wallet participation counts, volume totals, activity window |
| Wash Trade Detector |
Cross-references wallets that both bought from and sold to the pool; detects coordinated 3-buy/2-sell cycles |
Wash-trader wallet list, overlap percentage, pattern indicators vs organic retail trading |
| Stuck Holder Identifier |
Finds wallets that purchased from the pool but never successfully returned tokens (likely real victims) |
Victim wallet table with buy counts, token balances, USD loss estimates, transaction hashes |
| Operator Wallet Clustering |
Traces ETH/USDC funding flows from funder → deployer → LP seeder; maps internal transfers at launch |
Suspected operator address table with roles (funder, creator, LP) and supporting evidence |
| Seed Liquidity Analyzer |
Identifies who deposited initial LP, whether creator seeded 100% of supply, and estimated USD at launch |
LP wallet, seeding tx, quote-side USD estimate, “creator_seeded_pool” flag when applicable |
| Whale Activity Scanner |
Monitors large swaps and known-whale wallet involvement in token transfers and pool events |
Whale buy/sell events with USD estimates, timestamps, and known-entity labels where available |
| Risk Score Engine |
Composite 0–100 score from flags: hype ticker, unverified xStock symbol, thin liquidity, creator-seeded pool, large whale sells |
Risk score, flag list, plain-English interpretation for non-technical readers |
| Unverified Token Activity Tracker |
Logs all pool swap activity on tokens not in verified registries; records blocked-buy events from automated scanners |
Activity JSONL export, watch-target list, bot-discovery timestamps |
| Timeline Reconstruction Engine |
Orders all material events UTC: funding, mint, LP seed, first wash trade, victim buys, last activity |
Chronological event table with block numbers, tx hashes, and narrative annotations |
| Token Metadata Validator |
Checks Etherscan verification status, issuer metadata, registry membership (e.g. Backed xStocks), empty website/audit fields |
Impersonation evidence — “not affiliated with legitimate issuer” documentation |
| Multi-chain Scan API Integrator |
Unified access to Etherscan, Basescan, Polygonscan, and Routescan for logs, balances, and internal txs |
Cross-chain address activity summary when scammers bridge or redeploy |
| IC3 Complaint Assistant |
Generates structured narrative sections, complainant fields, subject wallet list, and technical detail blocks for FBI IC3 web form |
Pre-filled markdown sections you can paste into IC3 Steps 3–6; reduces errors and omissions |
| Evidence Export Pack Generator |
Bundles CSV, JSON, and markdown into a single case folder with consistent naming and checksums |
case-{id}-transactions.csv, stuck-holders.csv, FBI-REPORT.md, raw JSON datasets |