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

# IZK

**Interactive Zero-Knowledge (IZK) Proof** is a type of zero-knowledge proof system in which the proof involves multiple rounds of communication between the prover and verifier, often referred to as designed verifier zero-knowledge protocols. Unlike zk-SNARKs or zk-STARKs, which are non-interactive, IZK requires ongoing interaction between the parties.

IZK offers several advantages, making it a promising building block for Web3 applications. These benefits include:

* Scalability for handling large statements.
* Lower computation and memory costs.
* No need for a trusted setup.

However, IZK requires "more interactions" between the prover and verifier, involving multiple rounds of communication. These interactions resemble those used in **Secure Multi-Party Computation (MPC)**, and many cutting-edge IZK algorithms are built on MPC principles.


---

# 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://bavo.gitbook.io/bavo/technical-concepts/izk.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.
