h hoge.gg
Subscribe
BTC$67,432.18+2.34%ETH$3,521.44+1.08%SOL$178.62-0.62%BNB$612.30+0.41%XRP$0.6234-0.18%ADA$0.4521+3.12%DOGE$0.1623+1.86%AVAX$38.71-1.24%LINK$17.84+0.92%HOGE$0.00004120+4.21%
BTC$67,432.18+2.34%ETH$3,521.44+1.08%SOL$178.62-0.62%BNB$612.30+0.41%XRP$0.6234-0.18%ADA$0.4521+3.12%DOGE$0.1623+1.86%AVAX$38.71-1.24%LINK$17.84+0.92%HOGE$0.00004120+4.21%
● Regulation & Policy

The Crypto Travel Rule in 2026: How the Plumbing Works

The FATF Travel Rule is now law across most of the world, yet running it is still crypto compliance's hardest job. Inside IVMS 101, the protocol wars and the sunrise problem.

Move Bitcoin from one exchange to another in 2026 and two things travel at once. The coins move on-chain, where anyone with a block explorer can watch them. Alongside them, invisible to you, a second message is supposed to race down a separate channel carrying your name, your account reference and sometimes your home address to the business on the receiving end. That second message is the Travel Rule, and it is the most demanding single piece of the global crypto compliance stack.

The stakes are not small. Bitcoin trades just above $79,000, the stablecoin supply sits near $290 billion, and a large share of that value crosses a corporate or national border every time it hops between service providers. Whether it can keep moving while regulators can still see who is behind it comes down to a rulebook written in Paris and a tangle of software most users never notice.

The Financial Action Task Force (FATF), the intergovernmental body that sets the world’s anti-money-laundering standards, extended the Travel Rule to crypto in 2019. Seven years on, the rule is written into law across most of the planet, yet actually operating it remains a real engineering and coordination problem. This piece opens the hood: the shared data model that lets two exchanges understand each other, the rival protocols that carry the message, the sunrise problem that leaves a chunk of those messages with nowhere to land, and what all of it means the next time you press withdraw. If you want the wider market backdrop, our year-end outlook covers where prices may go from here.

The Travel Rule in One Paragraph

The Travel Rule began as Recommendation 16 in the FATF’s set of forty recommendations, a wire-transfer standard that says identifying information about a payer and a payee must travel with a payment. In June 2019 the FATF fixed the same duty onto crypto through the Interpretive Note to Recommendation 15, the recommendation that governs virtual assets and virtual asset service providers, or VASPs. The instruction is easy to state: when one VASP sends a customer’s crypto to another VASP above a de minimis threshold of USD or EUR 1,000, it has to collect the details of the originator and the beneficiary and hand them to the receiving institution, which must be ready to accept them. You can read the mechanics in the FATF’s updated guidance.

One point trips up newcomers constantly. In the United States the Travel Rule flows from the Bank Secrecy Act and is enforced by FinCEN, the Treasury’s financial-crimes unit, not by the Securities and Exchange Commission. The SEC handles the securities question of whether a given token is an investment contract; the anti-money-laundering duty sits with FinCEN, and sanctions screening with OFAC. The US recordkeeping threshold is $3,000, higher than the FATF benchmark. The European Union went the other way: its Transfer of Funds Regulation sets no minimum at all, so every transfer between EU providers carries data regardless of size. The wording of the rule is simple. The plumbing behind it is anything but.

How the Rule Reached Crypto

The FATF was created by the G7 in 1989 to fight money laundering, long before anyone imagined a peer-to-peer digital currency. Its forty recommendations are not treaties; they are soft law that roughly 200 jurisdictions in the FATF Global Network commit to follow, backed by the very hard consequence of the grey and black lists. Crypto entered that framework in stages. In October 2018 the FATF amended Recommendation 15 to add the terms virtual asset and virtual asset service provider to its glossary. In June 2019 it published an Interpretive Note and its first risk-based guidance, and with them the crypto Travel Rule was born.

What followed was a slow grind of review. The FATF ran twelve-month implementation reviews in 2020 and 2021, then issued a broader update to its guidance in late 2021 that reached into decentralized finance, stablecoins, non-fungible tokens and self-hosted wallets. Since then it has published an annual targeted update measuring how far the world has actually moved, with the seventh landing in July 2026. A dedicated report on offshore VASPs arrived in March 2026, and the June 2025 update came with a set of best practices on how supervisors should police the rule. The pattern is telling: the standard was set quickly, and the far harder work of making it real has taken years and is still unfinished.

Why Crypto Built the Hardest Version of This Rule

Banks have lived with the Travel Rule for decades and barely think about it, because they share a single, mature messaging rail. When a bank in Frankfurt pays a bank in Singapore, the customer fields ride inside the same standardized message that instructs the transfer, over networks such as SWIFT that every large bank already speaks. The identity data and the money move together, on one pipe, in one format.

Crypto has no such pipe. A Bitcoin or Ethereum transaction is a string of cryptographic instructions that says how much value moves to which address. It has no field for a customer’s legal name, no memo slot for a passport number, and no built-in way to reach the humans or companies on either end. The blockchain settles the money; it carries none of the identity. That forces the required customer information onto a second, off-chain channel that the sending and receiving businesses have to agree on ahead of time. There is no global switchboard every exchange already plugs into, no default address book, and no shared clock. Building that missing layer, from scratch, across thousands of firms in more than a hundred jurisdictions, is the entire story of Travel Rule compliance.

The mismatch runs deeper than a missing data field. Banks are a closed club with known members, stable identifiers and a shared regulator’s blessing to talk to one another. Crypto is a permissionless network where a new exchange can appear anywhere, a wallet can be a company in one transaction and a private individual in the next, and settlement is final in minutes rather than reversible over days. A rule designed for a slow, closed and well-identified system has to be bolted onto a fast, open and pseudonymous one. That is why every step a bank takes for granted, from knowing who the counterparty is to having a channel to reach them, becomes a project in crypto.

IVMS 101, the Language Both Sides Must Speak

Before two exchanges can trade customer data, they need a shared vocabulary, otherwise one firm’s surname field is another firm’s family-name field and the message fails on arrival. That vocabulary is the interVASP Messaging Standard, universally shortened to IVMS 101. Released in 2020 by a Joint Working Group drawn from the industry’s main trade associations, it is a data model that pins down exactly how a name, a physical address, a national identity number, a date and place of birth, an account or wallet reference and the identifiers for a legal entity should be structured so that any compliant system can read them.

Concretely, the standard splits the world into natural persons and legal entities and defines the exact structure of each. For a person it lays out primary and secondary name fields, a category marking whether a name is legal, at birth or an alias, national identity fields, a residence address, a customer number and a date and place of birth. For a company it defines legal names, a registration authority and identifiers such as a Legal Entity Identifier. By nailing down not just the fields but their encoding, IVMS 101 lets a Japanese exchange and a German one exchange a customer record without a bespoke translation for every pair, which is the only way a global rule can scale.

IVMS 101 is maintained, not frozen. In 2023 a new interVASP Standards Working Group, hosted by GBBC Digital Finance alongside the OpenVASP Association and VASPnet, took over stewardship and ratified an updated edition, IVMS 101.2023, at its closing plenary that August. You can trace its governance through GBBC Digital Finance. The mental model to keep is this: IVMS 101 is the dictionary, not the postal service. It defines the words two firms use; it does not move anything between them. For that you need a protocol, and here the story splinters.

What Actually Travels, and What Does Not

The FATF specifies a minimum payload. For a transfer above the threshold, the originator’s VASP must send the originator’s name, the account or wallet reference used for the transaction, and one further identifier: a physical address, or a national identity number, or a customer identification number, or a date and place of birth. It must also send the beneficiary’s name and wallet reference. The receiving VASP must have that information at or before the moment of transfer, and both sides keep records. Above the threshold the originator data has to be verified; below it, a lighter set still travels, essentially the names and the wallet references, which need not be verified unless something looks suspicious. A de minimis is not an on-off switch, and firms that treat sub-$1,000 transfers as a free pass misread the standard.

There is a fresh wrinkle worth flagging, because it confuses even specialists. In June 2025 the FATF revised Recommendation 16 itself, widening it from wire transfers to all payments and value transfers, nudging the industry toward the ISO 20022 messaging format, and softening a few fields, so that a year of birth can stand in when a full date is unavailable and national identity numbers are no longer mandatory. Those changes take effect at the end of 2030 and, crucially, the FATF chose not to apply the revised R.16 directly to crypto. The Travel Rule for virtual assets stays anchored in the Recommendation 15 framework, shepherded by the FATF’s Virtual Asset Contact Group, so the crypto payload keeps following its own track rather than the bank one.

All of this creates a quieter tension that regulators are still working through. The Travel Rule forces one private company to hand a named customer’s personal data to another private company, sometimes in a country with weaker data-protection law, purely because a payment took place. In the European Union that collides directly with the General Data Protection Regulation, which limits how personal data is shared and stored, so firms have to justify the transfer, minimize what they send and secure it in transit. The result is a balancing act: send too little and you breach the Travel Rule, send too much or store it carelessly and you breach privacy law. Getting that balance right, at scale, for every single transfer, is a large part of what a compliance team actually does all day.

RegimeThreshold for full dataBelow thresholdAuthority
FATF standardUSD/EUR 1,000Names plus wallet reference, unverifiedFATF Recommendation 15
United States$3,000Reduced recordkeepingFinCEN (Bank Secrecy Act)
European UnionNo minimumFull data on every transferTransfer of Funds Regulation

The Protocol Zoo: TRISA, TRP, OpenVASP and the Rest

If IVMS 101 is the language, a Travel Rule protocol is the courier that carries the sealed envelope from one firm to another and proves who sent it. Several couriers exist, each with a different trust model, and none is a universal winner. TRISA, the Travel Rule Information Sharing Architecture, leans on a public-key certificate system so that VASPs can prove their identity to one another before exchanging anything. TRP, the Travel Rule Protocol, is a lightweight interface built by a consortium of large financial firms that pairs IVMS 101 with the ISO 24165 token identifier so it works across assets. OpenVASP offers an open, decentralized messaging layer. Beyond those, Asia-focused systems such as Sygna Bridge and VerifyVASP, plus tools like Shyft’s Veriscope and Netki, each serve slices of the market.

On top of the raw protocols sit networks and vendors that try to hide the mess from their customers. Notabene and 21 Analytics both position themselves as connectors that speak many protocols at once. Coinbase runs TRUST, a not-for-profit membership network that, by 2026, counted more than 195 VASPs across over twenty jurisdictions, with members including Kraken, Gemini, PayPal and Robinhood; Binance backs a parallel effort called Global Travel Rule. The result is less a single rail than a set of walled gardens with bridges between some of them, which is exactly the problem the next section describes.

Why so many rails for one rule? Partly history, since several were built in parallel before anyone knew which would win, and partly trust. A protocol is not just a pipe; it is a claim about who you are willing to talk to. TRISA’s certificate model suits firms that want cryptographic proof of a counterparty’s identity, TRP’s lean interface suits large institutions that already run heavy back offices, and regional networks reflect regional regulators and languages. The upshot is a market where the language is agreed but the couriers compete, and a mid-size exchange may have to support several at once just to reach the customers its users want to pay.

SolutionTypeTrust or transport modelNotable backing
TRISAOpen protocolCertificate-based identity (PKI)Open-source alliance
TRPOpen protocolREST interface, IVMS 101 plus ISO 24165Bank and exchange consortium
OpenVASPOpen protocolDecentralized messagingOpenVASP Association
TRUSTMembership networkEncrypted directory, strict onboardingCoinbase and 195+ VASPs
Global Travel RuleMembership networkShared networkBinance and partners
Notabene / 21 AnalyticsVendor connectorMulti-protocol integrationIndependent firms

The Interoperability Headache

Here is the friction in one sentence: there is no single global standard for how the message moves, only for how it is written. Two exchanges might both format their data perfectly in IVMS 101 and still fail to talk, because one only speaks TRISA and the other only speaks a proprietary network. When protocols mismatch, transfers stall, compliance teams fall back to email and spreadsheets, and users wait. The industry has spent years trying to stitch the couriers together. In November 2023 TRISA and the TRP world announced interoperability, a bridge engineered with help from Rotational Labs and 21 Analytics that let firms on either side reach a network of more than a hundred counterparties without ripping out their existing setup.

Bridges help, but they do not erase the underlying fragmentation. Compliance vendors keep pushing for a genuinely unified, interoperable approach so that a VASP can reach any counterparty without maintaining half a dozen integrations, an ask that firms like Notabene have put to regulators repeatedly. Getting there is partly technical and partly political, which is why the hardest problems in this field are not about cryptography at all. They are about which firms are willing to trust which, and which supervisors will actually make them.

Counterparty Discovery, the Step Nobody Mentions

Before a single byte of customer data can move, the sending VASP has to answer three awkward questions about the destination address. Is it a hosted wallet, controlled by another regulated business, or an unhosted wallet held by an individual? If it is hosted, which business is it? And can that business be reached on a protocol both firms share? None of this is written on the blockchain. A destination address is just a string; it does not announce its owner.

Firms close the gap with blockchain analytics from companies such as Chainalysis, Elliptic and TRM Labs, which map addresses to likely owners using clustering and known-deposit data. Those attributions are probabilistic, not proof, so a wrong guess about who sits behind an address can either leak a customer’s data to the wrong party or block a legitimate withdrawal. Understanding the shape of the address itself helps; our guide to Taproot addresses explains what those long strings encode. If the sender cannot identify the counterparty VASP or cannot reach it, the transfer either falls back to manual handling or simply does not complete, a quiet but growing source of friction inside exchanges.

The deeper issue is that there is no authoritative global registry of who is a VASP, where they operate and how to reach them. Each network keeps its own directory of members, so a firm on one system can be invisible to a firm on another, and a genuinely new exchange starts life unknown to everyone. Some jurisdictions publish licensing registers, but they are not linked, not standardized and not built for a machine to query in the middle of a transaction. Until something like a shared, trusted directory exists, counterparty discovery stays a patchwork of analytics guesses, membership lists and manual outreach, which is precisely the kind of friction the original rule never anticipated.

The Sunrise Problem

The single most quoted phrase in Travel Rule circles is the sunrise problem, and it is named for time zones: the sun rises at different moments in different places, and so does the rule. When one country obliges its VASPs to send Travel Rule data but the counterparty sits in a country that has not yet passed the rule, the receiving firm may have no legal duty, and often no technical ability, to accept the message. The sender is left holding data it is required to transmit to a party that cannot take it. You can read a fuller explanation from Notabene, which has built tooling specifically for this gap.

The good news is that the sun really is rising. The FATF’s seventh targeted update, published in July 2026, found that 83 percent of surveyed jurisdictions now have Travel Rule legislation in force, up from 73 percent a year earlier, and that 91 of 109 jurisdictions have passed a law, with another eleven working on one. Among the 69 jurisdictions that handle roughly 97 percent of global virtual-asset activity, 94 percent have a framework enacted or pending. On the FATF’s own count, only Argentina, Cambodia, Colombia and Vietnam still lack any framework at all. The figures come straight from the FATF’s seventh update.

The Second Sunrise: Rules on Paper, Nobody Checking

Passing a law is not the same as running it, and the seventh update makes the distance between the two uncomfortably clear. Of the 91 jurisdictions with Travel Rule legislation, 55, roughly 60 percent, have issued no supervisory findings, directives or enforcement actions of any kind. The rule exists; nobody is checking that firms follow it. Technical compliance with Recommendation 15 tells the same story: only 34 percent of assessed jurisdictions are rated largely compliant, up from 29 percent, and exactly one is rated fully compliant.

Notabene, whose reading of the update was written by its global regulatory and compliance strategy lead, Lana Schwartzman, argues the sunrise issue is entering a second phase. The original problem was counterparties with no legal obligation to comply; the new one is counterparties that do have a legal obligation while nobody checks whether they meet it. A firm can now send data into a jurisdiction that has the rule on its books but performs no supervision, so the message technically has a home yet lands nowhere useful. That enforcement gap is the connective tissue between the elegant standard and the messy reality, and it is where the next few years of pressure will fall.

Unhosted Wallets, Where the Message Has Nowhere to Go

The Travel Rule assumes a business on both ends. Self-custody breaks that assumption. When a customer withdraws to an unhosted wallet, a piece of software or hardware they control themselves, there is no counterparty institution to receive a message and no compliance desk on the other side. The FATF does not ban these transfers, and it does not ask a VASP to beam data at a private wallet holder, who is not an obliged entity. Instead it expects the VASP to identify that the transfer involves an unhosted wallet, apply enhanced scrutiny where the risk warrants it, verify that the customer actually controls the wallet where that is feasible, and keep records of the assessment.

Proving control usually means a cryptographic challenge, asking the user to sign a message or make a small verification transfer from the wallet in question. The European Union writes this into hard law: under its rules a transfer above EUR 1,000 to or from a self-hosted wallet triggers a duty to establish ownership or control. If you hold your own keys, this is where the compliance machine reaches into your world. Cold-storage devices sit squarely in the frame; our hardware wallet roundup covers the trade-offs, and the rise of programmable smart accounts is starting to blur the old line between a hosted and an unhosted wallet in ways regulators have not fully digested. The headline for users is worth repeating: self-custody and genuine peer-to-peer transfers are not prohibited, even in the EU, however heavy the paperwork around the edges has become.

Stablecoins and the Freeze-Resistant Twist

Stablecoins have quietly become the main event. Chainalysis reports that illicit addresses received at least $154 billion in 2025, still under 1 percent of all on-chain volume, and that stablecoins now account for roughly 84 percent of that illicit value, having overtaken Bitcoin. With a supply near $290 billion led by Tether’s $183 billion and Circle’s $74 billion, dollar tokens are where the compliance fight increasingly lives. The Travel Rule leans on an assumption that there is always a reachable business, an issuer or a VASP, that can be compelled to cooperate or to freeze funds.

Some actors are engineering that assumption away. The FATF’s own update flags issuers building stablecoins designed to resist freezing and seizure, and points to a Cambodia-based conglomerate that laundered around $4 billion and, after a third-party issuer froze roughly $29 million of its linked funds, launched a proprietary stablecoin marketed as unfreezable. That conglomerate is the Huione Group, which FinCEN named a primary money-laundering concern under Section 311 of the USA PATRIOT Act. Treasury Secretary Scott Bessent said the group had established itself as “the marketplace of choice” for malicious cyber actors, calling the action a way to sever its access to the financial system. When a token cannot be frozen and the issuer is captured, the Travel Rule message may still be sent, but the enforcement lever it was meant to enable is gone. For anyone trying to claw funds back after a scam, the same freeze-resistance is the wall they hit; we walk through the realistic odds in our guide to recovering crypto after a rug pull.

The State of Play in 2026

Put the numbers together and a clear picture emerges: adoption is broad, quality is thin. Four in five surveyed jurisdictions have the Travel Rule in law, and 86 percent have carried out a virtual-asset risk assessment, up from 76 percent a year earlier. Yet only about a third have preventive measures that actually match the risks they identified, only 34 percent reach the FATF’s bar for largely compliant on Recommendation 15, and enforcement remains the glaring hole. Decentralized finance is barely touched: just 18 percent of jurisdictions have assessed DeFi risk, and 93 percent report finding no DeFi arrangement that qualifies as a VASP at all. The count of jurisdictions that outright prohibit VASP activity has climbed to 23 percent, more than double the 2023 figure, a blunt alternative to supervising an industry properly.

Announcing the update, FATF President Giles Thomson warned that “criminal networks continue to abuse virtual assets for illicit purposes and exploit their borderless nature to commit fraud and scams, evade sanctions and launder the proceeds of crime.” The FATF also maintains its public lists of high-risk jurisdictions: as of the June 2026 plenary its blacklist held North Korea, Iran and Myanmar, while its grey list of countries under increased monitoring ran to roughly two dozen. Those lists are the body’s real leverage, since landing on the grey list raises the cost of every cross-border transaction a country’s firms try to make.

Metric (FATF seventh update)20252026
Travel Rule in force73%83%
R.15 largely compliant29%34%
Completed VA risk assessment76%86%
Law in force but no enforcementn/a55 of 91
Assessed DeFi riskn/a18%

What It Means When You Hit Withdraw

Strip away the acronyms and the Travel Rule shows up in small, concrete ways. When you send crypto off an exchange, you may be asked whether the destination is your own wallet or someone else’s, and if someone else’s, for their name; that is the exchange gathering beneficiary data. Withdrawals to another regulated platform can pause for seconds or minutes while the two systems exchange the required message in the background. Withdrawals to your own self-custody wallet, especially in Europe and above the local threshold, may prompt a request to prove you control the address. Occasionally a transfer is delayed or refused because the platform cannot identify or reach the business on the other end.

None of this changes the core freedoms. You can still self-custody, still transact peer to peer, still hold your keys. What has changed is that the regulated on-ramps and off-ramps now carry a heavy, mostly invisible data-sharing burden every time value crosses between them, and that burden is uneven, patchy in enforcement and still being wired together in real time. The Travel Rule is a textbook case of a rule that is easy to write, hard to run and even harder to run well, which is why, seven years in, the plumbing is still being laid.

Frequently Asked Questions

What is the crypto Travel Rule?

The crypto Travel Rule is an anti-money-laundering standard from the FATF that requires virtual asset service providers, such as exchanges, to collect and share identifying information about the sender and recipient of a crypto transfer above a set threshold. It applies the same logic that has governed bank wires for decades, extended to crypto through the Interpretive Note to Recommendation 15 in 2019.

What is the Travel Rule threshold?

The FATF recommends a de minimis threshold of USD or EUR 1,000, above which a full, verified set of originator and beneficiary data must travel with the transfer. The United States applies a $3,000 threshold under the Bank Secrecy Act, while the European Union sets no minimum, so every transfer between EU providers carries data regardless of size.

Does the Travel Rule apply to self-custody wallets?

It applies to the regulated business, not to you. When an exchange sends crypto to an unhosted or self-custody wallet, it must identify the transfer, apply risk-based checks and often verify that the customer controls the wallet, but it does not transmit data to the wallet holder. Self-custody and peer-to-peer transfers are not banned, though in the EU transfers above EUR 1,000 to a self-hosted wallet trigger an ownership check.

What is the sunrise problem?

The sunrise problem describes the uneven global rollout of the Travel Rule, named because the rule dawns in different jurisdictions at different times. A VASP required to send data may face a counterparty in a country that has no obligation, or no technical ability, to receive it. As enforcement lags behind legislation, a second version has emerged in which the counterparty has a legal duty but no supervisor is checking that it complies.

What is IVMS 101?

IVMS 101, the interVASP Messaging Standard, is the shared data model that lets different providers format Travel Rule information the same way, covering names, addresses, identifiers and wallet references. First released in 2020 and updated in 2023, it is the common language of the Travel Rule, but it does not move data on its own; separate protocols such as TRISA and TRP handle the transport.

Anneke de Vries covers financial regulation and compliance for HOGE Wire.

Share 𝕏 Post Telegram