> 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/mica.wtf/mifir/readme.md).

# MiFIR

**Regulation (EU) No 600/2014** — of the European Parliament and of the Council of 15 May 2014 on markets in financial instruments and amending Regulation (EU) No 648/2012

The full text is available article by article, one page per article (`articles/<number>`). Every numbered paragraph and point carries a stable anchor (`#p-3` for paragraph 3, `#p-3-a` for its point (a)), so any provision can be cited with a direct link. The English consolidated manifestation from CELLAR is reproduced verbatim; the official text remains the EU publication at [EUR-Lex](https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:02014R0600-20251123).

## Structure

| Chapter / Section                                                                                                                                                                                                                                                                | Articles     |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ |
| [Title I — Subject matter, scope and definitions](/mica.wtf/mifir/title-i-subject-matter-scope-and-definitions-art.-1-2/1.md)                                                                                                                                                    | Art. 1–2     |
| [Title II — Transparency for trading venues](/mica.wtf/mifir/title-ii-transparency-for-trading-venues-art.-3-13/3.md)                                                                                                                                                            | Art. 3–13    |
| [Title III — Transparency for systematic internalisers and investment firms trading OTC and tick size regime for systematic internalisers](/mica.wtf/mifir/title-iii-transparency-for-systematic-internalisers-and-investment-firms-trading-otc-and-tick-size-r/14.md)           | Art. 14–23a  |
| [Title IV — Transaction reporting](/mica.wtf/mifir/title-iv-transaction-reporting-art.-24-27/24.md)                                                                                                                                                                              | Art. 24–27   |
| [Title IVa — Data reporting services](/mica.wtf/mifir/title-iva-data-reporting-services-art.-27a-27i/27a.md)                                                                                                                                                                     | Art. 27a–27i |
| [Title V — Derivatives](/mica.wtf/mifir/title-v-derivatives-art.-28-34/28.md)                                                                                                                                                                                                    | Art. 28–34   |
| [Title VI — Non-discriminatory clearing access for financial instruments](/mica.wtf/mifir/title-vi-non-discriminatory-clearing-access-for-financial-instruments-art.-35-38/35.md)                                                                                                | Art. 35–38   |
| [Title VIa — ESMA powers and competences](/mica.wtf/mifir/title-via-esma-powers-and-competences-art.-38a-38o/38a.md)                                                                                                                                                             | Art. 38a–38o |
| [Title VII — Supervisory measures on product intervention and positions](/mica.wtf/mifir/title-vii-supervisory-measures-on-product-intervention-and-positions-art.-39-45/39.md)                                                                                                  | Art. 39–45   |
| [Title VIII — Provision of services and performance of activities by third-country firms following an equivalence decision with or without a branch](/mica.wtf/mifir/title-viii-provision-of-services-and-performance-of-activities-by-third-country-firms-following-an-e/46.md) | Art. 46–49   |
| [Title IX — Delegated and implementing acts](/mica.wtf/mifir/title-ix-delegated-and-implementing-acts-art.-50-51/50.md)                                                                                                                                                          | Art. 50–51   |
| [Title X — Final provisions](/mica.wtf/mifir/title-x-final-provisions-art.-52-55/52.md)                                                                                                                                                                                          | Art. 52–55   |


---

# 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/mica.wtf/mifir/readme.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.
