# What is Travel Rule?

The Travel Rule requires financial institutions participating in a cryptocurrency transaction (aka VASPs: Virtual Asset Service Providers) to exchange relevant beneficiary and originator KYC information. Any business holding crypto on behalf of their customers (a VASP) is required to implement the Travel Rule for transactions over a certain threshold sent to customers of another VASP. The specific threshold amount is determined by each national regulator. MASAK has recommended it be set to 15000 TRY.

<figure><img src="/files/m1nmyNF3otu54NcU50Qh" alt=""><figcaption></figcaption></figure>

### What information needs to be included in the Travel Rule request?​

Primarily you need to include the following information:

* The asset to be transferred (eg. BTC)
* Amount of asset to be transferred
* Information about the Originating Customer. Each country will have different requirements, but generally may include:
  * Name
  * Account number or blockchain address
  * Physical Address
  * Identity number eg. National ID number or Passport number
* Information about the Beneficiary Customer
  * Name
  * Account number or blockchain address

The industry has convened on the IVMS101 standard data model for defining this, which is supported in its entirety by Defy.


---

# Agent Instructions: 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:

```
GET https://docs.getdefy.co/travel-rule/what-is-travel-rule.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
