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

# MAR

MAR: full text of Regulation (EU) No 596/2014 with per-article pages and paragraph anchors.

**Regulation (EU) No 596/2014** — of the European Parliament and of the Council of 16 April 2014 on market abuse (market abuse regulation) and repealing Directive 2003/6/EC of the European Parliament and of the Council and Commission Directives 2003/124/EC, 2003/125/EC and 2004/72/EC

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:02014R0596-20260605).

## Structure

| Chapter / Section                                                                                                                                                                                                                    | Articles    |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- |
| [Chapter 1 — General provisions](/mar/chapter-1-general-provisions-art.-1-6/1.md)                                                                                                                                                    | Art. 1–6    |
| [Chapter 2 — Inside information, insider dealing, unlawful disclosure of inside information and market manipulation](/mar/chapter-2-inside-information-insider-dealing-unlawful-disclosure-of-inside-information-and-market-ma/7.md) | Art. 7–16   |
| [Chapter 3 — Disclosure requirements](/mar/chapter-3-disclosure-requirements-art.-17-21a/17.md)                                                                                                                                      | Art. 17–21a |
| [Chapter 4 — ESMA and competent authorities](/mar/chapter-4-esma-and-competent-authorities-art.-22-29/22.md)                                                                                                                         | Art. 22–29  |
| [Chapter 5 — Administrative measures and sanctions](/mar/chapter-5-administrative-measures-and-sanctions-art.-30-34/30.md)                                                                                                           | Art. 30–34  |
| [Chapter 6 — Delegated acts and implementing acts](/mar/chapter-6-delegated-acts-and-implementing-acts-art.-35-36/35.md)                                                                                                             | Art. 35–36  |
| [Chapter 7 — Final provisions](/mar/chapter-7-final-provisions-art.-37-39/37.md)                                                                                                                                                     | Art. 37–39  |


---

# 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/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.
