NEAR Users per Project

    Welcome to our dynamic dashboard! Its purpose is to track the growth of attracted user numbers by the top projects in the NEAR ecosystem over time. We'll also be comparing this growth to the overall increase in addresses within the NEAR ecosystem. Additionally, our dashboard will identify the projects that are attracting the most new users. This dashboard is live and updates all queries every 24 hours.

    db_img

    Introduction

    This dashboard will take a delve into the Near projects new users' growth.

    The current dashboard deals with new users coming to projects in comrison with whole Nears ecosystem and comparing top projects based on the most onboarding users ralative to other projects.

    In this research, we defined projects as follows:

    from near.core.dim_address_labels where
        project_name is not null
        and label_type not in ('chadmin', 'cex', 'token', 'fungible_token')
        and project_name != 'Exchanges'
    

    and collected other addresses that aren't in this category as non-project addresses.

    The analysis includes data from 2023 and is parameterized by the 'Since_date' and 'Time_Interval' parameters. You can customize these parameters after logging in to Flipsidecrypto if you wish.