OFAC sanctions screening for autonomous payments. One API call. Verdict in under 50ms. Full audit trail. Works with any protocol.
ClearAgent screens the counterparty before money moves. Register once, screen every payment, get a durable audit trail.
OFAC clear, policy within limits. Audit trail logged automatically.
PEP match or adverse media flag. BSA officer reviews before settlement.
Sanctions hit or policy violation. Payment never clears. Operator notified.
# 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" }'
{
"verdict": "PROCEED",
"latencyMs": 23,
"trace": [
"ofac:CLEAR",
"pep:CLEAR",
"policy:within_limit"
],
"auditId": "txn_8Kx2mQ9v..."
}Free tier. No approval process. First screen in under two minutes.