shahdadi-9ptm8Yaave supply rate for wbtc over time
    Updated 2023-04-13
    select date_trunc('day',block_hour) as date,avg(total_liquidity_token) as wBTC_supply
    from flipside_prod_db.aave.market_stats
    where aave_version = 'Aave V2'and reserve_name = 'WBTC'
    group by date
    Run a query to Download Data