Alternative: How to Claim on Etherscan

Alternative: How to Claim on Etherscan

This guide is for users having technical issues.

For most users, the easiest way to claim is by following How to Claim Your CoinList Tokens. Please follow the below guide if you are having technical issues.

Instructions

Fund Your Wallet

You'll need to submit a transaction to claim your ONDO tokens, which means you'll need ETH to pay for gas. If you already have ETH in your wallet, you can skip this section.

  1. Buy ETH on a cryptocurrency exchange in your jurisdiction. You might be able to do so on CoinList. You can also find alternatives here (opens in a new tab).
    • The amount of ETH required to claim your tokens will vary depending on network congestion.
  2. Transfer the purchased ETH to the non-custodial wallet address you provided when you participated in the ONDO token sale via CoinList.

Claim Your Tokens

Once you have some ETH in your non-custodial wallet, it's time to claim your tokens!

  1. Retrieve the metadata for the Merkle proof by visiting the URL below after inserting your wallet address.
https://v1.ondo.finance/api/proofs?address=YOUR_WALLET_HERE
💡

Example For example, if your wallet is 0x9fe546fa346ac092e8069a6d96891509f92f6471, you should visit:

https://v1.ondo.finance/api/proofs?address=0x9fe546fa346ac092e8069a6d96891509f92f6471

There, you'll find the metadata for the Merkle proof:

[
  {
    "contract": "0x3c0417900F5231D448c32C7F4caD40E1EfaD36fC",
    "type": 0,
    "index": 9682,
    "amount": "363636363636363636363636",
    "proof": [
      "0xb1d535a85834e9a6977dbb756459a470fde29eda35eb964853b58de282704c15",
      "0x8ceeee9b6a9e4f242b220cd75d5c6a7c577ec5d963cbb8771236522158c04dbf",
      "0x366d3b7e19281a2cfb9c3b3d54a3aef3194bf7412979b95e5d4c4c967c1de5e9",
      "0xf84d2a551ed0c8821e044d83c06c0d96ab7376d6ba69d1813325dd666fd61027",
      "0xf033060c8292e78d1cea6a699ec8573207bd6321be71f5cb1e238014ac87b547",
      "0x9f0741646675f0705fbdc430888ad08715bd205c63c1c788eeb6969d51558185",
      "0x997036aabcd6ea566b61fba5e7649ad62aaeed736225d48713f2b56d2bd5caea",
      "0x87833d64f17d237f598bb6063aabf50d8f9649ab0c6c242829e73087981bb427",
      "0x438614261bf8ddf80f4631d98ebd68d6b08af50b5950053779598bbfe4031067",
      "0x91ad25ea57fa0f6cbb6a863eab45b0cf3c82f931d74682ceeb95d4db1d905d3c",
      "0x807b6f7554b4660dda900a15c5ecddc3b9eff2a8179d007b161f889eac7ce38b",
      "0xd6d62506f82f3d7e1cb1834430cc311f4ac4e52aee7f4a371aec85cd9ab27dc7",
      "0x43fd23ece6966df1fd3ab77e4c4401bf0cd718f94518f1487ab23194905e8b3b",
      "0xdbc25a19f62c005d692d538c608239c2e9fb4fb7fe2e7461be345d50090cb28c"
    ]
  }
]
  1. Retrieve the contract address from the metadata and search for it on Etherscan.
💡

Example
In the example above, the contract address is 0x3c0417900F5231D448c32C7F4caD40E1EfaD36fC, so you'd visit https://etherscan.io/address/0x3c0417900f5231d448c32c7f4cad40e1efad36fc.

  1. On Etherscan, select Contract > Write Contract. Click Connect to Web3 and connect your wallet using your preferred non-custodial wallet (e.g. MetaMask).

  2. Click Claim and fill in the metadata you found above. Remove all the quotes (") from the merkleProof field.

💡

Example

In the example above, the fields would be:

  • index: 9682 (from metadata)
  • account: 0x9fe546fa346ac092e8069a6d96891509f92f6471 (your wallet)
  • amount: 363636363636363636363636 (from metadata)
  • merkleProof: see below (from metadata, without quotes)
[0xb1d535a85834e9a6977dbb756459a470fde29eda35eb964853b58de282704c15,0x8ceeee9b6a9e4f242b220cd75d5c6a7c577ec5d963cbb8771236522158c04dbf,0x366d3b7e19281a2cfb9c3b3d54a3aef3194bf7412979b95e5d4c4c967c1de5e9,0xf84d2a551ed0c8821e044d83c06c0d96ab7376d6ba69d1813325dd666fd61027,0xf033060c8292e78d1cea6a699ec8573207bd6321be71f5cb1e238014ac87b547,0x9f0741646675f0705fbdc430888ad08715bd205c63c1c788eeb6969d51558185,0x997036aabcd6ea566b61fba5e7649ad62aaeed736225d48713f2b56d2bd5caea,0x87833d64f17d237f598bb6063aabf50d8f9649ab0c6c242829e73087981bb427,0x438614261bf8ddf80f4631d98ebd68d6b08af50b5950053779598bbfe4031067,0x91ad25ea57fa0f6cbb6a863eab45b0cf3c82f931d74682ceeb95d4db1d905d3c,0x807b6f7554b4660dda900a15c5ecddc3b9eff2a8179d007b161f889eac7ce38b,0xd6d62506f82f3d7e1cb1834430cc311f4ac4e52aee7f4a371aec85cd9ab27dc7,0x43fd23ece6966df1fd3ab77e4c4401bf0cd718f94518f1487ab23194905e8b3b,0xdbc25a19f62c005d692d538c608239c2e9fb4fb7fe2e7461be345d50090cb28c]
  1. Click Write and submit the transaction. Once the transaction completes successfully, the ONDO tokens will be in your wallet.