# Change Rewards Receiver Address

To change the rewards receiver address for the Operator, follow these steps:

### Prerequisites

* Access to Operator Controller Key
* New Reward Receiver Address

{% stepper %}
{% step %}

#### Queue the new token

Execute the [queueRewardsReceiverModification](https://docs.othentic.xyz/main/reference/contracts/avs-governance#queuerewardsreceivermodification) method in the AVS Governance contract.
{% endstep %}

{% step %}

#### Wait for cooldown

A **1-week cooldown period** is required before finalizing the address change. This delay can be configured using [setRewardsReceiverModificationDelay](https://docs.othentic.xyz/main/reference/contracts/avs-governance#setrewardsreceivermodificationdelay) method.
{% endstep %}

{% step %}

#### Complete the replacement

Execute [completeRewardsReceiverModification](https://docs.othentic.xyz/main/reference/contracts/avs-governance#completerewardsreceivermodification) method in the AVS Governance contract to finalize the change.
{% endstep %}
{% endstepper %}
