# References

### Blockchain and Stateless Clients

* Trustless Manifesto: <https://trustlessness.eth.limo/general/2025/11/11/the-trustless-manifesto.html>
* Ethereum Whitepaper: <https://ethereum.org/en/whitepaper/>
* Ethereum Yellow Paper: <https://ethereum.github.io/yellowpaper/paper.pdf>
* Ethereum Consensus Specifications (Beacon Chain / Proof of Stake): <https://github.com/ethereum/consensus-specs>

### Cryptographic Proofs and Verification

* Merkle Trees and Merkle Proofs: <https://ethereum.org/en/developers/docs/data-structures-and-encoding/patricia-merkle-trie/>
* Zero-Knowledge Proof Systems (zk-SNARKs, zk-STARKs): <https://z.cash/technology/zksnarks/> , <https://starkware.co/stark/>
* Proof Aggregation and Recursive Proof Composition: [https://vitalik.eth.limo/general/2021/01/05/rollup.html](https://vitalik.ca/general/2021/01/05/rollup.html)

### Decentralized Identity, Access, and Payments

* Smart Contract-Based Access Control Models: <https://eips.ethereum.org/EIPS/eip-712>
* Stablecoins and On-Chain Settlement Models: <https://ethereum.org/en/stablecoins/>

### Colibri and Related Resources

* Colibri Whitepaper: [http://whitepaper.colibri-stateless.tech](https://whitepaper.colibri-stateless.tech/)
* Colibri Specification: [http://specification.colibri-stateless.tech](https://specification.colibri-stateless.tech/)
* Colibri GitHub Repositories: <https://github.com/corpus-core/colibri-stateless>
* Corpus Core Research and Publications: [https://corpuscore.tech](https://corpuscore.tech/)


---

# 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/iot-colibri-stateless/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.
