# Getting Started

## Building with Telepathy

The core Telepathy innovation, a zkSNARK on-chain Ethereum light client, powers a few different methods of using the protocol.

### Cross-Chain Messaging

Send arbitrary messages from a supported source chain (Ethereum Mainnet, Goerli testnet, Gnosis) and receive them on a destination chain by integrating your contract with the Telepathy [Router](https://docs.telepathy.xyz/telepathy-protocol/contracts#router). Telepathy cross-chain messaging is useful for making applications such as cross-chain governance and token-bridging.

{% content-ref url="build-with-telepathy/interchain-messaging" %}
[interchain-messaging](https://docs.telepathy.xyz/build-with-telepathy/interchain-messaging)
{% endcontent-ref %}

### Ethereum Data Oracle

Need to fetch some Ethereum data from another chain? Use the Telepathy [Oracle](https://github.com/succinctlabs/telepathy-oracle) to send a cross-chain query request, and handle this data as a callback in your smart contract on an different chain. This feature is in beta, so please fill out [this form](https://airtable.com/shrKT6HrHi2oDcmrf) for prioritized support.

{% content-ref url="build-with-telepathy/interchain-data-oracle" %}
[interchain-data-oracle](https://docs.telepathy.xyz/build-with-telepathy/interchain-data-oracle)
{% endcontent-ref %}

### Ethereum Consensus Oracle

Get information about Mainnet consensus data, such as validator balances and slashings, within your smart contract by using the Telepathy [Light Client](https://docs.telepathy.xyz/telepathy-protocol/contracts#light-client) and the Ethereum consensus oracle. This feature is in beta, so please fill out [this form](https://airtable.com/shrKT6HrHi2oDcmrf) for prioritized support.

{% content-ref url="build-with-telepathy/intrachain-consensus-oracle" %}
[intrachain-consensus-oracle](https://docs.telepathy.xyz/build-with-telepathy/intrachain-consensus-oracle)
{% endcontent-ref %}

## Protocol & Security

Gain a deeper understanding of the protocol and the underlying security implications. Gain a high-level overview of the system, and learn more about each of the individual component that make Telepathy work.

{% content-ref url="telepathy-protocol/overview" %}
[overview](https://docs.telepathy.xyz/telepathy-protocol/overview)
{% endcontent-ref %}

## Ecosystem & Support

Have a question? We're here to help! Get in touch with the team at [Succinct](https://succinct.xyz/) and other developers on the official [Discord](https://discord.gg/succinctlabs). Fill out the [early partner form](https://airtable.com/shrKT6HrHi2oDcmrf) if you have a particular application in mind that uses Telepathy and you want prioritized support from the Succinct team.
