> For the complete documentation index, see [llms.txt](https://www.mica.wtf/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.mica.wtf/definitions/tofr.md).

# ToFR Definitions

Definitions extracted from ToFR Article 3 and maintained as generated reference pages.

ToFR Article 3 defines the vocabulary used by the [Transfer of Funds](/definitions/tofr/transfer-of-funds.md) Regulation. This section turns those definitions into navigable pages and shows where each term is used across ToFR.

* [batch file transfer](/definitions/tofr/batch-file-transfer.md)
* [beneficiary](/definitions/tofr/beneficiary.md)
* [crypto-asset](/definitions/tofr/crypto-asset.md)
* [crypto-asset account](/definitions/tofr/crypto-asset-account.md)
* [crypto-asset automated teller machines](/definitions/tofr/crypto-asset-automated-teller-machines.md)
* [crypto-asset service provider](/definitions/tofr/crypto-asset-service-provider.md)
* [distributed ledger address](/definitions/tofr/distributed-ledger-address.md)
* [distributed ledger technology](/definitions/tofr/distributed-ledger-technology.md)
* [funds](/definitions/tofr/funds.md)
* [intermediary crypto-asset service provider](/definitions/tofr/intermediary-crypto-asset-service-provider.md)
* [intermediary payment service provider](/definitions/tofr/intermediary-payment-service-provider.md)
* [legal entity identifier](/definitions/tofr/legal-entity-identifier.md)
* [money laundering](/definitions/tofr/money-laundering.md)
* [originator](/definitions/tofr/originator.md)
* [payee](/definitions/tofr/payee.md)
* [payer](/definitions/tofr/payer.md)
* [payment account](/definitions/tofr/payment-account.md)
* [payment service provider](/definitions/tofr/payment-service-provider.md)
* [person-to-person transfer of crypto-assets](/definitions/tofr/person-to-person-transfer-of-crypto-assets.md)
* [self-hosted address](/definitions/tofr/self-hosted-address.md)
* [terrorist financing](/definitions/tofr/terrorist-financing.md)
* [transfer of crypto-assets](/definitions/tofr/transfer-of-crypto-assets.md)
* [transfer of funds](/definitions/tofr/transfer-of-funds.md)
* [unique transaction identifier](/definitions/tofr/unique-transaction-identifier.md)


---

# 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://www.mica.wtf/definitions/tofr.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.
