# ZK Rollups

Zero-Knowledge (ZK) Rollups also process transactions off-chain but use cryptographic proofs (zk-SNARKs) to verify the validity of transactions before posting them on-chain. This method provides faster finality and stronger security guarantees since every batch of transactions is verified cryptographically, ensuring only valid transactions are posted on-chain.

Read more on ZK rollups <https://blog.etherscale.xyz/understanding-zk-rollups-8de50aed746d>

<figure><img src="/files/BABIXUcfih4hhIp9J7pC" alt=""><figcaption><p>ZKrollup</p></figcaption></figure>

<br>


---

# 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.etherscale.xyz/core-concepts/overview-of-rollups/zk-rollups.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.
