# Chainlink Rewards Season Genesis Delegation Instructions This document describes how to delegate your Chainlink Rewards Season Genesis rewards claim to another wallet using the [Delegate Registry](https://delegate.xyz/) contract on Ethereum. ## Official addresses: Space and Time (SXT) token address \- `0xE6Bfd33F52d82Ccb5b37E16D3dD81f9FFDAbB195` Delegate Registry contract address \- `0x00000000000000447e69651d841bD8D104Bed493` Chainlink Rewards Season Genesis contract address \- `0x786a879057d11bafE8eC2fd49f8f3AD4394F0E08` ## Delegation Types There are 2 ways to delegate your rewards claiming rights: - Delegate All \- Delegate rights for all contracts to another wallet (not recommended) - Delegate Contract \- Delegate rights for only a specific contract to another wallet (recommended) This guide focuses on the recommended "Delegate Contract" method. ## How to Delegate Your Season Genesis Claim Rights ### Safety Reminder - Only delegate to trusted addresses - Carefully verify all contract addresses before interacting - For extra assurance, use the [Input Data Decoder](https://etherscan.io/inputdatadecoder) tool provided by Etherscan to validate the transaction hash. ### Using Etherscan 1. Go to the Delegate Registry contract on Etherscan: https://etherscan.io/address/0x00000000000000447e69651d841bD8D104Bed493\#writeContract 2. Connect your wallet by clicking "Connect to Web3" 3. Find and expand the "delegateContract" function 4. Fill in the following parameters: 1. to (address): The wallet address you want to delegate to 2. contract\_ (address): The BUILDClaimSeason0 contract address `0x786a879057d11bafE8eC2fd49f8f3AD4394F0E08` 3. rights (bytes32): `0x0000000000000000000000000000000000000000000000000000000000000000` 4. enable (bool): true to enable delegation, false to revoke delegation 5. Click "Write" to execute the transaction 6. Confirm the transaction in your wallet ## Verifying Your Delegation After delegating, you can verify the delegation was successful: 1. Go to the Delegate Registry read contract: https://etherscan.io/address/0x00000000000000447e69651d841bD8D104Bed493\#readContract 2. Find "getOutgoingDelegations" and enter your wallet address 3. Execute the query and verify the delegations list includes an entry with: 1. type\_: 2 (indicates a Contract delegation) 2. to: The wallet address you delegated to 3. contract\_: The Chainlink Rewards Season Genesis contract address ## Revoking Delegation To revoke your delegation, follow the same steps as delegation, but set the enable parameter to false.