> For the complete documentation index, see [llms.txt](https://etherfi.gitbook.io/etherfi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://etherfi.gitbook.io/etherfi/archive/solo-stakers/operation-solo-staker/obol-dvt-explained/avado-setup/ethereum-validator-clients/testnet-goerli.md).

# Testnet (Goerli)

{% hint style="warning" %}
While the Avado machines have a large enough SSD to hold both Mainnet and Testnet Ethereum chains, you will have lower performance if you try to run both chains simultaneously.

If you are already running a Mainnet chain, it is best to [pause those packages](/etherfi/archive/solo-stakers/operation-solo-staker/obol-dvt-explained/avado-setup/additional-configuration.md#remove-or-pause-packages) if you want to use a Testnet chain (e.g. Goerli). If you are running a Mainnet validator, pausing the Mainnet chain will stop that validator from performing its duties!
{% endhint %}

Once you have your Avado machine set up, the next step is to install the Goerli Testnet packages and begin syncing the chain.

### Install Geth and Teku Clients

Navigate to the `DappStore` menu and look for `Goerli Execution Client (geth)` and `Prater Validator + Beacon Chain (Teku)`. These can be found under the `Blockchain Testnets` heading.

{% hint style="info" %}
The search feature didn't work for me, so you can just use the browsers search function, or look down the list manually 👀
{% endhint %}

<figure><img src="/files/IBI65nV2u0lTvXe5ZhIJ" alt="" width="483"><figcaption><p>Install the Testnet packages from the Dappstore</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://etherfi.gitbook.io/etherfi/archive/solo-stakers/operation-solo-staker/obol-dvt-explained/avado-setup/ethereum-validator-clients/testnet-goerli.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
