Sushiswap: Qualified Pools

    Sushiswap: Qualified Pools

    This dashboard shows the TVL and volume of qualified pools (at least $100k TVL) across Uniswap and Sushiswap on Ethereum.

    Methodology

    1. First, we’ll get the token balances for each pool in Uniswap V2, Uniswap V3, and Sushiswap to calculate their total value locked (TVL).

      1. We’ll use the liquidity pools included in ethereum.core.dim_dex_liquidity_pools.

      2. For Uniswap V2 and Sushiswap, we can extract pool balances from Sync events in ethereum.core.fact_event_logs.

      3. For Uniswap V3, we’ll total the token inflow and outflow for each pool contract using ethereum.core.ez_token_transfers.

        \

    2. We’ll compute the TVL for each pool using the token balances from #1 and latest price data from ethereum.core.fact_hourly_token_prices.

      \

    3. We’ll filter out the pools with TVL below $100,000 to retain a list of just the qualified pools.

      \

    4. We’ll take the total TVL across DEXs and compare their relative sizes.

    5. We’ll also check the total swap volume for each qualified pool over the last 100,000 blocks.

    6. Finally, we’ll check the total volume for the 5 major tokens (WBTC, ETH, USDT, USDC, and DAI) across all qualified pools.

    Qualified Pools

    This section shows the list of qualified liquidity pools sorted by TVL. These are pools in Uniswap V2, Uniswap V3, and Sushiswap with TVLs of at least $100,000.

    DEX Share of Qualified TVL

    This section shows the distribution of qualified pools TVL across the DEXs.

    Swap Volume

    This section shows the total swap volume across qualified pools over the last 100,000 blocks on Ethereum.

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

    > > 1. The DAI-USDC pool on Uniswap V3 has the largest TVL across all pools. > 2. This is followed by the DAI-USDC pool on Uniswap V2. > 3. Note that this list includes only the pools listed in ethereum.core.dim_dex_liquidity_pools. This may not be a 100% comprehensive list.

    > > 1. Qualified pools across Uniswap and Sushiswap has a combined TVL of at least $2.5B. > 2. Uniswap V2 has the largest share of qualified TVL at 44.7%.

    1. For the past 100,000 blocks, the total swap volume across qualified pools is approximately $1.79B.
    2. The USDC-WETH pool on Uniswap V2 has the largest volume at $334M.
    3. The USDC-WETH pool on Sushiswap has the 2nd largest volume at $144.6M.
    Loading...

    > ETH is the most swapped token across qualified pools at $1.54B.

    Conclusion

    In summary, we have observed the following:

    1. There are approximately 1,088 qualified pools across Uniswap and Sushiswap on Ethereum.
    2. Qualified pools has a combined TVL of approximately $2.5B.
    3. Qualified pools account for approximately $1.79B of swapping volume in the past 100,000 blocks.
    4. Uniswap V3’s DAI-USDC pool has the largest TVL across all pools.
    5. Uniswap V2’s USDC-WETH pool has the highest swapping volume across all qualified pools in the past 100,000 blocks.
    6. ETH or WETH is the most swapped token on Uniswap and Sushiswap with a combined volume of $1.54B.