> 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/what-we-do.md).

# What we do

Today’s blockchain and web platforms are riddled with privacy vulnerabilities:\
from **transaction surveillance** and **identity leaks**, to **data harvesting** and even **address poisoning**.

Most “privacy solutions” are either incomplete, closed, or fail to scale — leaving users exposed and trust broken.

At **zKML**, we’re building a new foundation.\
A **privacy-first ecosystem** where every product — whether messaging, swapping, search, or AI — is built with **anonymity, security, and sovereignty** at its core.

***

#### :eyes: Our Vision

We believe that **privacy is not a feature** — it’s a human right.\
And reclaiming it starts by rebuilding the digital stack, from the ground up.

Our stack combines:

* Cutting-edge **cryptography**
* True **cross-chain interoperability**
* **Anonymous infrastructure** powered by the Anon Network
* Secure and **accountless access** to tools like messaging, token swaps, and AI APIs

***

#### ⚙️ What We've Built So Far

* 🦓 **Zebra** – Encrypted, wallet-optional messaging app
* 🔎 Z**kSearch** – Anonymous browser & search interface
* 🔄 **ZWAP** – Cross-chain private swap engine (XMR, $ANYONE, IP-hidden)
* 🤖 **Zebra AI** – Privacy-preserving AI and API layer (in progress)

Since launching in early 2024, we’ve been shipping **daily updates**, expanding fast, and improving every tool based on **real community feedback**.

***

#### 🔐 The zKML Promise

We’re not here to "compete" — we’re here to **replace broken systems**.

* No trackers
* No fake privacy
* No compromise

Every line of code is written with one goal in mind:\
to give people back **control**, **confidentiality**, and **freedom** — across the entire digital space.

> Welcome to zKML.\
> Where your data is yours — and no one else's.


---

# 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/what-we-do.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.
