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

# Abstract

ZOKA Network is a privacy-first proof-of-work blockchain with self-custodial wallets and zero-knowledge proof infrastructure.

The network is designed so that:

* Private transfers hide sender, receiver, and amount from the public explorer.
* Wallet balances are reconstructed locally by the user's wallet.
* Nullifiers prevent double spends without revealing which output was spent.
* Commitments and proof data keep private activity verifiable.
* Miners and nodes can participate through the public network.

ZOKA is not a centralized privacy service. Public RPC nodes provide chain data; they are not custodians and do not need wallet secrets.

The practical model is local-first: wallet applications use local secret material to scan chain data and prepare private transfer flows. Public infrastructure exists to synchronize, validate, mine, and observe network state, not to hold or reveal user balances.


---

# 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:

```
GET https://zokanetwork.gitbook.io/zokanetwork/introduction/abstract.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
