> 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/tofr/transfer-of-funds-regulation/chapter-i-general-provisions/article-2-scope.md).

# Article 2 — Scope

1. This Regulation shall apply to transfers of [funds](https://www.mica.wtf/definitions/definitions/tofr/funds), in any currency, which are sent or received by a [payment service provider](https://www.mica.wtf/definitions/definitions/tofr/payment-service-provider) or an [intermediary payment service provider](https://www.mica.wtf/definitions/definitions/tofr/intermediary-payment-service-provider) established in the Union. It shall also apply to transfers of [crypto-assets](https://www.mica.wtf/definitions/definitions/tofr/crypto-asset), including transfers of crypto-assets executed by means of [crypto-ATMs](https://www.mica.wtf/definitions/definitions/tofr/crypto-asset-automated-teller-machines), where the [crypto-asset service provider](https://www.mica.wtf/definitions/definitions/tofr/crypto-asset-service-provider), or the [intermediary crypto-asset service provider](https://www.mica.wtf/definitions/definitions/tofr/intermediary-crypto-asset-service-provider), of either the [originator](https://www.mica.wtf/definitions/definitions/tofr/originator) or the [beneficiary](https://www.mica.wtf/definitions/definitions/tofr/beneficiary) has its registered office in the Union.
2. This Regulation shall not apply to the services listed in Article 3, points (a) to (m) and point (o), of Directive (EU) 2015/2366.
3. This Regulation shall not apply to transfers of [funds](https://www.mica.wtf/definitions/definitions/tofr/funds) or to transfers of electronic money tokens, as defined in [Article 3(1)](https://github.com/jakesenfti/micawtf/blob/main/mica/title-i-subject-matter-scope-and-definitions-art.-1-3/article-3.md), point (7), of Regulation (EU) 2023/1114, carried out using a payment card, an electronic money instrument, a mobile phone or any other digital or IT prepaid or postpaid device with similar characteristics, provided that the following conditions are met:

   1. that card, instrument or device is used exclusively to pay for goods or services; and
   2. the number of that card, instrument or device accompanies all transfers flowing from the transaction.

   However, this Regulation shall apply when a payment card, an electronic money instrument, a mobile phone or any other digital or IT prepaid or postpaid device with similar characteristics is used in order to effect a [transfer of funds](https://www.mica.wtf/definitions/definitions/tofr/transfer-of-funds) or electronic money tokens between natural persons acting as consumers for purposes other than trade, business or professional activity.
4. This Regulation shall not apply to persons that have no activity other than to convert paper documents into electronic data and that do so pursuant to a contract with a [payment service provider](https://www.mica.wtf/definitions/definitions/tofr/payment-service-provider), or to persons that have no activity other than to provide payment service providers with messaging or other support systems for transmitting funds or with clearing and settlement systems.\
   This Regulation shall not apply to a [transfer of funds](https://www.mica.wtf/definitions/definitions/tofr/transfer-of-funds) where any of the following conditions is met:

   1. it involves the [payer](https://www.mica.wtf/definitions/definitions/tofr/payer) withdrawing cash from the payer's own [payment account](https://www.mica.wtf/definitions/definitions/tofr/payment-account);
   2. it constitutes a transfer of funds to a public authority as payment for taxes, fines or other levies within a Member State;
   3. both the [payer](https://www.mica.wtf/definitions/definitions/tofr/payer) and the [payee](https://www.mica.wtf/definitions/definitions/tofr/payee) are payment service providers acting on their own behalf;
   4. it is carried out through cheque images exchanges, including truncated cheques.

   This Regulation shall not apply to a [transfer of crypto-assets](https://www.mica.wtf/definitions/definitions/tofr/transfer-of-crypto-assets) where any of the following conditions is met:

   1. both the [originator](https://www.mica.wtf/definitions/definitions/tofr/originator) and the [beneficiary](https://www.mica.wtf/definitions/definitions/tofr/beneficiary) are [crypto-asset service providers](https://www.mica.wtf/definitions/definitions/tofr/crypto-asset-service-provider) acting on their own behalf;
   2. the transfer constitutes a [person-to-person transfer of crypto-assets](https://www.mica.wtf/definitions/definitions/tofr/person-to-person-transfer-of-crypto-assets) carried out without the involvement of a crypto-asset service provider.

   Electronic money tokens, as defined in [Article 3(1)](https://github.com/jakesenfti/micawtf/blob/main/mica/title-i-subject-matter-scope-and-definitions-art.-1-3/article-3.md), point (7), of Regulation (EU) 2023/1114, shall be treated as [crypto-assets](https://www.mica.wtf/definitions/definitions/tofr/crypto-asset) under this Regulation.
5. A Member State may decide not to apply this Regulation to transfers of funds within its territory to a [payee](https://www.mica.wtf/definitions/definitions/tofr/payee)'s [payment account](https://www.mica.wtf/definitions/definitions/tofr/payment-account) permitting payment exclusively for the provision of goods or services where all of the following conditions are met:
   1. the payment service provider of the payee is subject to Directive (EU) 2015/849;
   2. the payment service provider of the payee is able to trace back, through the payee, by means of a [unique transaction identifier](https://www.mica.wtf/definitions/definitions/tofr/unique-transaction-identifier), the transfer of funds from the person who has an agreement with the payee for the provision of goods or services;
   3. the amount of the transfer of funds does not exceed EUR 1 000.


---

# 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/tofr/transfer-of-funds-regulation/chapter-i-general-provisions/article-2-scope.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.
