# Telepathy Protocol

- [Overview](https://docs.telepathy.xyz/telepathy-protocol/overview.md): The steps involved in arbitrary message passing with Telepathy.
- [Sync Committee Protocol](https://docs.telepathy.xyz/telepathy-protocol/sync-committees.md): The Basics of Ethereum's Light Client Protocol
- [Proof of Consensus](https://docs.telepathy.xyz/telepathy-protocol/proof-of-consensus.md): What exactly is a "proof of consensus"? How does it work?
- [Smart Contracts](https://docs.telepathy.xyz/telepathy-protocol/contracts.md): An overview of all the smart contracts used in Telepathy.
- [Off-chain Actors](https://docs.telepathy.xyz/telepathy-protocol/actors.md): An overview of all the off-chain actors used in Telepathy.
- [Circuits](https://docs.telepathy.xyz/telepathy-protocol/circuits.md): A short primer on the zero-knowledge proofs (zkSNARKs) used in Telepathy.
- [Guardrails](https://docs.telepathy.xyz/telepathy-protocol/guardrails.md): Telepathy's approach to trust-minimized administrative functionality.


---

# 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.telepathy.xyz/telepathy-protocol.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.
