x402 AI Agent Compliance · Any wallet · Any chain
Scan any wallet.
Screen anyone.
AI-agent-native compliance APIs. Detect toxic wallets with Web3 Antivirus. Screen persons and entities against 1.3M+ sanctioned entries from OFAC, EU, UN, and 330+ sources. Pay $0.01–$0.04 USDC per call via x402 — no accounts, no API keys.
npx agentcash try https://scan.madhousewallet.comBuilt for
Gate agentic workflows on wallet risk before releasing funds or executing trades. Pay per check — no keys, no accounts, no contracts.
Screen wallets and counterparties at off-ramp time. Block or escalate based on toxicScore and sanctions status in a single round-trip.
Run a 50ms sanctions check before an expensive manual review. Skip clean entities; escalate matches with full dataset provenance.
Agent pays with USDC on
GET /api/public/quick-scan?address=0x...Pay $0.01 USDC via x402. Returns in ~350ms: toxicScore (0–1), riskLevel (PASS/LOW/MIDDLE/CRITICAL), shouldFlag, and each risk trait that fired. Use shouldFlag for the off-ramp gate — any non-zero score must be blocked.
GET /api/public/scan?address=0x...Pay $0.01 USDC. Same toxicScore and riskLevel, plus USD inflow/outflow per risk category, ENS resolution, and whether the address is a contract. Takes ~9s — use for audits and high-value decisions.
GET /api/public/quick-scan/solana?address=...Both scan modes have a /solana variant accepting USDC on Solana mainnet. Same response shape — drop-in for Solana-native agents.
GET /api/public/sanctions-check?name=Viktor+BoutPay $0.04 USDC via x402. Returns in ~50ms. Screens 1.3M+ entries from OFAC SDN, EU Financial Sanctions, UN Consolidated List, and 330+ global sources. Returns sanctioned (true/false), matchCount, and every matched entity with topics, matchedOn, and dataset provenance.
&country=ru&birthDate=1967-01-13Add country (ISO-2), birthDate (YYYY or YYYY-MM-DD), or address to eliminate false positives on common names. All optional — name alone is enough to start. Each extra param only narrows, never widens, results.
GET /api/public/sanctions-check/solana?name=...Pay with USDC on Solana mainnet. Same response — same 1.3M+ dataset. Designed for Solana-native agents and multi-chain compliance pipelines.
Solana variant available at /api/public/sanctions-check/solana