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."
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.
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.
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.
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.
What good wallet screening actually requires, in practice
Pulling the above together into design requirements, not just warnings:
- Cluster-aware screening, not single-address matching, with an explicit, adjustable confidence threshold rather than a fixed, opaque cutoff.
- Ongoing, near-real-time monitoring, not point-in-time screening at onboarding, given how fast a clean wallet can become exposed.
- Multi-chain visibility built in from the start, not treated as a future enhancement, since single-chain tooling systematically understates genuine risk.
- Mixer interaction treated as a risk factor triggering review, not an automatic disqualifier, consistent with the dual-use reality covered in Part 3.
- 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.
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.
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.
- Part 1: Foundations and the Regulatory Ground Shifting Beneath Them
- Part 2: What to Actually Do Before October 2027
- Part 3: Typologies, Mixers, Layering, and Rug Pulls Explained
- Part 4: How Crypto Wallets Actually End Up Sanctioned
- Part 5: The Gap Between AML Training and a Real Crypto Case
- Part 6: Screening Logic and Wallet Addresses, Where It Breaks Down