OFAC-Sanctioned Crypto Addresses: How to Screen a Wallet List
September 18, 2026
For any team touching crypto flows — an exchange, a VASP, a fintech, a compliance desk — the same question comes up constantly: is this address, or this list of addresses, exposed to sanctions risk? Answering it for one wallet is easy; answering it for a hundred thousand is where manual work collapses.
What sanctions risk looks like on-chain
It isn't only about an address appearing directly on the OFAC SDN list. It's also proximity: funds through a sanctioned mixer, wallets tied to a sanctioned entity, or addresses flagged by other jurisdictions (EU/UK). A useful tag taxonomy captures all of this, not just a single yes/no.
Why manual screening fails at scale
- It misses indirect exposure entirely.
- It goes stale the moment a new designation is published.
- It simply doesn't run across large lists in reasonable time.
A bulk risk-tag workflow
Enrich your whole list in one pass with the labels API: every address comes back with risk tags attached (OFAC/EU/UK sanctioned, mixer, centralized exchange, high-transacting). Screening becomes a filter, not a research project — sort by tag, escalate the flagged rows, keep an auditable record.
Direct hits vs. proximity
A mature workflow separates two things. A direct hit — the address itself is on a sanctions list — is a hard stop. Proximity exposure — the address received funds from a mixer, or is one hop from a sanctioned entity — is a signal to investigate, not an automatic block. Because ChainLabel returns the full tag set per address, you can encode both rules: fail-closed on direct designations, queue-for-review on proximity, and document why each decision was made.
For teams that would rather hand over a file than integrate, the bulk export returns your list pre-tagged. For a live screening pipeline, wire the API into your onboarding or transaction-monitoring flow.
Sanctions screening is high-stakes: treat any data source as one input into your compliance program, not the whole program. Start free and send a small sample of addresses you already know to check tag quality first — see also our note on scam & high-risk labels.