# General resources

* Ethstaker [Discord](https://discord.gg/krrwKQSV) and [Reddit](https://www.reddit.com/r/ethstaker/)
* Nethermind [Discord](https://discord.gg/b73Ac7YZP5) and [Documentation](https://docs.nethermind.io/nethermind/)
* Teku [Discord](https://discord.gg/consensys) and [Documentation](https://docs.teku.consensys.net/introduction)
* [Overall best practices](https://docs.google.com/document/d/1WZuP-K0S4RKlwH4GQVcGpgzVYPdpZF0WiHsawnmOKxM/edit)
* [Good vs less great SSDs for staking](https://gist.github.com/yorickdowne/f3a3e79a573bf35767cd002cc977b038)&#x20;
* [How to choose the right CPU](https://sech.me/boinc/Amicable/cpu_list.php)
* [Somer Esat's guides](https://github.com/SomerEsat/ethereum-staking-guides)
* [Coincashew's guides](https://www.coincashew.com/coins/overview-eth/guide-or-how-to-setup-a-validator-on-eth2-mainnet)
* [Remi Roy's Mevboost guide](https://github.com/eth-educators/ethstaker-guides/blob/main/prepare-for-the-merge.md#update-mev-boost)
* Client diversity dashboard - [EL](https://www.ethernodes.org/) & [CL](https://clientdiversity.org/)
* [Importance of client diversity](https://ethereum.org/en/developers/docs/nodes-and-clients/client-diversity/)
* Ethereum Beacon Deposit Contract Address on [Etherscan](https://etherscan.io/address/0x00000000219ab540356cBB839Cbe05303d7705Fa)
* [Ethereum staking launchpad](https://launchpad.ethereum.org/)
* [How does Proof-of-Stake on Ethereum work?](https://ethereum.org/en/developers/docs/consensus-mechanisms/pos/)
* ETH burn rate, APR, gas fees on [Ultrasound.money](https://ultrasound.money/)
* [Validator entry and exit queue status](https://wenmerge.com/)
* [Understanding the inactivity leak](https://eth2book.info/capella/part2/incentives/inactivity/)
* [Check scheduled block proposal duties](https://wenmerge.com/block-proposer-schedule/)
* [Check scheduled sync committee duties](https://www.coincashew.com/coins/overview-eth/guide-or-how-to-setup-a-validator-on-eth2-mainnet/part-ii-maintenance/checking-my-eth-validators-sync-committee-duties)
* [Holesky Faucets](https://dvt-homestaker.stakesaurus.com/useful-resources/hoodi-faucets)


---

# 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://dvt-homestaker.stakesaurus.com/useful-resources/general-resources.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.
