# References

## Resources

### Technical References

* [Ethereum Whitepaper](https://ethereum.org/de/whitepaper/)
* [Ethereum Yellowpaper](https://ethereum.github.io/yellowpaper/paper.pdf)
* EIP-1186: eth\_getProof Specification: [Ethereum Improvement Proposals](https://eips.ethereum.org/EIPS/eip-1186)
* Verkle Trees and Stateless Validation: [CCN](https://www.ccn.com/news/crypto/ethereum-staking-disk-space-stateless-validators/)
* Ethereum Consensus Layer Specifications: [Ethereum GitHub](https://github.com/ethereum/consensus-specs)

### Related Research Papers

* Feist, D. (2021). "Why It’s So Important to Go Stateless." [Dankrad Feist Blog](https://dankradfeist.de/ethereum/2021/02/14/why-stateless.html)
* Modeling Stateless Ethereum: [Consensys Research](https://consensys.io/blog/modelling-stateless-ethereum-a-journey-into-the-unknown)
* L2 Scaling and Stateless Clients: [StarkNet Blog](https://www.starknet.io/blog/l2-peace-scaling-ethereum-with-vitalik-buterin-and-l2-leaders-video)

### Key Figures and Discussions

* Vitalik Buterin on Stateless Clients: [Ethereum’s Future](https://m.theblockbeats.info/en/news/55469)
* [The Trustless Manifesto](https://trustlessness.eth.limo/general/2025/11/11/the-trustless-manifesto.html)

### Implementation Repositories

* Corpus Core Colibri Client (C4): [GitHub Repository](https://github.com/corpus-core/c4)
* Ethereum Light Clients: [Ethereum GitHub](https://github.com/ethereum)
* ZK-Proofs in Stateless Clients: [ZK-Rollup Implementations](https://github.com/matter-labs)
* OpenVM zkVM: [GitHub Repository](https://github.com/openvm-org/openvm)
* Succint SP1 zkVM: [Github Repository](https://github.com/succinctlabs/sp1)

For further reading, refer to the Ethereum Foundation’s official documentation and ongoing research papers in cryptographic validation and blockchain consensus mechanisms.


---

# 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/summary/references.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.
