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