Pre-trade trust check for AI agents on Base — live

A free, anonymous, no-API-key OFAC SDN wallet screen an agent calls before it transacts — so it doesn't route funds to a sanctioned wallet and create OFAC exposure. This page runs the real /v1/trust-check/ofac calls live in your browser — no mockups.

paladinfi — live OFAC screen

These are real POSTs to swap.paladinfi.com — open your browser's Network tab to verify; it's a live API, not a recording.

Run it yourself — one POST, no key

curl -X POST https://swap.paladinfi.com/v1/trust-check/ofac \
  -H "content-type: application/json" \
  -d '{"address":"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"}'

Tutorial: paladinfi.com/docs/screen-wallets · Verify our signed responses: /docs/verify-responses · Code + plugins: github.com/paladinfi