USDC -> BLUR Pool

    In this dashboard, we are going to analyze one of the pools related to USDC in Uniswap V3.

    For this, we first find the top 10 pools and select one of them based on their growth and check its volume.

    To find the top pools, we use Uniswap_v3.Core.Ez_Swaps in FlipsideCrypto and find the top 10 pools based on their volume. To find the volume of the selected pool, we also use Ethereum.Core.Ez_dex_Swaps and set the condition that the name of the pool is equal to the name of our selected pool. The time is based on (if the selected pool has been launched for a long time, monthly And if it is not too much, we will sort it on a daily basis.

    We place the tokens based on the USDC swap to the other token of that pool, so that if Token_in = USDC, then the swap from USDC to the late token has been completed, and if Token_Out = USDC, then the swap has been completed from the other token to USDC.

    In the following, to find the top users based on the amount of profit, we separate the users of both tokens and calculate their profit based on the value of the input of the swap and the value of the output of the swap (of course, provided that Nerider is not one of the addresses related to Uniswap.

    Finally, we divide the users based on the amount of assets for swap to see if the whales are more engaged in trading in this pool or if most of the users are small or fish.

    Methodology
    db_img
    db_img