Introduction
Ethereum, everywhere. A decentralized and secure zkSNARK interoperability protocol.
Last updated
Ethereum, everywhere. A decentralized and secure zkSNARK interoperability protocol.
Last updated
Telepathy is a protocol built by Succinct 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: Cross-Chain Messaging
Request arbitrary Ethereum data from any EVM chain: Ethereum Data Oracle
Access Ethereum consensus data in the execution layer: Ethereum Consensus Oracle
How Telepathy Works
Check out the Telepathy Protocol section for a detailed overview of how the Ethereum light client protocol works and the inner workings of Telepathy.