# Ethereum Consensus Oracle

{% hint style="info" %}
This feature is in beta, so please fill out [this form](https://airtable.com/shrKT6HrHi2oDcmrf) to get in touch with the Succinct team about using it.
{% endhint %}

You may want to develop an application that requires information about Ethereum's consensus, such as validator balances or validator slashings. For this, you can use the Telepathy [Light Client](https://docs.telepathy.xyz/telepathy-protocol/contracts#light-client) to trustlessly retrieve all of this information on-chain. For the first time, you can access Ethereum consensus data in it's execution layer!


---

# 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/build-with-telepathy/intrachain-consensus-oracle.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.
