# Stateless Verification and Efficient Data Retrieval

## Overview of the Architecture

Corpus Core's **colibri.stateless** Client (C4) is a trustless, stateless client designed for secure and efficient blockchain verification. It operates without maintaining a blockchain state or participating in the peer-to-peer network, instead relying solely on cryptographic proofs for verification.

* **Stateless Design**—This design does not store blockchain history but verifies state transitions, account information, and transaction information using cryptographic proofs.
* **Proof-Based Verification**—This method authenticates blockchain data using sync committee signatures, Merkle proofs, and zk-proofs. Additionally, in Layer-2 usage, it verifies rollup proofs, including zero-knowledge and fraud proofs, ensuring the correctness of Layer-2 state transitions.
* **Multi-Chain Compatibility**—Supports multiple Layer-1 and Layer-2 networks for interoperability.


---

# 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.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.
