Question

    Q1. In the last month, how much USDC did users deposit into PoolTogether (Ethereum)? What’s the average deposit amount per user?

    Approach:

    The application of PoolTogether is based on deposit assets and win lottery of prizes in the weekly basis. The deposit of USDC to PoolRogether has been studied in this essay.

    The methodology and metrics of this essay are:

    • Deposit to PoolTpgether

          from ethereum.core.ez_token_transfers
          where TO_ADDRESS = lower('0xd89a09084555a7d0abe7b111b1f78dfeddd638be')
          and SYMBOL='USDC'
      
    • Amount of USDC

          sum(amount) as volume_deposit
      
    • Count of unique users

          count(distinct from_address) as unique_users
      
    • Average deposit amount per user

          volume_deposit/unique_users as average deposit per user
      
          
      

    Results:

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

    Key findings:

    1. Based on the consequences of this essay, 54.8 million USDC have been deposited into the PoolTogether and count of unique depositors is 514 users.
    2. The average deposit amount to PoolTogether is 106.6k USDC per user.
    3. The average deposit in daily basis reveals the highest average amount per user occurred on June 14th and the amount is 1.72 million USDC.
    4. As illustrated in the daily deposit to PoolTogether, the 3.79 million USDC deposited on February 26th.
    5. The cumulative amount of deposited USDC into PoolTogether displays the grow rate of PoolTogethers application and the enhancement in gradian reveals the rising of usage between users.