# Change Token

To change the rewards token in the AVS Treasury (CLI support coming soon), follow these steps:

### Prerequisites

* Access to AVS governance multisig owner&#x20;
* New Reward Token Address

{% stepper %}
{% step %}

#### Queue the new token

Execute the [queueTokenReplacement](https://docs.othentic.xyz/main/reference/contracts/treasury#queuetokenreplacement) method in the AVS Treasury contract.
{% endstep %}

{% step %}

#### Wait for cooldown

A **1-week cooldown period** is required before finalizing the token replacement. This delay can be configured using [setTokenReplacementModificationDelay](https://docs.othentic.xyz/main/reference/contracts/treasury#settokenreplacementmodificationdelay) method.
{% endstep %}

{% step %}

#### Complete the replacement

After the cooldown, execute [completeTokenReplacement](https://docs.othentic.xyz/main/reference/contracts/treasury#completetokenreplacement) method in the AVS Treasury contract to finalize the change.
{% endstep %}
{% endstepper %}
