> 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/amlr/chapter-i-general-provisions-art.-1-8/8.md).

# Art. 8 — Notification of cross-border operations and application of national law

AMLR Article 8 — Notification of cross-border operations and application of national law. Regulation (EU) 2024/1624, Chapter I — General provisions.

1. Obliged entities wishing to carry out activities within the territory of another Member State for the first time shall notify the supervisors of their home Member State of the activities which they intend to carry out in that other Member State. That notification shall be submitted as soon as the obliged entity takes steps to carry out the activities, and, in the case of establishments at least 3 months prior to the commencement of those activities. Obliged entities shall immediately notify the supervisors of their home Member State upon commencement of those activities in that other Member State.

   The first subparagraph shall not apply to obliged entities subject to specific notification procedures for the exercise of the freedom of establishment and of the freedom to provide services under other Union legal acts or to cases where the obliged entity is subject to specific authorisation requirements in order to operate in the territory of that other Member State.
2. Any planned change to the information communicated under paragraph 1 shall be communicated by the obliged entity to the supervisor of the home Member State at least 1 month before making the change.
3. Where this Regulation allows Member States to adopt additional rules applicable to obliged entities, obliged entities shall comply with the national rules of the Member State in which they are established.
4. Where obliged entities operate establishments in several Member States, they shall ensure that each establishment applies the rules of the Member State in which it is located.
5. Where obliged entities as referred to in Article 38(1) of Directive (EU) 2024/1640 operate, in other Member States than the one where they are established through agents, distributors, or through other types of infrastructure located in those other Member States under the freedom to provide services, they shall apply the rules of the Member States in which they provide services in relation to those activities, unless Article 38(2) of that Directive applies, in which case they shall apply the rules of the Member State where their head office is located.
6. Where obliged entities are required to appoint a central contact point pursuant to Article 41 of Directive (EU) 2024/1640, they shall ensure that the central contact point is able to ensure compliance with applicable law on behalf of the obliged entity.


---

# 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/amlr/chapter-i-general-provisions-art.-1-8/8.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.
