> For the complete documentation index, see [llms.txt](https://stader.gitbook.io/stader/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stader.gitbook.io/stader/ethereum/node-operator/permissioned-node-operator/update-reward-address/if-you-have-different-operator-and-reward-address.md).

# If you have DIFFERENT Operator and Reward Address

### Propose Reward Address change with the Existing Reward Address[​](https://www.staderlabs.com/docs-v1/Ethereum/Node-operator/permissioned-node-operator/Update-reward-address/DIFFERENT-Operator-and-Reward-Address#propose-reward-address-change-with-the-existing-reward-address) <a href="#propose-reward-address-change-with-the-existing-reward-address" id="propose-reward-address-change-with-the-existing-reward-address"></a>

If your Operator and Reward addresses are the **DIFFERENT**, you can propose a Reward Address change only through the Smart Contract with your **Existing Reward Address.**

1. Visit the PermissionedNodeRegistry Smart Contract at this address:
   * **Mainnet:** <https://etherscan.io/address/0xaf42d795A6D279e9DCc19DC0eE1cE3ecd4ecf5dD#writeProxyContract>
   * **Testnet:** <https://holesky.etherscan.io/address/0x146B82b471dA1fC7f8E04DD33a6aD063f212F24B#writeProxyContract>
2. Connect your wallet with the Smart Contract, using your **Existing Reward Address.**

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

3. Click on the ***"ProposeRewardAddress"*** function.

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

4. Enter your **Operator Address**(for node identification) and the **New Reward Address**, then click the **"Write"** button.

### Confirm Reward Address change using the New Reward Address[​](https://www.staderlabs.com/docs-v1/Ethereum/Node-operator/permissioned-node-operator/Update-reward-address/DIFFERENT-Operator-and-Reward-Address#confirm-reward-address-change-using-the-new-reward-address) <a href="#confirm-reward-address-change-using-the-new-reward-address" id="confirm-reward-address-change-using-the-new-reward-address"></a>

You can confirm a Reward Address change only through the Smart Contract using your **New Reward Address**

1. Visit the PermissionedNodeRegistry Smart Contract at this address:
   * **Mainnet:** <https://etherscan.io/address/0xaf42d795A6D279e9DCc19DC0eE1cE3ecd4ecf5dD#writeProxyContract>
   * **Testnet:** <https://holesky.etherscan.io/address/0x146B82b471dA1fC7f8E04DD33a6aD063f212F24B#writeProxyContract>
2. Connect your wallet with the Smart Contract, using your **NEW Reward Address.**

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

3. Click on the ***"ConfirmRewardAddressChange"*** function.

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

4. Enter your **Operator Address** (for node identification) and then click the **"Write"** button.


---

# 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://stader.gitbook.io/stader/ethereum/node-operator/permissioned-node-operator/update-reward-address/if-you-have-different-operator-and-reward-address.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.
