# 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/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: 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://etherfi.gitbook.io/etherfi/solo-stakers/operation-solo-staker/obol-dvt-explained/avado-setup/ethereum-validator-clients/testnet-goerli.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.
