NuveveCryptoArchivedTotal Stake Count
    Updated 2023-04-16
    select
    count(tx_hash) as total
    from optimism.velodrome.ez_staking_actions
    where staking_action_type = 'deposit'

    Run a query to Download Data