# Infrastructure

- [Hardware](https://docs.eridian.xyz/ethereum-dev/infrastructure/hardware.md): Notes on my hardware.
- [Ethereum Clients](https://docs.eridian.xyz/ethereum-dev/infrastructure/client-software.md): Notes on how to install, use and maintain multiple Ethereum validator clients.
- [Execution Clients](https://docs.eridian.xyz/ethereum-dev/infrastructure/client-software/execution-clients.md)
- [Geth](https://docs.eridian.xyz/ethereum-dev/infrastructure/client-software/execution-clients/geth.md): Notes on how to install, use and maintain a Geth client.
- [Installation](https://docs.eridian.xyz/ethereum-dev/infrastructure/client-software/execution-clients/geth/installation.md): Geth client installation guide.
- [Useful Commands](https://docs.eridian.xyz/ethereum-dev/infrastructure/client-software/execution-clients/geth/useful-commands.md): Notes on how to use a Geth Client.
- [Maintenance](https://docs.eridian.xyz/ethereum-dev/infrastructure/client-software/execution-clients/geth/maintenance.md): Notes on how to maintain and update a Geth Client.
- [Erigon](https://docs.eridian.xyz/ethereum-dev/infrastructure/client-software/execution-clients/erigon.md): Notes on how to install, use and maintain an Erigon client.
- [Installation](https://docs.eridian.xyz/ethereum-dev/infrastructure/client-software/execution-clients/erigon/installation.md): Erigon client installation guide.
- [Useful Commands](https://docs.eridian.xyz/ethereum-dev/infrastructure/client-software/execution-clients/erigon/useful-commands.md): Notes on how to use a Geth Client.
- [Maintenance](https://docs.eridian.xyz/ethereum-dev/infrastructure/client-software/execution-clients/erigon/maintenance.md): Notes on how to maintain and update a Geth Client.
- [Besu](https://docs.eridian.xyz/ethereum-dev/infrastructure/client-software/execution-clients/besu.md): Notes on how to install, use and maintain a Besu client.
- [Installation](https://docs.eridian.xyz/ethereum-dev/infrastructure/client-software/execution-clients/besu/installation.md): Besu client installation guide.
- [Useful Commands](https://docs.eridian.xyz/ethereum-dev/infrastructure/client-software/execution-clients/besu/useful-commands.md): Notes on how to use a Besu Client.
- [Maintenance](https://docs.eridian.xyz/ethereum-dev/infrastructure/client-software/execution-clients/besu/maintenance.md): Notes on how to maintain and update a Besu Client.
- [Beacon Clients](https://docs.eridian.xyz/ethereum-dev/infrastructure/client-software/beacon-clients.md)
- [Lighthouse](https://docs.eridian.xyz/ethereum-dev/infrastructure/client-software/beacon-clients/lighthouse.md): Notes on how to install, use and maintain Lighthouse BN.
- [Installation](https://docs.eridian.xyz/ethereum-dev/infrastructure/client-software/beacon-clients/lighthouse/installation.md): Lighthouse client installation guide.
- [Useful Commands](https://docs.eridian.xyz/ethereum-dev/infrastructure/client-software/beacon-clients/lighthouse/useful-commands.md): Notes on how to use a Lighthouse Beacon Node.
- [Maintenance](https://docs.eridian.xyz/ethereum-dev/infrastructure/client-software/beacon-clients/lighthouse/maintenance.md): Notes on how to maintain and update a Lighthouse client.
- [Teku](https://docs.eridian.xyz/ethereum-dev/infrastructure/client-software/beacon-clients/teku.md): Notes on how to install, use and maintain Teku BN.
- [Installation](https://docs.eridian.xyz/ethereum-dev/infrastructure/client-software/beacon-clients/teku/installation.md): Teku client installation guide.
- [Useful Commands](https://docs.eridian.xyz/ethereum-dev/infrastructure/client-software/beacon-clients/teku/useful-commands.md): Notes on how to use a Teku BN.
- [Maintenance](https://docs.eridian.xyz/ethereum-dev/infrastructure/client-software/beacon-clients/teku/maintenance.md): Notes on how to maintain and update a Teku client.
- [Validator Clients](https://docs.eridian.xyz/ethereum-dev/infrastructure/client-software/validator-clients.md)
- [Lighthouse](https://docs.eridian.xyz/ethereum-dev/infrastructure/client-software/validator-clients/lighthouse.md): Notes on how to install and maintain a Lighthouse Validator client.
- [Installation](https://docs.eridian.xyz/ethereum-dev/infrastructure/client-software/validator-clients/lighthouse/installation.md): Lighthouse Validator client installation guide.
- [Useful Commands](https://docs.eridian.xyz/ethereum-dev/infrastructure/client-software/validator-clients/lighthouse/useful-commands.md): Notes on how to use a Lighthouse Validator Client.
- [Maintenance](https://docs.eridian.xyz/ethereum-dev/infrastructure/client-software/validator-clients/lighthouse/maintenance.md): Notes on how to maintain and update a Lighthouse Validator Client.
- [MEV Boost](https://docs.eridian.xyz/ethereum-dev/infrastructure/client-software/mev-boost.md): Notes on how to install and maintain an MEV Boost client.
- [Installation](https://docs.eridian.xyz/ethereum-dev/infrastructure/client-software/mev-boost/installation.md): MEV Boost client installation guide.
- [Maintenance](https://docs.eridian.xyz/ethereum-dev/infrastructure/client-software/mev-boost/maintenance.md): Notes on how to maintain and update an MEV Boost client.
- [Alerting and Monitoring](https://docs.eridian.xyz/ethereum-dev/infrastructure/alerting-and-monitoring.md)
- [Prometheus](https://docs.eridian.xyz/ethereum-dev/infrastructure/alerting-and-monitoring/prometheus.md)
- [HealthChecks.io](https://docs.eridian.xyz/ethereum-dev/infrastructure/alerting-and-monitoring/healthchecks.io.md)
- [PagerDuty](https://docs.eridian.xyz/ethereum-dev/infrastructure/alerting-and-monitoring/pagerduty.md)


---

# 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.eridian.xyz/ethereum-dev/infrastructure.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.
