Insight · October 2024
"Compliant by design" actually means something: here's what
The phrase has been worn smooth by vendor decks. Used precisely, it describes one architectural decision: where the control sits relative to the transaction. This is the line between a control that prevents and a report that records.
A sanctions screen that runs after a transaction has settled is not a control. It is a report. By the time it fires, the bank has moved value to a counterparty it cannot recall, and the only moves left are remediation, disclosure, and an examiner conversation no one wants to have. The economic event and the compliance event have come apart, and no amount of dashboard polish puts them back together.
That gap between when value moves and when the control evaluates it is the entire subject of "compliant by design." Most of the time the phrase means nothing, because most of the time the speaker is describing software that produces compliance artifacts next to a transaction rather than software where the control sits inside the transaction path. The distinction is not rhetorical. It decides whether a control is preventive or detective, and examiners care a great deal about which one a bank actually has.
The test is where the control lives, not whether it exists
Almost every digital-asset platform can screen, monitor, and log. The question is sequencing. A control is embedded when the transaction cannot reach finality unless the control has evaluated it and passed. A control is bolted on when the transaction reaches finality and the control evaluates a copy of it afterward.
Concretely, an embedded design enforces OFAC SDN screening of both the customer and the destination wallet address before settlement is authorized. Not name-matching alone, which everyone now knows is insufficient, but transaction-graph analysis that surfaces indirect exposure: a counterparty two hops from a sanctioned mixer, a wallet that received funds through Tornado Cash, an address whose own deposit history fails. Banks generally expect this to run through Chainalysis, Elliptic, or TRM Labs, because the supervisory expectation is no longer "did you check a list" but "did you understand the exposure." If that evaluation is a precondition of settlement, the bank has a preventive control. If it runs on a feed of completed transactions, the bank has a detective control wearing the same vocabulary.
The FFIEC BSA/AML examination manual has long separated the two, and the separation has teeth. A preventive control stops a bad transaction. A detective control tells you a bad transaction happened. Both belong in a program. But a vendor that markets detective controls as preventive is making a claim the architecture does not support, and that is exactly the kind of overclaim that does not survive an examination.
Four controls that have to be in the path, not beside it
There is a short list of controls where placement is the whole question.
Screening before settlement. Customer identity is table stakes at onboarding: CIP, KYC, KYB, CDD, with EDD and beneficial-ownership resolution to the FinCEN CDD rule's 25 percent and control-person tests where the risk warrants it. The harder requirement is per-transaction sanctions screening of the counterparty and the address at the moment of the transaction, gating authorization. Onboarding screening tells the bank who its customer is. It does not tell the bank who that customer is paying today.
KYT as a gate, not a log. Know-Your-Transaction monitoring earns its name when it can hold or reject a transfer in flight based on on-chain behavior, such as exposure to a high-risk typology or a destination that lights up against a vendor's risk model. KYT that produces alerts for an analyst to review the next morning is useful, but it is a detective overlay. The architectural question is whether a sufficiently bad KYT result can prevent the transfer from completing at all.
Travel Rule data, captured at origination. FATF Recommendation 16 requires originator and beneficiary information to travel with the transfer above threshold, FATF's roughly $1,000 and the US BSA's $3,000. The clean implementation collects and transmits that data while the transaction is being constructed, so the obligation is satisfied by the act of transacting. The bolted-on version reconstructs originator and beneficiary information after the fact, which is operationally fragile and the kind of process that fails the same way twice.
Audit trails an examiner can use. The recordkeeping standard is immutable, exportable, examiner-ready. The phrase that carries weight there is examiner-ready, and it means more than "we kept the data." It means a supervisor can be handed a complete, tamper-evident record of who was screened, what the screen returned, what decision was made, who made it, and when, without a six-week reconstruction project first. Examiners want evidence, not explanations. A system built for evidence produces it on demand. A system built for operations produces explanations and then goes looking for the evidence.
Why "designed" is the load-bearing word
Compliance by design does not mean compliant. No infrastructure can be compliant on a bank's behalf, because compliance is a property of the institution's program, its people, and its supervisory relationship, not a property of a vendor's stack. A platform does not file a SAR for the bank; the bank's BSA officer decides whether the facts cross the roughly $5,000 threshold and signs the filing. A platform does not hold a license it can lend. Any vendor claiming otherwise is describing liability it has no intention of accepting, and the gap between the claim and the contract is usually right there in the limitation-of-liability clause, where responsibility is capped at fees paid.
So the honest version of the phrase is narrower and more useful. It means the system is architected so that the controls a bank already owes, under its BSA program, its OFAC obligations, the Travel Rule, and its CDD rule duties, are enforced at the point of transaction rather than reconstructed after it. It means the bank's existing control framework extends onto the chain instead of being replaced by a parallel one the bank now has to supervise separately. That second framework is the thing banks should fear most. Not a missing feature, but a new, uncontrolled obligation living outside the perimeter they already know how to examine.
This is why the most defensible posture is also the least dramatic one. The transactions settle in the bank's accounts. The keys stay under the bank's control. The monitoring runs against the bank's chosen vendors. The records land in the bank's systems through clean reconciliation. Nothing about the bank's standing as the principal changes. The on-chain activity happens inside the supervisory framework the institution already operates in, screened before it settles and logged in a form a supervisor can read.
The quiet version of the claim
Strip the marketing off "compliant by design" and what remains is an engineering decision about ordering: does the control evaluate the transaction before it is final, or after. Everything else, the typologies, the vendor integrations, the Travel Rule plumbing, is implementation detail hanging off that one decision. A bank evaluating any digital-asset infrastructure can cut straight to it by asking a single question and refusing to accept a dashboard as the answer. Show me the control that prevents settlement, not the report that records it.
Suave is early, and we build toward the unglamorous version of this, because it is the only version a bank can defend to an examiner: controls in the transaction path, the institution as principal throughout, and digital-asset activity that stays inside the perimeter the bank already supervises. Compliance by design is not a feature anyone switches on. It is a decision about where the control sits, and that decision is made before the first transaction or it is not really made at all.