Live on Cloudflare Workers · Starts at $5/month

Screen every AI agent payment before it settles.

Screen and validate payments before they happen to stay compliant and reduce risk. One API call. Verdict in under 50ms. Full audit trail for BSA examination.

Get API Key → Try Live Demo
<50ms
Verdict latency
38K+
SDN entities
650+
Sanctioned wallets
9
Chains
Who Is This For

We help companies screen payments before they happen — so you stay compliant and reduce risk.

🤖

AI Agent Developers

Your agent pays vendors, buys compute, or moves funds autonomously. ClearAgent screens every counterparty before settlement — one API call, one line of code. Ship compliant agents without building your own sanctions infrastructure.

🏦

Fintechs & Neobanks

You're adding AI-assisted payments and need BSA/AML screening that works at machine speed. ClearAgent plugs in alongside your existing compliance stack — Chainalysis for chain analysis, ClearAgent for pre-settlement screening and audit trail.

🛡️

Compliance Officers

You need a single pane of glass for agent-initiated payments. ClearAgent gives you a deterministic 25-rule engine, REVIEW queues with human-in-the-loop disposition, and a D1 audit trail ready for BSA examination.

How It Works

One call between your agent and settlement.

ClearAgent screens the counterparty before money moves. Register once, screen every payment, get a durable audit trail.

Your agent
Initiates payment
ClearAgent
Screen <50ms
OFAC · Policy
Settlement
Payment clears
Clear

Clean — payment settles

OFAC clear, policy within limits. Audit trail logged automatically.

Review

Held for human approval

Spend policy flag, velocity anomaly, or behavioral trigger. Transaction stays pending until your compliance officer approves or rejects via the review endpoint. No automatic timeout — a human decides.

Block

Stopped pre-settlement

Sanctions hit or hard policy violation. Payment never clears. Operator notified.

Unknown

No credential presented

Agent has no valid KYA credential. Hold payment until operator registers.

request
# Screen before payment
curl -X POST https://api.clearagent.dev/v1/screen \
  -H "Authorization: Bearer <token>" \
  -d '{
  "token":   "<agent-jwt>",
  "cpName":  "Acme Corp",
  "cpWallet": "0x71C7656EC7ab88b...",
  "amount":   50000,
  "currency": "USDC",
  "chain":    "ethereum"
}'
200 OK 23ms
{
  "txnId":          "txn_8Kx2mQ9v...",
  "verdict":        "CLEAR",
  "riskScore":      2,
  "reason":         "All checks passed",
  "signals": {
    "ofac":        "CLEAR",
    "spendPolicy": "CLEAR"
  },
  "responseTimeMs": 23,
  "screenedAt":    "2026-03-21T14:32:18Z"
}
Works with every payment rail your agents use SStripe MPP $x402 (Coinbase) AATXP BACH / Wire / Cards W9 Chains
Under the Hood

Purpose-built for agent payments.

ClearAgent runs on Cloudflare Workers at the edge — no cold starts, no containers, no third-party proxy. OFAC screening, spend policy enforcement, and audit logging execute in the same V8 isolate that handles the HTTP request.

38K+

SDN entities matched in-memory

Full OFAC SDN list synced nightly from US Treasury via GitHub Actions. Re-screened on every API call — not just at onboarding. If a counterparty is sanctioned tonight, they're blocked tomorrow. Exact, substring, Levenshtein, and homoglyph matching catches evasion attempts like "GАRАNTEX".

25

deterministic screening rules

Weighted rule engine with explicit precedence. OFAC hits (weight 35–40) override everything. Credential violations (25–45) next. Spend policy checks (8–15) last. No ML black box — every verdict is explainable and auditable.

2

token auth model

Operator gets a 1-year KYAOperatorCredential. Each agent gets a 90-day KYAAgentCredential (ES256 JWT) with embedded spend limits, allowed chains, and mode (supervised vs. autonomous). Credentials are the policy — no config files, no dashboards to forget.

D1

screening log for audit trail

Every screen writes to Cloudflare D1 — txn_id, verdict, risk score, rule triggered, response time. REVIEW verdicts enter a resolution queue. Records available via API for 90 days; institutions export to their own store for BSA 5-year retention.

Pricing

Simple pricing. Scale when you're ready.

Subscribe, get your API key, and start screening. Upgrade to Pro when you need volume.

Pay Per Call x402
$0.005 /screen
No subscription. No API key. Pay with USDC on Base via the x402 protocol. Perfect for autonomous agents.
  • Pay only for what you use
  • No registration required
  • USDC on Base (Coinbase L2)
  • Full OFAC SDN screening
  • 25-rule engine
  • Audit trail included
View Docs →
Starter
$5 /month
100 screens per month. For evaluation, prototyping, and early integrations.
  • 100 screens per month
  • Full OFAC SDN screening
  • 25-rule engine — same as Pro
  • 2-token auth (operator + agent)
  • D1 audit trail
  • Usage headers on every response
Get API Key →

FinCEN regs land July 2026.
Start screening today.

Starts at $5/month. First screen in under two minutes.

Get API Key → Try Live Demo Talk to Us