> 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/eu-level/q-and-a/pending-questions.md).

# Pending Questions

- [Overview](https://www.mica.wtf/eu-level/q-and-a/pending-questions/pending.md): Index page for MiCA Q\&A subcategory pages.
- [CASP: non-EUR EMT trading](https://www.mica.wtf/eu-level/q-and-a/pending-questions/eba-qa-7027-casp-non-eur-emt-trading.md): Q\&A on CASP: non-EUR EMT trading.
- [ART reserve: bail-in eligibility](https://www.mica.wtf/eu-level/q-and-a/pending-questions/eba-qa-7066-art-reserve-bail-in-eligibility.md): Q\&A on ART reserve: bail-in eligibility.
- [MiCAR vs CRD: recovery plan info](https://www.mica.wtf/eu-level/q-and-a/pending-questions/eba-qa-7067-micar-vs-crd-recovery-plan-info.md): Q\&A on MiCAR vs CRD: recovery plan info.
- [EMT parallel issuance: EU and non-EU](https://www.mica.wtf/eu-level/q-and-a/pending-questions/eba-qa-7068-emt-parallel-issuance-eu-non-eu.md): Q\&A on EMT parallel issuance: EU and non-EU.
- [Scope of Recital 54 and Article 54 — significance classification](https://www.mica.wtf/eu-level/q-and-a/pending-questions/eba-qa-7069-recital-54-article-54-significance.md): Q\&A on Scope of Recital 54 and Article 54 — significance classification.
- [Gold tokens as ARTs](https://www.mica.wtf/eu-level/q-and-a/pending-questions/eba-qa-7114-gold-tokens-arts.md): Q\&A on Gold tokens as ARTs.
- [Own funds for ART issuers exempt from authorisation](https://www.mica.wtf/eu-level/q-and-a/pending-questions/eba-qa-7210-own-funds-art-issuers-exempt.md): Q\&A on Own funds for ART issuers exempt from authorisation.
- [PSD2 applicability to EMT issuance/redemption](https://www.mica.wtf/eu-level/q-and-a/pending-questions/eba-qa-7457-psd2-applicability-emt-issuance.md): Q\&A on PSD2 applicability to EMT issuance/redemption.
- [EMT issuance: bank segregated account](https://www.mica.wtf/eu-level/q-and-a/pending-questions/eba-qa-7591-emt-issuance-bank-segregated-account.md): Q\&A on EMT issuance: bank segregated account.
- [Own funds: overlapping CASP/EMI/IF authorisations](https://www.mica.wtf/eu-level/q-and-a/pending-questions/eba-qa-7834-own-funds-overlapping-casp-emi-if.md): Q\&A on Own funds: overlapping CASP/EMI/IF authorisations.
- [PPAETs: personal scope for market abuse](https://www.mica.wtf/eu-level/q-and-a/pending-questions/esma-qa-2769-ppaet-market-abuse-scope.md): Q\&A on PPAETs: personal scope for market abuse.


---

# 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/eu-level/q-and-a/pending-questions.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.
