# Step 4.8 Add fallback clients

### What are fallback clients?[​](https://www.staderlabs.com/docs-v1/Ethereum/Node-operator/permissionless-node-operator/node-registration-and-adding-validators/Step%204:%20Configure%20Stader%20services/step-4.8-add-fallback-clients#what-are-fallback-clients) <a href="#what-are-fallback-clients" id="what-are-fallback-clients"></a>

Fallback clients offer users alternative options that they can rely on when encountering problems or vulnerabilities with their primary clients. These secondary clients provide additional backup choices, empowering users to switch between different client implementations according to their preferences or to mitigate any network disruptions.

Typically, your validator will fulfill the responsibility of attesting and proposing blocks using your primary clients. However, if any issues arise, the node will establish a connection with an external client to interact with the Execution layer and Beacon chains. Once your primary clients become operational again, the Validator client will seamlessly switch back to them.

{% hint style="warning" %}
**Important note**[**​**](https://www.staderlabs.com/docs-v1/Ethereum/Node-operator/permissionless-node-operator/node-registration-and-adding-validators/Step%204:%20Configure%20Stader%20services/step-4.8-add-fallback-clients#important-note)

* A fallback client option should not be mistaken for a "backup" Stader node. While fallback clients have a synchronized Execution and Consensus client pair running on the chain, they do not have access to your node's wallet or validator keys. Therefore, if your Stader node is offline, the fallback client will not assume the role of validating on node's behalf.
* Fallback clients are optional. You can choose Yes or No based on your preference
* Fallback client feature will not be available if Nimbus is your Consensus client.
  {% endhint %}

### How to enable fallback client?[​](https://www.staderlabs.com/docs-v1/Ethereum/Node-operator/permissionless-node-operator/node-registration-and-adding-validators/Step%204:%20Configure%20Stader%20services/step-4.8-add-fallback-clients#how-to-enable-fallback-client) <a href="#how-to-enable-fallback-client" id="how-to-enable-fallback-client"></a>

* First, click on the "Yes" button

<figure><img src="https://res.cloudinary.com/dfupsth9n/image/upload/v1692732056/Ethereum/image_44_fylid4.png" alt=""><figcaption></figcaption></figure>

* Then then just enter the Execution client URL or Beacon node HTTP URL or Beacon node JSON RPC URL based on your consensus client preference.

<figure><img src="https://res.cloudinary.com/dfupsth9n/image/upload/v1692732060/Ethereum/image_45_jdwia5.png" alt=""><figcaption></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://stader.gitbook.io/stader/ethereum/node-operator/permissionless-node-operator/node-registration-and-adding-validators/step-4-configure-stader-services/step-4.8-add-fallback-clients.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.
