> 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/mar/chapter-1-general-provisions-art.-1-6/2.md).

# Art. 2 — Scope

MAR Article 2 — Scope. Regulation (EU) No 596/2014, Chapter 1 — General provisions.

1. This Regulation applies to the following:

   1. financial instruments admitted to trading on a regulated market or for which a request for admission to trading on a regulated market has been made;
   2. financial instruments traded on an MTF, admitted to trading on an MTF or for which a request for admission to trading on an MTF has been made;
   3. financial instruments traded on an OTF;
   4. financial instruments not covered by point (a), (b) or (c), the price or value of which depends on or has an effect on the price or value of a financial instrument referred to in those points, including, but not limited to, credit default swaps and contracts for difference.

   This Regulation also applies to behaviour or transactions, including bids, relating to the auctioning on an auction platform authorised as a regulated market of emission allowances or other auctioned products based thereon, including when auctioned products are not financial instruments, pursuant to Regulation (EU) No 1031/2010. Without prejudice to any specific provisions referring to bids submitted in the context of an auction, any requirements and prohibitions in this Regulation referring to orders to trade shall apply to such bids.
2. [Articles 12](/mar/chapter-2-inside-information-insider-dealing-unlawful-disclosure-of-inside-information-and-market-ma/12.md) and [15](/mar/chapter-2-inside-information-insider-dealing-unlawful-disclosure-of-inside-information-and-market-ma/15.md) also apply to:
   1. spot commodity contracts, which are not wholesale energy products, where the transaction, order or behaviour has or is likely or intended to have an effect on the price or value of a financial instrument referred to in paragraph 1;
   2. types of financial instruments, including derivative contracts or derivative instruments for the transfer of credit risk, where the transaction, order, bid or behaviour has or is likely to have an effect on the price or value of a spot commodity contract where the price or value depends on the price or value of those financial instruments; and
   3. behaviour in relation to benchmarks.
3. This Regulation applies to any transaction, order or behaviour concerning any financial instrument as referred to in paragraphs 1 and 2, irrespective of whether or not such transaction, order or behaviour takes place on a trading venue.
4. The prohibitions and requirements in this Regulation shall apply to actions and omissions, in the Union and in a third country, concerning the instruments referred to in paragraphs 1 and 2.


---

# 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/mar/chapter-1-general-provisions-art.-1-6/2.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.
