Market surveillance · Ethereum · LooksRare

NFT Wash-Trading Memory Agent

A market-surveillance agent that finds fake-volume trading rings on-chain — and remembers every confirmed case so it catches the next one faster.
memory: confirmed cases
known false-positives

Trading never stops — so neither does the agent. A scheduled job (an AWS Lambda on a daily timer) scans each day's new trades, detects fresh rings, and — the key part — ranks them by how closely they match cases already confirmed in memory. The analyst opens a worklist that's already triaged: "this new ring is 99% identical to confirmed case C020 — start here."

Step 1 Daily blocks every trade in the last 24h
Step 2 Ring detection closed loops in the trade graph
Step 3 AWS Bedrock embed each ring · 1024-dim
Step 4 CockroachDB vector matchthe memory against every confirmed case
Step 5 Prioritized worklist ranked before the analyst opens it