# Guide Version 1 | How to setup a validator for Ethereum staking on testnet GOERLI

## :new: Announcements

{% hint style="danger" %}
As of July 4 2023, this is the **V1 GOERLI** guide written for **post-🦉Shapella**🦉

Archived here, this guide is for historical reference purposes.
{% endhint %}

{% hint style="success" %}
**New staking setups** should follow the [**V2 guides.**](/coins/overview-eth/archived-guides/guide-or-how-to-setup-a-validator-on-eth2-testnet-prater-1.md)
{% endhint %}

{% hint style="info" %}
**Always test and practice on testnet first.** [**Mainnet guide available here.**](/coins/overview-eth/guide-or-how-to-setup-a-validator-on-eth2-mainnet.md)
{% endhint %}

## :thumbsup: Your Github Contributions Welcome

This guide is fully open source and fully powered by home-stakers like you.

Pull requests or issues can be submitted on [github](https://github.com/coincashew/coincashew):

{% embed url="<https://github.com/coincashew/coincashew>" %}

## :star: Installation Overview

Installation is a 5 step process. From start to finish, time to complete these steps can take up to a few hours. Fully syncing the node can take a day.

Rest assured, as you become more familiar and more comfortable by practicing on [testnet](/coins/overview-eth/archived-guides/guide-or-how-to-setup-a-validator-on-eth2-testnet-prater.md), you are now proudly on the path towards the gold standard of ETH solo-staking.

* Step 1: Prerequisites
* Step 2: Configuring Node
* Step 3: Setting up Validator Keys
* Step 4: Installing execution client
* Step 5: Installing consensus client

#### :shield: Built by home-stakers for home-stakers. :pray:


---

# 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://www.coincashew.com/coins/overview-eth/archived-guides/guide-or-how-to-setup-a-validator-on-eth2-testnet-prater.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.
