Checking your Eligibility

⛓️ On-Chain Votes Validation

  1. Find and replace voter_ with your voting address.

  2. Change timestamp_gt timestamp.

  3. Change timestamp_lte timestamp.

  4. Click the play ▶️ button on the top left.

  5. If the query returns zero results, like shown below, you did not vote.

⚡Off-Chain Votes Validation

  1. Find and replace YOUR_ADDRESS_HERE with your voting address.

  2. Change created_gt timestamp.

  3. Change created_lt timestamp.

  4. Click the play ▶️ button on the top left.

  5. If the query returns zero results, like shown below, you did not vote.

Snapshot allows users to change votes until the vote is closed. Each time a user votes, the timestamp of the vote gets updated to the latest recording with only 1 timestamp. That last timestamp will determine if you voted within a certain epoch.

🦊 Check your address eligibility

  1. Click on the Merkle Tree link in the Notarization Vote

  2. Use the search option of your browser to search for your address

  3. Once you have the result:

    1. Vote VALID if your address is there and the amount is correct

    2. Vote INVALID if your address is not or the amount is not correct

Last updated