> For the complete documentation index, see [llms.txt](https://docs.ospree.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ospree.io/quick-start/intro-to-ospree/what-is-the-travel-rule.md).

# What is the Travel Rule?

The Travel Rule is a global anti-money laundering (AML) requirement that mandates Virtual Asset Service Providers (VASPs) to collect, verify, and share originator and beneficiary information when processing cryptocurrency transactions above a certain threshold. This requirement, introduced by the Financial Action Task Force (FATF), aims to prevent illicit activities such as money laundering and terrorist financing by ensuring transparency in digital asset transfers.

### Operational Impact of the Travel Rule on VASPs

* &#x20;**Customer Due Diligence (CDD) -** VASPs must collect, verify, and store originator and beneficiary information before processing transactions, increasing compliance workload.<br>
* **Technology & Integration Requirements -** VASPs need to implement Travel Rule-compliant solutions to exchange data with counterparties, which may require API integrations for automation or manual processes for handling low-volume operations.<br>
* **Transaction Delays & Customer Impact -** Transactions can be delayed or rejected if counterparties fail to provide required information, impacting customer experience.<br>
* **Managing Non-Compliant Counterparties -** VASPs must establish processes to manage interactions with counterparties that lack Travel Rule compliance.

<div align="left"><figure><img src="/files/4KC0goVSAW52SNRJ44J4" alt=""><figcaption></figcaption></figure></div>

{% hint style="success" %}
👋 **Want to know more?** Dive into our [write-up](https://www.ospree.io/blog/what-is-the-travel-rule-which-countries-require-it-and-why-should-you-implement-it-now) about the Travel Rule.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.ospree.io/quick-start/intro-to-ospree/what-is-the-travel-rule.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
