# Optimization Techniques for Efficient Verification

## Caching Checkpoints for Faster Proof Verification

Verifying every committee transition from a trusted checkpoint to a required block is computationally expensive. To optimize this process, **colibri.stateless** can cache intermediate checkpoints, reducing the length of proof chains. This allows:

* **Reduced Verification Overhead**—Instead of revalidating all sync committee transitions, the client can jump between cached checkpoints.
* **Adaptive Checkpoint Selection**—The caching strategy dynamically adjusts based on the frequency of requested data.
* **Application-Specific Checkpointing**—Trusted checkpoints can be provided by an external application or selected based on prior validation history.

To overcome these limitations, an advanced solution involves using zero-knowledge proofs (ZK-proofs). ZK-proofs enable efficient validation of multiple transitions in a single proof, eliminating the need to store intermediate checkpoints while maintaining full verification capabilities.


---

# 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://corpus-core.gitbook.io/whitepaper-colibri-stateless/technical-concept/stateless-verification-and-efficient-data-retrieval/optimization-techniques-for-efficient-verification.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.
