Skip to main content

Miscellaneous notes

Retrieving Euler v1 rewards

Euler EUL rewards were issued to early users of Euler v1. Whilst the webpage for claiming those rewards has expired, rewards can still be claimed manually using the process outlined here.

Step 1. Get proof of your reward

Open your terminal and clone the claim repo:

git clone https://github.com/euler-xyz/eul-merkle-trees.git

Change directory:

cd eul-merkle-trees

Install dependencies:

npm install

Then run the following command:

node get-proof.js trees/merkle-dist23.json.gz <YOUR ADDRESS HERE>

This will output the proof information you will need to be able to claim your EUL token reward.

Step 2. Claim your reward on Etherscan

To do the claim, visit Etherscan: https://etherscan.io/address/0xd524E29E3BAF5BB085403Ca5665301E94387A7e2#writeContract

Use the "Connect to Web3" button. Expand the "claim" row. Enter the corresponding details from the output you retrieved earlier.

account: <YOUR ADDRESS>
token: 0xd9fcd98c322942075a5c3860693e9f4f03aae07b
claimable: <CLAIMABLE AMOUNT>
proof: <PROOF>
stake: 0x0000000000000000000000000000000000000000

Press the "Write" button, and then follow prompts in metamask to send transaction.