Top Projects on Near

    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.