NuveveCryptoArchivedTotal Liquidity Providers
    Updated 2023-02-06
    select
    count(distinct(origin_from_address)) as total
    from optimism.velodrome.ez_lp_actions
    where lp_action = 'deposit'


    Run a query to Download Data