// WHY THIS MATTERS
OFAC sanctions are strict liability — you can be penalized for paying a sanctioned party even if you had no idea. An agent acting on its own isn't a defense; it's the problem. Autonomy didn't remove the obligation — it removed the human who used to catch it.
// HOW IT WORKS
Your agent is about to pay a counterparty in USDC (x402) on Base.
Checked against sanctions, counterparty reputation, price anomaly and velocity.
Before any money moves.
Ed25519-signed proof anyone can verify — your audit evidence.
// TRY IT — FREE & LIVE
// PRE-SIGNATURE :: VERDICT> ask before your agent pays a counterparty — get GO / HOLD / STOP and a receipt anyone can verify. verdict, never custody.
FREE PREVIEW · AMOUNTS < $10 · VERDICT ONLY, NEVER CUSTODY
SIGNALS :: reputation · price-anomaly · OFAC · recipient-integrity
// HOW TO USE IT
A human checking one payment, or an agent screening every payment — same verdict, same signed receipt.
Tip: tap the [ SANCTIONED ] or [ UNKNOWN PAYEE ] preset in the tool above to see a live STOP.
Point any MCP client (Claude, Cursor, …) at the remote server. Your agent gets a forecast_payment tool it calls before it signs.
{ "mcpServers": {
"blackwall": {
"command": "npx",
"args": ["-y", "mcp-remote",
"https://mcp.blackwalltier.com"]
} } }
POST the payment, get the verdict + signed receipt back. Free under $10 at risk; pay-per-call over that via x402 (USDC on Base).
curl -X POST \
https://agent-egress-proxy.onrender.com/v1/forecast-payment \
-H 'content-type: application/json' \
-d '{"counterparty":"0x…","amount":"5",
"asset":"USDC","chain":"base"}'
→ { verdict, score, reasons, signed_receipt }
// SIGNALS
Four signals, every payment, before the signature.
SDN + EU / UN / UK consolidated lists, including entities 50%+ owned by sanctioned persons. Strict liability.
On-chain settlement & dispute history. Is this payee known and clean?
Quoted amount vs the payee's own median. Catches overcharge and drain.
Sudden flow spikes and sybil fan-out patterns across counterparties.
// THE DIFFERENCE
The same agent payment, two outcomes.
// RULES OF ENGAGEMENT
Agents inherit the full compliance obligation of whoever deploys them — and the rules assume a human. These are the ones that bite payment-capable agents.
// FREE, NO INTEGRATION
Point us at your agent's payment flow — we'll screen it and hand you the payments that should have been held, plus a signed receipt for each.
Get your payments screened →Not legal advice. This page describes general US OFAC/AML exposure for autonomous payments; confirm your specific obligations with qualified compliance counsel. Penalty figures are statutory maximums (IEEPA-based programs, 2026) and adjust for inflation. Sources: OFAC Civil Penalties & Enforcement, OFAC Economic Sanctions Enforcement Guidelines, GENIUS Act AML/sanctions NPRM (FinCEN/OFAC, 2026).
Black_Wall is a product of BlueTier Operations. Verdict only, never custody.