BlockTrackerunique users
    Updated 2025-04-22


    select
    count(DISTINCT from_address) as n_users
    from thorchain.defi.fact_swaps
    where affiliate_address = 'lifi'
    and block_timestamp::date >= dateadd(month, -{{past_months}},current_date)





    QueryRunArchived: QueryRun has been archived