Engineer reviewing monitoring dashboards for a trading platform

Home / Guides & Insights / Crypto exchange security

Crypto exchange security: what regulators and banking partners actually expect

The complete control stack for a digital-asset platform in 2026 — KYC, transaction monitoring, custody, platform security, and the due-diligence paperwork behind every banking relationship. Written by an AML/MLRO practitioner who also builds the systems.

To operate and keep banking relationships in 2026, a digital-asset platform needs six control layers working together: KYC onboarding with sanctions screening, ongoing transaction monitoring, hardened custody and key management, platform security with regular penetration testing, strict internal access control, and governance that produces evidence. Regulators set the floor; banking partners' due diligence is usually the harder test.

This guide exists because of a pattern we kept meeting: exchanges that treat compliance and security as two separate projects, bought from two vendors who never speak. The result is controls that pass individually and fail together. Having sat on both sides — as MLRO reviewing files and as the engineering team building an exchange from the first commit — here's the whole stack in one place.

Why banks ask harder questions than regulators

Regulation gives you the floor: registration or licensing as a VASP/MSB depending on jurisdiction, AML program requirements, reporting obligations. But the test most platforms fail isn't the regulator's — it's the bank's. A banking partner taking on a crypto client inherits its risk, so their due diligence goes deeper than the statute: they want to see the program working, not just written. De-risking is real, and the platforms that keep accounts are the ones that can produce evidence on request, quickly, in the format compliance officers expect.

TL;DRThe regulator checks you have a program. The bank checks it works. Build for the bank and the regulator comes free.

Layer 1 — KYC and onboarding: identity as architecture

Onboarding is where compliance and engineering must be one team, because every shortcut here compounds downstream. A defensible 2026 onboarding flow includes: identity verification (document + liveness for individuals; registry extracts, ownership structure, and UBO identification for entities), screening at onboarding against sanctions lists (OFAC and applicable international lists), PEP status, and adverse media, and risk scoring that assigns each customer a tier driving everything after — limits, review frequency, enhanced due diligence triggers.

The engineering detail that separates real programs from theater: screening isn't a one-time gate. Lists change daily; your customer base must be re-screened continuously, and the match-handling workflow (fuzzy matches, false positives, escalation, documented dispositions) needs to be a designed system, not an inbox. When we build KYC/AML tooling, the disposition audit trail is a first-class feature — because that's the first thing a reviewer samples.

TL;DRKYC is a lifecycle, not a form. Screening runs daily, decisions leave audit trails, and risk tiers drive real system behavior.

Layer 2 — Transaction monitoring and the Travel Rule

Monitoring is where most programs are weakest, because it's where volume meets nuance. A working setup combines rule-based detection (structuring patterns, velocity anomalies, high-risk jurisdiction exposure, mixer and darknet-market proximity via chain analytics) with risk-based review queues sized so analysts actually clear them — an alert backlog is a regulatory finding waiting to be written. Every alert needs a documented disposition; every disposition needs to be retrievable years later.

Then there's the FATF Travel Rule (Recommendation 16): transmitting originator and beneficiary information alongside transfers between VASPs. In practice this means choosing an interoperability protocol your counterparties actually use, handling the long tail of unhosted wallets according to your jurisdiction's rules, and — the part nobody warns you about — building the data-handling so that personal information moves securely between platforms without becoming a breach vector itself. Compliance data is attractive loot; treat the compliance stack with the same security rigor as the trading engine.

TL;DRAlerts you can't clear are liabilities, not controls. Travel Rule is an engineering project with a compliance label.

Layer 3 — Custody and key management: where crypto differs from fintech

Everything above applies to any financial platform. Custody is where crypto is its own discipline, because a key compromise is irreversible in a way a database breach is not. The 2026 baseline: hot/cold segregation with the overwhelming majority of assets in cold storage and hot wallets sized as operating float, not treasury; no single-person spend authority — multisig or MPC so that no individual (including the founder, especially the founder) can move treasury funds alone; withdrawal controls — allowlists, velocity limits, time-delayed large withdrawals, and out-of-band confirmation for anomalies; and documented signing ceremonies for cold-storage operations, with hardware under physical control and recovery material geographically split.

The failure mode we design against isn't exotic cryptography — it's process collapse under pressure: the "emergency" that convinces someone to bypass the ceremony. Your custody design is only as strong as its worst authorized exception.

TL;DRCold-heavy segregation, no single-person authority, controlled withdrawals, and ceremonies that survive an emergency.

Layer 4 — Platform security: the exchange as a target

An exchange is a web application with a bounty on it. The program that matches the threat: secure development lifecycle — threat modeling before features, code review with security gates, dependency and secrets scanning in CI; authentication built for hostile conditions — phishing-resistant MFA offered (and required for high-value accounts), session controls, anti-ATO measures like device fingerprinting and withdrawal re-authentication; infrastructure hardening — segmented environments, immutable deployment, DDoS protection sized for extortion-grade attacks; and regular offensive testing — at minimum an annual penetration test scoped to the platform plus retest, with scope and cadence rising with assets under custody. Banking partners increasingly ask for the pen test report by name; ours are written to be handed over. (What that report should contain — and cost — is covered in our pricing guide.)

TL;DRThreat-model first, phishing-resistant auth, hardened infra, and an annual pen test you're not embarrassed to hand to a bank.

Layer 5 — Internal access: the insider is a threat model, not an insult

Exchange incidents split roughly between external compromise and internal failure — malicious or negligent. Controls that address both without paralyzing a small team: least-privilege access with quarterly reviews; dual control for money movement and production changes; separate admin identities with hardware-key MFA; session recording on privileged access to custody and compliance systems; and offboarding that actually executes the same day, because a departed engineer's lingering access to a trading platform is a headline waiting to happen. None of this requires enterprise bureaucracy — it requires identity architecture designed once, properly.

TL;DRLeast privilege, dual control on money paths, hardware keys for admins, same-day offboarding. Small team ≠ small controls.

Layer 6 — Governance: if it isn't written, it didn't happen

The layer that converts everything above into survivable audits: a written AML program with a named MLRO and real authority; policies that match practice (a policy you don't follow is worse than none — it's documented non-compliance); risk assessments refreshed on schedule and after material changes; training with records; and an evidence pipeline — the ability to produce, within days, the artifacts any reviewer requests: screening logs, alert dispositions, access reviews, pen test reports, restore tests, board minutes on risk. Platforms heading toward institutional clients typically add a SOC 2 path; the controls above are most of the distance.

TL;DRNamed MLRO, policies that match reality, and evidence retrievable in days — that's what "having a program" means.
Building or fixing a platform and want the compliance and engineering designed as one system? Talk to us — this combination is literally why our firm exists.

What due diligence actually asks for

When a bank, payment processor, or institutional partner opens due diligence, the request list is remarkably consistent. Having the following ready — current, versioned, and honest — cuts weeks off the process:

ArtifactWhat they're checking
AML program + MLRO appointmentProgram exists, someone accountable owns it
KYC/EDD procedures + sample (redacted) filesOnboarding rigor matches the document
Screening & monitoring methodology + alert statsCoverage, backlog health, disposition quality
Travel Rule solution descriptionR.16 data exchange actually implemented
Custody architecture summarySegregation, spend authority, withdrawal controls
Latest penetration test report + remediationIndependent evidence the platform holds
Incident response plan + any incident historyHonesty and preparedness over perfection
Business continuity / backup evidenceThe platform survives operational failure, not just attack

A useful mental model: every artifact on that list is either generated automatically by systems built right, or reconstructed painfully by humans under deadline. The build choice happens long before the bank asks.

Frequently asked questions

What security do banking partners require from crypto companies?

Beyond licensing: a working AML program with named MLRO, continuous sanctions screening, transaction monitoring with healthy alert handling, Travel Rule capability, documented custody controls, a recent independent penetration test, and incident response evidence. The bar is "show us it works," not "show us it's written."

Do small exchanges really need a penetration test?

Yes — earlier than almost any other business type. The threat model is immediate (irreversible theft), and partners ask for the report by name during due diligence. An annual platform-scoped test with retest is the working minimum; scope grows with custody.

What is transaction monitoring, practically?

Automated rules and risk scoring watching transactions for suspicious patterns — structuring, velocity spikes, high-risk exposure via chain analytics — feeding a review queue where analysts investigate and document decisions, escalating to regulatory reports where required. The health metric is simple: alerts cleared with documented dispositions, no backlog.

Can one team really cover both the compliance and the engineering?

It's rare, and it's precisely the gap our firm was built for — the same engagement covers the KYC/AML tooling, custody architecture, and the platform security program, so the controls compose instead of colliding. Where deep legal questions arise (licensing strategy, jurisdiction choice), you still want counsel; we build what counsel's advice requires.

Discuss your platform Our KYC/AML tooling practice

General information reflecting FATF-aligned practice and field experience, not legal advice. Licensing and reporting obligations vary by jurisdiction — confirm specifics with counsel in yours.