# Role/Address management

## Lido CSM Widget URLS

* **Mainnet:** <https://csm.lido.fi/>
* **Hoodi:** <https://csm.testnet.fi/>

## Changing Rewards & Manager Address

Node operators can change the Rewards and Manager Address in the `REWARDS ADDRESS` & `MANAGER ADDRESS` tab under the `ROLES` header of the Lido CSM Widget.

<figure><img src="/files/hV5lKXXcbbiBXjN1X3bR" alt=""><figcaption></figcaption></figure>

The process of changing the Manager and Rewards addressed is two-phased:

* Propose new address from the existing one
* Accept the change from the new address

This process helps Node Operators to avoid incorrect changes to the non-existing address.

### Accept Rewards/Manager Address Assignments

Node operators can view their Address assignments in the `INBOX REQUESTS` tab under the `ROLES` header of the [CSM Widget](https://csm.testnet.fi/).

<figure><img src="/files/DJ5EAOKljfEgqmUNMBxc" alt=""><figcaption></figcaption></figure>

### Reset Reward/Manager Address Change

There will also be a method to reset Manager address to Reward Address from the Rewards address in case the Manager Address was compromised or lost.

<figure><img src="/files/hUNtwzmMBRnw0nFCxrLR" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
More details on Rewards vs Manager addresses [here](https://operatorportal.lido.fi/modules/community-staking-module#block-268ecefc0b37498badc1bf0baab04e0b).
{% endhint %}

### Step-by-Step to Change Rewards/Manager Address

1. Connect your current Rewards Address to the Lido CSM Widget
2. Propose a change to the Rewards or Manager Address&#x20;
   1. Navigate to the `REWARDS ADDRESS` or `MANAGER ADDRESS` tab under the `ROLES` header of the Lido CSM Widget
   2. Paste your new addresses for the change
   3. Submit the onchain transaction

      <figure><img src="/files/OdmQQKqPd2r5moIAau8T" alt="" width="563"><figcaption></figcaption></figure>
3. &#x20;Disconnect your current Rewards Address from the Lido CSM Widget
4. Connect your new Rewards or Manager Address to the Lido CSM Widget
5. &#x20;Accept the Rewards or Manager Address assignment

   1. Navigate to the `REWARDS ADDRESS` or `MANAGER ADDRESS` tab under the `ROLES` header of the Lido CSM Widget
   2. Select the address assignments you want to accept&#x20;
   3. Submit the onchain transaction

   <figure><img src="/files/8GnLYwRFIeJisgywrTBJ" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="danger" %}
**Changing the Rewards Address:** All of your uploaded validator keys, deposited bond, and accrued rewards will now be owned by the new Rewards Address after the change
{% endhint %}

{% hint style="warning" %}
**Changing the Manager Address:** All of your uploaded validator keys, deposited bond, and accrued rewards will still be owned by current Rewards Address after the change
{% endhint %}


---

# 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://dvt-homestaker.stakesaurus.com/bonded-validators-setup/lido-csm/role-address-management.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.
