> For the complete documentation index, see [llms.txt](https://protocolvoid.gitbook.io/void-protocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://protocolvoid.gitbook.io/void-protocol/technical-concepts/zero-knowledge.md).

# Zero Knowledge

ZK or more specifically ZK-SNARKs (Zero-Knowledge Succinct Non-Interactive Arguments of Knowledge) have been our main focus for quite some time now and we are happy to say that our ZK-SNARK library is complete and audited. This was one of the main hurdles we have faced as it is quite a challenging and deep subject to work on. The team at Void knew the importance it holds in the platform, therefore we had to make sure it was done correctly.\
\
The reason ZK was such a heavy focus, is because it is essential for proving and verifying transactions in the Void Anonymity Pools in a secure, anonymous **and decentralized** manner. This allows the contract to prove the owner of a deposit with only a fraction of the statement, ensuring the withdrawal address cannot be linked to the original depositing address. The fact that this feature makes the platform completely decentralized means that no person or entity can be forced to (or is even able to) give up that information to help with tracking transactions.

Alongside the main functionality of the ZK for the VAP's, it is also an important process in the gamification of the Void Airdrop and the reward claiming mechanism.

{% content-ref url="/pages/qYP5c9hTb9GIwc6jS6Mj" %}
[Audits](/void-protocol/audits.md)
{% endcontent-ref %}


---

# 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://protocolvoid.gitbook.io/void-protocol/technical-concepts/zero-knowledge.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.
