> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
> Use this file to discover all available pages before exploring further.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.chainstack.com/feedback

```json
{
  "path": "/reference/beacon-chain-configuration",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Beacon Chain configuration info

This section delves into the details of retrieving the Beacon Chain configuration:

<CardGroup>
  <Card title="Get genesis data" href="/reference/ethereum-beacon-genesis" icon="angle-right" iconType="solid" horizontal />

  <Card title="Get fork version by state ID" href="/reference/getforkinformation" icon="angle-right" iconType="solid" horizontal />

  <Card title="Get fork schedule" href="/reference/getconfigforkschedule" icon="angle-right" iconType="solid" horizontal />

  <Card title="Node configuration" href="/reference/getconfigspec" icon="angle-right" iconType="solid" horizontal />

  <Card title="Get deposit contract" href="/reference/getconfigdepositcontract" icon="angle-right" iconType="solid" horizontal />
</CardGroup>

Each subsection is equipped with interactive API examples, allowing you to directly engage with the Beacon Chain's configuration through the Chainstack node endpoints. Whether you're a developer, a researcher, or simply an enthusiast, this section offers real-world examples to getting the Beacon Chain's configuration data.

<Check>
  ### Get your own node endpoint today

  [Start for free](https://console.chainstack.com/) and get your app to production levels immediately. No credit card required.

  You can sign up with your GitHub, X, Google, or Microsoft account.
</Check>
