Eman-Raztvl stats
    Updated 2024-10-20
    with tab1 as (select date, tvl_usd
    from external.defillama.fact_chain_tvl
    where chain='Thorchain' and
    date>='2023-01-01'
    order by 1)

    select max(tvl_usd) as max, min(tvl_usd) as min, median(tvl_usd) as median, avg(tvl_usd) as average
    from tab1
    Auto-refreshes every 24 hours
    QueryRunArchived: QueryRun has been archived