permaryTotal Staked Sol
    Updated 2024-10-18
    select
    sum(amount/1e9) as total_staked
    from solana.defi.fact_stake_pool_actions
    where lower(action) in ('deposit', 'deposit_stake')
    and succeeded = true;

    QueryRunArchived: QueryRun has been archived