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

# FAQ

<details>

<summary>Is the team Doxxed ? </summary>

No, but we were at EthDenver and sometime we are taking part on crypto event so stay tuned if you want to meet us !

</details>

<details>

<summary>If any government or authority asked the ZKML team to share user data from zkSearch, Zebra, or any other product — would we comply? </summary>

**No. We can’t. And we won’t.**

Our infrastructure is designed so that:

* We **don’t collect** personal data
* We **can’t access** your messages, search queries, or IP
* We **have nothing to hand over**, even if asked

This isn’t just a promise — it’s **coded into the system by design**.\
**Privacy is not a permission we grant. It's a right we protect.**

</details>

<details>

<summary>How does ZKML generate revenue?</summary>

We generate revenue directly through the usage of our products:

* Ads (zkSearch, Zebra,  Zwap)
* Swap fees (ZWAP)
* API access (Zebra AI)

A portion of this revenue is used to **buy back and burn $ZKML tokens**, reducing supply and aligning product growth with token value.

</details>

<details>

<summary>Where can i find all infos and official link for easy navigation ?</summary>

You can check our official [LinkTree](https://linktr.ee/zkml) ( please beware of the fake one )

</details>

If you have any question, we will be happy to answer you on [our official Telegram](https://t.me/zkmlsystems)


---

# 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://zkml.gitbook.io/zkml/overview/faq.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.
