keshanIL Protection By Pool
    Updated 2022-05-13
    select date_trunc('week', block_timestamp) as week, pool_name, sum(il_protection), sum(il_protection_usd)
    from thorchain.liquidity_actions where block_timestamp::date >= CURRENT_DATE::date - 7
    group by pool_name, week
    Run a query to Download Data