Introduction

The most technical part of the series

Parts 1 through 5 covered the regulatory landscape, the typologies, and the training gap. This closing part is the most technical: where wallet screening logic itself actually breaks down in practice, the specific mechanics, not just the general warning that "crypto is different."

Breakdown 01

Exact match is necessary but nowhere near sufficient

Screening a wallet address against a sanctions list sounds simple: string match, done. It isn't, for two structural reasons.

A designated person rarely operates only one address

Part 4 covered a real example, five Ethereum addresses attributed to a single sanctioned individual in one OFAC action. Screening only the addresses actually published on a sanctions list misses every unpublished address in that same person's cluster, and clusters are identified through blockchain analytics and heuristics, common-input-ownership, change address detection, exchange deposit tagging, not through the sanctions list itself.

Clustering confidence isn't binary

A wallet might be attributed to a sanctioned entity with high confidence, based on repeated direct transactions, or with much lower confidence, based on an indirect pattern that merely resembles known behaviour. A screening tool that treats every cluster hit as equally certain will either drown analysts in low-confidence noise or, worse, get tuned down until it also suppresses genuine high-confidence hits.

A design decision, not a technical afterthought
Confidence thresholds need to be explicit and adjustable, not baked in silently. Whoever owns the screening design has to decide, deliberately, where the line between "flag it" and "suppress it" actually sits.
Breakdown 02

Mixing and tumbling break the assumption clustering relies on

Address clustering heuristics generally work by inferring that addresses used together in the same transaction are likely controlled by the same entity. A mixing service exists specifically to break that inference, pooling funds from many unrelated users and redistributing them so that the on-chain link between a deposit and a withdrawal address is deliberately severed. This is exactly why Part 3 framed mixer usage as a red flag requiring further review rather than an automatic red flag against the receiving address itself, mixing is genuinely dual-use, and a screening design that treats every address that's ever touched a mixer as automatically tainted will flag a large volume of entirely legitimate activity alongside the genuinely suspicious activity it's trying to catch.

Breakdown 03

Cross-chain activity resets what your tooling actually knows

A wallet's transaction history on one chain tells you nothing about its activity on another. Bridges and cross-chain swaps move value between blockchains, and different bridge protocols vary significantly in how much transaction metadata they preserve versus discard in the process. A screening tool built around single-chain visibility will show a wallet as having a short, clean history, when in reality that's simply where its visible history begins, not where its activity actually started.

Breakdown 04

Custodial wallets hide the individual behind the exchange

A wallet address belonging to a cryptocurrency exchange represents potentially thousands of individual users pooled together. Activity that looks like one entity's behaviour from the outside, high volume, frequent counterparties, is often just the exchange's own operational wallet doing what exchange wallets do. Distinguishing a genuine custodial exchange wallet from a wallet exhibiting exchange-like behaviour for less legitimate reasons requires attribution data most raw on-chain analysis alone can't supply, exchange wallet labelling depends on external intelligence, not just transaction graph analysis.

Section 05

What good wallet screening actually requires, in practice

Pulling the above together into design requirements, not just warnings:

  1. Cluster-aware screening, not single-address matching, with an explicit, adjustable confidence threshold rather than a fixed, opaque cutoff.
  2. Ongoing, near-real-time monitoring, not point-in-time screening at onboarding, given how fast a clean wallet can become exposed.
  3. Multi-chain visibility built in from the start, not treated as a future enhancement, since single-chain tooling systematically understates genuine risk.
  4. Mixer interaction treated as a risk factor triggering review, not an automatic disqualifier, consistent with the dual-use reality covered in Part 3.
  5. Exchange wallet labelling maintained as a distinct data source, since transaction graph analysis alone can't reliably tell a custodial wallet from an unusually active individual one.
The tool's job is to surface the right pattern with the right context.

None of this replaces human judgement, it structures what the human judgement is actually being applied to. The analyst's job, same as every case in Scenario Lab, is deciding what that pattern actually means.

Put it into practice
See sanctions and PEP screening applied to a real name check
Free, no login. The same judgement call this guide describes for wallets applies directly to counterparties and beneficial owners.
Screen a name →
Closing

Where the Crypto Guide closes

This closes the Crypto Guide series. Together, all six parts cover what counts as regulated activity, the current authorisation timeline, the actual laundering typologies, how wallet sanctions designations work in practice, where standard AML training falls short for crypto-touching cases, and where wallet screening logic itself needs to be built differently from name screening.

Quick Reference
Where wallet screening logic breaks down, cheat sheet summary Summary card covering clustering and confidence, mixing as dual-use, cross-chain and custodial wallet gaps, and five design requirements for wallet screening tools, for the Crypto Guide Part 6 guide. Where Screening Breaks Down AT A GLANCE — CHEAT SHEET CLUSTERING & CONFIDENCE Multiple addresses per entity, not one-to-one Confidence thresholds must be explicit, adjustable MIXING IS DUAL-USE Breaks the clustering inference deliberately Flag for review, don't auto-block the receiver CROSS-CHAIN & CUSTODIAL Short history may just be where visibility starts Exchange wallets need labelling, not just graphs THE FIVE DESIGN REQUIREMENTS 1 Cluster-aware, not 1:1 matching 2 Near-real-time, ongoing monitoring 3 Multi-chain visibility built in 4 Mixer flags review, not auto-block 5 Exchange wallet labelling maintained A summary aid, not a substitute for the full guide or professional advice. fincrimeradar.org