Lido Rocket Pool Comparison

    Q13. Use the ethereum_core tables to compare deposits to Lido and Rocket Pool Hint: rETH contract: https://etherscan.io/token/0xae78736cd615f374d3085123a210448e74fc6393 Lido sETH contract: https://etherscan.io/txs?a=0xae7ab96520de3a18e5e111b5eaab095312d7fe84

    Goal:

    compare deposits to Lido and Rocket Pool.

    Solution:

    To answer this question, I used ethereum_core.fact_event_logs table. As raised in the question

    • The Lido contract address is 0xae7ab96520de3a18e5e111b5eaab095312d7fe84
    • The Rocket pool contract address is 0xae78736cd615f374d3085123a210448e74fc6393.

    Now it is enough to calculate the sum of event_inputs: amount.

    Loading...
    Loading...

    As you can see, the volume deposited to Lido is much more than the Rocket pool. The peak of that for Lido is on Mar 15th and for Rocket pool is on Apr 14th.

    I show the number of transactions deposited in each of platform too.

    As you can see, the number of deposited transactions on Lido is much more than the Rocket pool. The peak of that for Lido is on Feb 11th and for Rocket pool is on Mar 11th.