Monthly Swap metrics on Uniswap vs Sushiswap

    In this analytics I am going to visualize the Volume swapped on Uniswap vs Sushiswap by Month

    Loading...
    Loading...

    1.0 How it Works

    In order to visualize the metrics, we can extract the value from ethereum.dex_swaps. We will filter according to platform using platform-'sushiswap' and platform='uniswap-v2'. We can use count(tx_id) to measure the monthly swap metrics.

    From the chart, we can see there are more transactions on Uniswap(Purple) than Sushiswap(Orange). The monthly transaction on Sushiswap are about 1M transaction per month almost consistently. While the Uniswap ranges from 3M transaction p month and 11 M p month. This shows that Uniswap are more popular among the community.

    2.0 Result