> 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.md).

# Introduction

ZOKA Network is built around one core idea: financial activity should not become public surveillance data by default.

Most blockchains make transaction graphs, balances, and address relationships easy to inspect. ZOKA takes the opposite direction for user payments: wallet state is recovered locally by the owner, while public infrastructure exposes only the data needed for consensus, synchronization, and verification.

## Core Principles

* **Privacy by default** for user-facing transfer flows.
* **Self-custody** through local wallet keys and recovery phrases.
* **Public verifiability** through blocks, proof-of-work, commitments, nullifiers, and transaction hashes.
* **Open participation** for nodes and miners.
* **Practical clients** across desktop and Android.

ZOKA's public surfaces should explain what is verifiable without exposing what is personal. The explorer, website, and docs can show network status, blocks, mining, supply, and downloads, while wallets remain the place where private account history and recovery material live.


---

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