> For the complete documentation index, see [llms.txt](https://docs.zama.org/protocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zama.org/protocol/mica/mica.md).

# MiCA

The Zama Token White Paper is provided in accordance with the Markets in Crypto-Assets (MiCA) Regulation.&#x20;

***

*ZAMA Switzerland AG, as the person seeking admission to trading, has notified, on January 14, 2026,  an updated version of the Zama Token white paper originally notified on 14 November 2025.*

*These updates amend information relating to the Zama token plan and adjust the format of the white paper to make it accessible in a machine-readable format. In addition, ZAMA Switzerland AG has taken this opportunity to update certain non-material information to ensure that all information presented is accurate and up to date.*

* Read or download the actual version [here](https://mica.zama.org).
* Read or download the previous version [here](https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJKGF4VukPddxXtTNaRrS%2Fuploads%2FIlSaY2mw4e5cIhh3WGis%2FZama%20Token%20White%20Paper.pdf?alt=media\&token=97ba25b6-5c08-4689-a543-84b977be782c).


---

# 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://docs.zama.org/protocol/mica/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.
