zakkisyed#3 Thorchain Active Wallets:LP
    Updated 2024-01-14


    select date_trunc(week,block_timestamp) as date, count(distinct from_address) as total_count
    from flipside_prod_db.thorchain.liquidity_actions

    where LP_ACTION = 'add_liquidity'
    and block_timestamp >= CURRENT_DATE - 90

    group by 1
    order by 1 desc
    QueryRunArchived: QueryRun has been archived