# Staking Ethereum

- [ETH Staking Overview](https://docs.ava.do/staking-ethereum/eth-staking-overview.md)
- [Setting up the ETH Clients](https://docs.ava.do/staking-ethereum/setting-up-the-eth-clients.md)
- [Configuring the Consensus Client](https://docs.ava.do/staking-ethereum/setting-up-the-eth-clients/configuring-the-consensus-client.md)
- [Syncing the Consensus Client](https://docs.ava.do/staking-ethereum/setting-up-the-eth-clients/syncing-the-consensus-client.md)
- [Teku](https://docs.ava.do/staking-ethereum/setting-up-the-eth-clients/syncing-the-consensus-client/teku.md)
- [Prysm](https://docs.ava.do/staking-ethereum/setting-up-the-eth-clients/syncing-the-consensus-client/prysm.md)
- [Nimbus](https://docs.ava.do/staking-ethereum/setting-up-the-eth-clients/syncing-the-consensus-client/nimbus.md)
- [Syncing the Execution Client](https://docs.ava.do/staking-ethereum/setting-up-the-eth-clients/syncing-the-execution-client.md)
- [Geth](https://docs.ava.do/staking-ethereum/setting-up-the-eth-clients/syncing-the-execution-client/geth.md)
- [Nethermind](https://docs.ava.do/staking-ethereum/setting-up-the-eth-clients/syncing-the-execution-client/nethermind.md)
- [Solo Staking (32 ETH)](https://docs.ava.do/staking-ethereum/solo-staking-32-eth.md)
- [Generate Keys](https://docs.ava.do/staking-ethereum/solo-staking-32-eth/generate-keys.md)
- [Re-generate or Generate More Keys](https://docs.ava.do/staking-ethereum/solo-staking-32-eth/generate-keys/re-generate-or-generate-more-keys.md)
- [Deposit 32 ETH](https://docs.ava.do/staking-ethereum/solo-staking-32-eth/deposit-32-eth.md)
- [Import Validator Keys](https://docs.ava.do/staking-ethereum/solo-staking-32-eth/import-validator-keys.md)
- [Monitor Your Node](https://docs.ava.do/staking-ethereum/solo-staking-32-eth/monitor-your-node.md)
- [Rewards and Penalties](https://docs.ava.do/staking-ethereum/solo-staking-32-eth/rewards-and-penalties.md)
- [Set up MEV-Boost](https://docs.ava.do/staking-ethereum/solo-staking-32-eth/set-up-mev-boost.md): Open source middleware run by validators to access a competitive block-building market.
- [Set Withdrawal Address](https://docs.ava.do/staking-ethereum/solo-staking-32-eth/set-withdrawal-address.md)
- [Exit from a Solo Validator](https://docs.ava.do/staking-ethereum/solo-staking-32-eth/exit-from-a-solo-validator.md)
- [Rocketpool (8 or 16 ETH)](https://docs.ava.do/staking-ethereum/rocketpool-8-or-16-eth.md)
- [Setting up a Rocketpool Node](https://docs.ava.do/staking-ethereum/rocketpool-8-or-16-eth/setting-up-a-rocketpool-node.md)
- [Add Minipool](https://docs.ava.do/staking-ethereum/rocketpool-8-or-16-eth/add-minipool.md)
- [Backup and Restore](https://docs.ava.do/staking-ethereum/rocketpool-8-or-16-eth/backup-and-restore.md)
- [Monitor Your Rocketpool Validators](https://docs.ava.do/staking-ethereum/rocketpool-8-or-16-eth/monitor-your-rocketpool-validators.md)
- [Rocketpool Rewards](https://docs.ava.do/staking-ethereum/rocketpool-8-or-16-eth/rocketpool-rewards.md)
- [Exit Your Minipools](https://docs.ava.do/staking-ethereum/rocketpool-8-or-16-eth/exit-your-minipools.md)
- [Rocketpool FAQ](https://docs.ava.do/staking-ethereum/rocketpool-8-or-16-eth/rocketpool-faq.md)
- [Stader (4 ETH)](https://docs.ava.do/staking-ethereum/stader-4-eth.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.ava.do/staking-ethereum.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.
