# ZKPs

{% hint style="info" %}
What are ZKPs (Zero-Knowledge Proofs) ?\
\
ZKPs are cryptographic methods that allow one party (prover) to prove to another (verifier) that a statement is true, without revealing any information (“zero-knowledge”) about what is being proven. This enhances privacy and security in transactions and smart contracts.
{% endhint %}

### **Applications**

ZKPs will prove to the user that our algorithm indeed governs the vault's decisions, without manipulation from the team.

The previous iteration of ZKPs, ‘ZK-SNARKs’ required a trusted setup phase (a third-party) whereas ZK-STARKs *‘uses publicly verifiable randomness to create trustlessly verifiable computation systems’* - it removes the need for a trusted, third-party setup.&#x20;

Mozaic as a protocol aims to mitigate any malicious third parties that may be attempting to, for example, front-run Archimedes and its decisions in alternating farms or rebalancing funds (exchanging from coin to coin).

{% hint style="info" %}
ZKPs are a feature that we plan to integrate post launch. We have reached out for integrations with several ZKP solutions, like [<mark style="color:yellow;">Modulus Labs</mark>](https://www.moduluslabs.xyz/).&#x20;
{% endhint %}


---

# 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://docs.mozaic.finance/security/zkps.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.
