> 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/vision-and-principles.md).

# Vision and Principles

## What Zoka Aims to Solve

Transparent financial ledgers can leak more than users expect:

* Account balances.
* Payment relationships.
* Repeated address usage.
* Business volume.
* Donation or payroll flows.
* Long-term behavioral patterns.

ZOKA aims to give users a blockchain where payments can be verified without turning every wallet into a public dossier.

## Why Privacy Matters

Privacy is not only secrecy. It supports:

* **Fungibility**: coins should not carry public histories that affect how they are treated.
* **Financial freedom**: users should be able to transact without exposing their full economic life.
* **Data protection**: wallet data should remain with the wallet owner.
* **Personal safety**: balances and payment relationships should not be trivial to harvest.

## Design Position

ZOKA is private by default for user transfers, but not opaque to consensus. Blocks, proof-of-work, commitments, nullifiers, and other verification data remain public.


---

# 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/vision-and-principles.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.
