# Introduction

<figure><img src="https://2295593095-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8nMMoOBftor5IxSlsjs1%2Fuploads%2F6lpLkOFxirZPDGHXEkZF%2F401.png?alt=media&#x26;token=a9f8dbd2-aa86-429f-9881-a4fa3c60a94a" alt=""><figcaption></figcaption></figure>

Telepathy is a protocol built by [Succinct](https://succinct.xyz) that enables interoperability without compromise. Using Telepathy, developers can send messages from Ethereum to any other chain with the security of Ethereum's light client protocol. For the first time, developers no longer need to trust centralized actors or permissioned multisigs when passing information from Ethereum to other chains.

**Overview**

Telepathy's core innovation is a zkSNARK circuit that verifies Ethereum validator signatures, allowing for a gas-efficient light client to run as a smart contract on any EVM chain. This core primitive allows developers to use Telepathy in a few different ways:

* Send messages from Ethereum to any EVM chain: [interchain-messaging](https://docs.telepathy.xyz/build-with-telepathy/interchain-messaging "mention")
* Request arbitrary Ethereum data from any EVM chain: [interchain-data-oracle](https://docs.telepathy.xyz/build-with-telepathy/interchain-data-oracle "mention")
* Access Ethereum consensus data in the execution layer: [intrachain-consensus-oracle](https://docs.telepathy.xyz/build-with-telepathy/intrachain-consensus-oracle "mention")

**How Telepathy Works**

Check out the [telepathy-protocol](https://docs.telepathy.xyz/telepathy-protocol "mention") section for a detailed overview of how the Ethereum light client protocol works and the inner workings of Telepathy.


---

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