FLOW SWAPS AND ACTIONS

    FLOW

    The purpose of this dashboard is to analyze the transactions and activities carried out by users on the Flow blockchain. We will focus on the following aspects within the Flow blockchain:

    1. Top tokens transacted by users.

    2. Actions performed by users, encompassing all activities in the Flow ecosystem.

    3. Top sources of swapped tokens.

    4. Top destinations of swapped tokens.

    5. Distribution patterns of swappers.

    Flow is a blockchain platform that supports decentralized applications (dApps) and digital assets. It uses its unique architecture and programming language, Cadence, to create a scalable and developer-friendly environment for blockchain-based applications. Flow allows users to engage in various activities, including token transactions and smart contract interactions.

    Analyzing the Flow blockchain involves examining the top tokens on the network. This analysis provides insights into the popularity, liquidity, and usage of different tokens within the ecosystem. By studying factors like volume, market capitalization, and trading patterns, researchers can gain a deeper understanding of the token economy on Flow.

    Another crucial aspect of analysis focuses on users' actions on the Flow blockchain. This entails studying activities like token transfers, contract deployments, and interactions with dApps. Analyzing user actions helps identify trends, behavior patterns, and the overall level of activity within the Flow ecosystem.


    For this analysis, we will utilize the Flipside tables.


    Additionally, we will incorporate the flow.core.fact_hourly_prices table to obtain the price volume actions in USD as it's the only token you get their USD amount based on the price table, and the flow.core.ez_swaps table to retrieve recorded swaps. These two tables will be joined together for a comprehensive analysis.


    Therefore this analysis will be limited to the number of tokens that are found in the fact hourly prices table, since volume analysis is best done in the USD equivalent of the tokens.


    AIM🎯
    INTRODUCTIONâś…
    METHODOLOGY🤏