Net $THOR Staked

    Overview:

    Q91. Since vTHOR and THOR Staking 2.0 was released in May, we’re interested in finding out more about how the community has embraced the staking rewards.

    Show the net amount of $THOR staked over time.You will need to calculate the net amount staked + unstaked to get the net amount.

    Approach:

    The staking application of THOR has been investigated in this essay. The methodology of this content including these steps:

    • Stake:

       FROM ethereum.events_emitted
       AND contract_address = LOWER('0xa5f2211B9b8170F694421f2046281775E8468044') for THOR
       AND tx_to_address = LOWER('0x815c23eca83261b6ec689b60cc4a58b54bc24d8d') address of staking
       AND event_name = 'Deposit'
      
    • Unstake:

       FROM ethereum.events_emitted
       tx_to_address = LOWER('0x815c23eca83261b6ec689b60cc4a58b54bc24d8d')
       AND event_name = 'Withdraw'
      
    • Time period:

       WHERE block_timestamp >= '2022-05-01' stands for May
      

    Results:

    Loading...
    Loading...
    Loading...
    Loading...

    The daily investigation of stake, unstake and net stake present in these graphs. From the graphs, it can be concluded that:

    1. The volume of stake was high in the early days of May like 113 unique wallets have been staked 1.82 million THOR on May 4th.
    2. The volume of unstake THOR was at its highest level in the last days of time period specially on May 24th.
    3. The net amount of stake THOR in May was positive most of the days and only in five days reached negative level.

    The overall assessment of THOR staking has been displayed in this table. According to this table, near 7 million THOR have been staked by 265 unique wallets.