NuveveCryptoArchivedUSTC/OSMO Superfluid Staking Activity
    Updated 2023-04-13
    select
    date_trunc('month', block_timestamp) as month,
    count(tx_id) as tx_count,
    count(distinct delegator_address) as stakers
    from osmosis.core.fact_superfluid_staking
    where currency = 'gamm/pool/560'
    group by month


    Run a query to Download Data