Our Expert in Liechtenstein
No results available
Understanding how to comply with Liechtenstein’s travel rule requirements is now a front-line obligation for every crypto-asset service provider (CASP) and virtual-asset service provider (VASP) that touches the principality. The convergence of three regulatory layers, FATF Recommendation 16, the EU Transfer of Funds Regulation (TFR) with its zero-threshold extension to crypto-asset transfers, and Liechtenstein’s own FMA supervisory provisions under Art 23b of the Due Diligence Ordinance, means that compliance teams can no longer treat travel-rule data exchange as a future project. This guide maps the legal framework, walks through the required data fields and VASP-to-VASP transmission standards, explains unhosted-wallet verification workflows, and provides an operational checklist that engineering and compliance teams can implement immediately.
The travel rule in crypto compliance requires financial institutions and VASPs to collect, hold and transmit specific originator and beneficiary information whenever virtual assets are transferred. FATF Recommendation 16 sets the international baseline. In the EEA, the recast Transfer of Funds Regulation extends that obligation to crypto-asset transfers at a zero-value threshold, meaning every transfer triggers data-sharing duties, regardless of amount.
If you are a CASP or VASP operating in, or sending transfers to or from, Liechtenstein, you must collect and verify traveller data before the transfer settles, transmit that data to the counterparty institution, and retain records for the period mandated by Liechtenstein’s anti-money-laundering legislation. The Liechtenstein Financial Market Authority (FMA) enforces these obligations through its domestic transpositions, principally the Token and Trustworthy Technology Service Provider Act (TVTG) and Art 23b of the Supervisory Provisions on Due Diligence Obligations. Non-compliance exposes firms to supervisory action, remediation orders and, in serious cases, licence withdrawal.
FATF Recommendation 16 (commonly called the “Travel Rule”) requires VASPs and financial institutions to obtain, hold and transmit required originator and beneficiary information immediately and securely when conducting virtual-asset transfers. The FATF’s Best Practices on Travel Rule Supervision paper specifies that compliance requires VASPs to ensure that certain information requirements accompany payment flows, covering both VASP-to-VASP and VASP-to-unhosted-wallet scenarios. Under R16, the minimum information set includes the originator’s name, account number or unique transaction reference, and address (or national identity number, customer identification number, or date and place of birth), together with the beneficiary’s name and account number.
Regulation (EU) 2015/847 on information accompanying transfers of funds was extended to cover crypto-asset transfers across the EEA. The critical difference from the traditional wire-transfer regime is the zero-value threshold: unlike fiat transfers, where simplified data may apply below EUR 1 000, the EU Transfer of Funds Regulation crypto provisions require full originator and beneficiary data for all crypto-asset transfers, regardless of value. This means a transfer of EUR 5 triggers the same data obligations as one of EUR 500 000. The regulation interacts directly with the Markets in Crypto-Assets Regulation (MiCA), which governs the licensing and conduct framework for CASPs across the EEA.
For firms holding a MiCA licence or operating under transitional arrangements, the TFR zero-threshold obligation is already fully enforceable.
As an EEA member, Liechtenstein has implemented the 4th and 5th EU Anti-Money Laundering Directives as well as the Transfer of Funds Regulation. Domestically, the TVTG (Token and Trustworthy Technology Service Provider Act) governs the registration and supervision of TT service providers. Art 23b of the FMA’s Supervisory Provisions on Due Diligence Obligations transposes the travel rule into actionable supervisory requirements, giving the FMA power to supervise and enforce data-collection and transmission duties. Industry observers note that the practical effect of the Liechtenstein framework is an operational zero threshold, effectively requiring travel-rule compliance from the first franc.
Firms operating under a Liechtenstein passport into the broader EEA must satisfy both the domestic FMA requirements and the host-state expectations for inbound services.
The travel rule threshold under the EU TFR for crypto-asset transfers is zero, there is no de minimis exemption. This is a critical distinction from the fiat wire-transfer regime, where transfers below EUR 1 000 may carry reduced data requirements. For VASPs and CASPs operating in Liechtenstein, every virtual-asset transfer triggers full data obligations.
Compliance teams should apply a three-step decision process to determine whether a transfer falls within scope:
For VASP licensing and jurisdictional requirements more broadly, firms should confirm that both their home-state registration and any host-state notifications align with the travel rule obligations in each jurisdiction where they operate.
Collecting the right data, in the right format, at the right time, is where compliance meets engineering. The EU TFR and FATF Recommendation 16 together define a minimum dataset that must accompany every qualifying crypto-asset transfer. The table below maps each requirement to the authoritative field definition and a recommended internal VASP field name and format for implementation.
| Requirement | EU TFR / FATF Expected Field | Suggested VASP Field & Format |
|---|---|---|
| Originator name | Originator full name | originator.name (string) |
| Originator account identifier | Account number / wallet address / unique customer ID | originator.account_id (string, IBAN / wallet public key with prefix) |
| Originator address | Residential/business address or substitute identifier | originator.address (structured JSON or fallback country code + postal) |
| Beneficiary name | Beneficiary full name | beneficiary.name (string) |
| Beneficiary account identifier | Destination account / wallet identifier | beneficiary.account_id (string) |
| Transaction info | Transaction amount, currency, date, txid | tx.amount, tx.currency, tx.date, tx.id (string) |
For the originator address field, where a full residential address is not available, the TFR permits a substitute identifier such as a national identity number, customer identification number, or date and place of birth. The key requirement is that the substitute must allow the beneficiary institution to request and receive the full address from the originator institution within three working days.
The Travel Rule Protocol (TRP) is an open standard for exchanging crypto-asset transfer-related data between VASPs, as contemplated by FATF Recommendation 16. TRP is not the only option, alternatives such as TRISA and OpenVASP also exist, but TRP has gained traction in the EEA ecosystem due to its vendor-neutral design and interoperability focus.
Regardless of protocol, the data payload should include, at minimum, the fields listed in the table above. A compact example of a VASP-to-VASP data exchange in JSON format is provided in the practical examples section below. Engineering teams should implement API-level validation that rejects outbound transfers where any required field is null or empty, returning an appropriate error code (e.g., TRAVEL_RULE_DATA_INCOMPLETE) to the front end.
For transfers where the beneficiary VASP does not support TRP or any compatible messaging protocol, the originating VASP must attempt reasonable alternative methods (secure email, encrypted API) and document the attempt. If the data cannot be transmitted, the transfer should not proceed, a hard stop is the correct compliance posture under the current EU TFR regime.
When a customer withdraws crypto assets to an unhosted (self-custodied) wallet, there is no counterparty institution to receive traveller data. The originating VASP must nevertheless collect and verify originator information and satisfy itself as to the identity of the person controlling the destination wallet. Processing personal data for this purpose is lawful under the EEA data-protection framework when it is necessary for compliance with a legal obligation, here, the AML/TFR requirements. Data minimisation applies: collect only what is necessary, retain it only for the statutorily required period, and do not repurpose the data. For a detailed analysis of data protection and crypto in Liechtenstein, consult the companion guide in our Payments & Digital Assets cluster.
Three methods are commonly used to verify ownership of an unhosted wallet:
Industry observers note that AOPP is increasingly the preferred method because it combines strong cryptographic proof with data minimisation, the VASP needs only a signature, not additional identity documents beyond what is already held under KYC.
Enhanced due diligence (EDD) is triggered in several scenarios involving unhosted wallets: transfers to or from wallets linked to sanctioned addresses (identified via blockchain analytics screening), transfers above a risk-calibrated internal threshold (many firms set this at EUR 1 000 or its equivalent), transfers involving jurisdictions identified by the FATF as high-risk, and situations where behavioural indicators suggest layering or structuring. Where EDD is triggered, the VASP must document the additional measures taken and, where appropriate, file a Suspicious Activity Report (SAR) with Liechtenstein’s Financial Intelligence Unit.
The following twelve-point checklist translates Liechtenstein’s travel rule requirements into actionable items for compliance, product and engineering teams:
TRAVEL_RULE_DATA_INCOMPLETE.The FMA is the primary regulator responsible for AML compliance and enforcement against all financial institutions and TT service providers in Liechtenstein. The Liechtenstein Chamber of Lawyers separately supervises its own members. For CASPs and VASPs, the FMA conducts both routine supervisory reviews and thematic inspections focused on travel-rule readiness.
Early indications suggest that the FMA’s enforcement posture for 2026 emphasises supervisory dialogue and remediation over punitive measures, provided firms demonstrate good-faith implementation efforts. However, persistent non-compliance or wilful omissions can lead to formal remediation orders, the suspension of specific service lines, administrative fines, or, in extreme cases, revocation of the FMA registration. The FMA cooperates with EEA supervisory authorities and the FATF mutual evaluation process, meaning that cross-border enforcement referrals are a realistic risk for firms operating through Liechtenstein passports into other EEA states.
The following JSON snippet illustrates a minimal compliant travel-rule data payload. All PII is redacted for publication purposes:
{
"originator": {
"name": "[REDACTED]",
"account_id": "bc1q[REDACTED]",
"address": {
"country": "LI",
"postal_code": "9490"
}
},
"beneficiary": {
"name": "[REDACTED]",
"account_id": "0x[REDACTED]"
},
"tx": {
"amount": "0.5",
"currency": "ETH",
"date": "2026-07-15",
"id": "0xabc123[REDACTED]"
},
"vasp_originator": "VASP-LI-FMA-00042",
"vasp_beneficiary": "VASP-DE-BAFIN-01234"
}
Below is a template notification that a VASP might send to a customer initiating a withdrawal to an unhosted wallet:
“To process your withdrawal to wallet address [FIRST 6 AND LAST 4 CHARS SHOWN], we require proof of ownership. Please sign the following challenge message using your wallet software and submit the signature via the secure upload link: Challenge: [UNIQUE_CHALLENGE_STRING]. This step is required under Liechtenstein and EU anti-money-laundering regulations. Your personal data will be processed solely for compliance purposes and retained for the statutory period.”
Knowing how to comply with Liechtenstein’s travel rule requirements is no longer optional, the zero-threshold EU TFR regime, FATF Recommendation 16 and the FMA’s domestic supervisory provisions under Art 23b together create an enforceable obligation on every crypto-asset transfer. Compliance teams should prioritise implementing the data-field mapping, VASP-to-VASP messaging integration and unhosted-wallet verification workflows outlined in this guide. Firms that act now will be well-positioned for FMA supervisory reviews and cross-border EEA operations; those that delay face escalating regulatory risk.
This article was produced by Global Law Experts. For specialist advice on this topic, contact Josef Bergt at Bergt Law, a member of the Global Law Experts network.
posted 18 minutes ago
posted 43 minutes ago
posted 1 hour ago
posted 2 hours ago
posted 2 hours ago
posted 3 hours ago
posted 3 hours ago
posted 3 hours ago
posted 3 hours ago
posted 4 hours ago
posted 4 hours ago
posted 5 hours ago
No results available
Find the right Legal Expert for your business
Sign up for the latest legal briefings and news within Global Law Experts’ community, as well as a whole host of features, editorial and conference updates direct to your email inbox.
Naturally you can unsubscribe at any time.
Global Law Experts is dedicated to providing exceptional legal services to clients around the world. With a vast network of highly skilled and experienced lawyers, we are committed to delivering innovative and tailored solutions to meet the diverse needs of our clients in various jurisdictions.
Global Law Experts is dedicated to providing exceptional legal services to clients around the world. With a vast network of highly skilled and experienced lawyers, we are committed to delivering innovative and tailored solutions to meet the diverse needs of our clients in various jurisdictions.
Send welcome message