shahdadi-9ptm8Ytotal staked over time
    Updated 2022-05-29
    select date_trunc('day',block_timestamp) as date,sum(amount) as lock
    from flipside_prod_db.solana.fact_gov_actions
    where mint='Saber2gLauYim4Mvftnrasomsv6NvAuncvMEZwcLpD1' and action = 'LOCK' and succeeded = 'TRUE'
    group by date
    Run a query to Download Data