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

# MiCA Definitions

Definitions extracted from MiCA Article 3 and maintained as generated reference pages.

MiCA Article 3 defines the vocabulary used by the regulation. This section turns those definitions into navigable pages, shows where each term is used in MiCA, and follows imported definitions into other EU instruments where MiCA relies on them.

* [alternative investment fund manager](/definitions/mica/alternative-investment-fund-manager.md)
* [applicant issuer](/definitions/mica/applicant-issuer.md)
* [asset-referenced token](/definitions/mica/asset-referenced-token.md)
* [client](/definitions/mica/client.md)
* [close links](/definitions/mica/close-links.md)
* [competent authority](/definitions/mica/competent-authority.md)
* [consensus mechanism](/definitions/mica/consensus-mechanism.md)
* [credit institution](/definitions/mica/credit-institution.md)
* [crypto-asset](/definitions/mica/crypto-asset.md)
* [crypto-asset service](/definitions/mica/crypto-asset-service.md)
* [crypto-asset service provider](/definitions/mica/crypto-asset-service-provider.md)
* [deposit](/definitions/mica/deposit.md)
* [distributed ledger](/definitions/mica/distributed-ledger.md)
* [distributed ledger technology](/definitions/mica/distributed-ledger-technology.md)
* [DLT network node](/definitions/mica/dlt-network-node.md)
* [electronic money](/definitions/mica/electronic-money.md)
* [electronic money institution](/definitions/mica/electronic-money-institution.md)
* [electronic money token](/definitions/mica/electronic-money-token.md)
* [exchange of crypto-assets for funds](/definitions/mica/exchange-of-crypto-assets-for-funds.md)
* [exchange of crypto-assets for other crypto-assets](/definitions/mica/exchange-of-crypto-assets-for-other-crypto-assets.md)
* [execution of orders for crypto-assets on behalf of clients](/definitions/mica/execution-of-orders-for-crypto-assets-on-behalf-of-clients.md)
* [financial instrument](/definitions/mica/financial-instrument.md)
* [funds](/definitions/mica/funds.md)
* [home Member State](/definitions/mica/home-member-state.md)
* [host Member State](/definitions/mica/host-member-state.md)
* [investment firm](/definitions/mica/investment-firm.md)
* [issuer](/definitions/mica/issuer.md)
* [management body](/definitions/mica/management-body.md)
* [matched principal trading](/definitions/mica/matched-principal-trading.md)
* [offer to the public](/definitions/mica/offer-to-the-public.md)
* [offeror](/definitions/mica/offeror.md)
* [official currency](/definitions/mica/official-currency.md)
* [online interface](/definitions/mica/online-interface.md)
* [operation of a trading platform for crypto-assets](/definitions/mica/operation-of-a-trading-platform-for-crypto-assets.md)
* [payment institution](/definitions/mica/payment-institution.md)
* [payment service provider](/definitions/mica/payment-service-provider.md)
* [payment services](/definitions/mica/payment-services.md)
* [personal data](/definitions/mica/personal-data.md)
* [placing of crypto-assets](/definitions/mica/placing-of-crypto-assets.md)
* [providing advice on crypto-assets](/definitions/mica/providing-advice-on-crypto-assets.md)
* [providing custody and administration of crypto-assets on behalf of clients](/definitions/mica/providing-custody-and-administration-of-crypto-assets-on-behalf-of-clients.md)
* [providing portfolio management of crypto-assets](/definitions/mica/providing-portfolio-management-of-crypto-assets.md)
* [providing transfer services for crypto-assets on behalf of clients](/definitions/mica/providing-transfer-services-for-crypto-assets-on-behalf-of-clients.md)
* [qualified investors](/definitions/mica/qualified-investors.md)
* [qualifying holding](/definitions/mica/qualifying-holding.md)
* [reception and transmission of orders for crypto-assets on behalf of clients](/definitions/mica/reception-and-transmission-of-orders-for-crypto-assets-on-behalf-of-clients.md)
* [reserve of assets](/definitions/mica/reserve-of-assets.md)
* [retail holder](/definitions/mica/retail-holder.md)
* [structured deposit](/definitions/mica/structured-deposit.md)
* [UCITS management company](/definitions/mica/ucits-management-company.md)
* [utility token](/definitions/mica/utility-token.md)


---

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