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

# ICO / MiCA Docs

<mark style="background-color:blue;">**EN:**</mark> During the Public Sale, in compliance with the MiCA\* Regulation, or any information regarding NAEST's ICO or any subscription to our ICO, please refer to our whitepaper and others MiCA docs below.

*\*MiCA: Regulation on Markets in Crypto-Assets*

For any request or question, please contact our ICO subscription service by email at: <invest@naest.eu>

*The offering of NAEST tokens does not constitute a solicitation to purchase financial instruments. Investors must rely on the whitepaper in its entirety. This whitepaper has not been approved by any regulatory authority. Consult legal/financial advisors before investing.*

<mark style="background-color:blue;">**FR :**</mark> Pendant la vente publique, conformément au Règlement MiCA\*, ou pour toute information concernant l'ICO de NAEST ou une souscription à notre ICO, veuillez consulter notre livre blanc et les autres documents MiCA ci-dessous.

*\*MiCA: Regulation on Markets in Crypto-Assets / Règlement sur les marchés de crypto-actifs.*

Pour toute demande ou question, veuillez contacter notre service de souscription ICO par e-mail à : <invest@naest.eu>

*L'offre de tokens NAEST ne constitue pas une sollicitation d'achat d'instruments financiers. Les investisseurs doivent se baser sur le livre blanc dans son intégralité. Ce livre blanc n'a été approuvé par aucune autorité réglementaire. Consultez des conseillers juridiques/financiers avant d'investir.*

<sup>*Copyright © 2025 NAEST SAS (Paris). Tous droits réservés.*</sup>


---

# 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://naest.gitbook.io/Docs/ico-mica-docs.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.
