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

# Overview

Welcome to the ZOKA Network documentation.

ZOKA is a privacy-first blockchain designed for self-custodial private payments. The live public network is **ZOKA Network: Mainnet Zenith**.

This GitBook explains the project vision, network architecture, privacy model, tokenomics, mining, wallets, explorer behavior, security assumptions, developer entry points, and API surfaces.

## Quick Links

| Topic           | Page                                                     |
| --------------- | -------------------------------------------------------- |
| Project vision  | [Introduction](/zokanetwork/introduction.md)             |
| Live network    | [Mainnet Zenith](/zokanetwork/network/mainnet-zenith.md) |
| Privacy model   | [Privacy Model](/zokanetwork/privacy.md)                 |
| Token economics | [Tokenomics](/zokanetwork/tokenomics.md)                 |
| Mining          | [Mining](/zokanetwork/mining.md)                         |
| Android wallet  | [ZKAPriv](/zokanetwork/wallets/zkapriv.md)               |
| Desktop wallet  | [ZSilent Core](/zokanetwork/zsilent-core.md)             |
| Explorer        | [ZokaScan](/zokanetwork/zokascan.md)                     |
| Developers      | [Developers](/zokanetwork/developers.md)                 |

## Public Surfaces

| Surface             | URL                                                                     |
| ------------------- | ----------------------------------------------------------------------- |
| Website             | [zoka.network](https://zoka.network)                                    |
| Explorer            | [zokascan.cc](https://www.zokascan.cc)                                  |
| Core repository     | [ZokaNetwork/ZokaNetwork](https://github.com/ZokaNetwork/ZokaNetwork)   |
| Android wallet      | [ZokaNetwork/zkapriv](https://github.com/ZokaNetwork/zkapriv)           |
| Desktop wallet      | [ZokaNetwork/zsilent-core](https://github.com/ZokaNetwork/zsilent-core) |
| Explorer repository | [ZokaNetwork/zokaexplorer](https://github.com/ZokaNetwork/zokaexplorer) |

## Documentation Principle

ZOKA documentation should stay aligned with implemented code and released software. If a feature is not live, it should be described as planned or omitted from user-facing promises.


---

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