Eman-RazStats: TVL
    Updated 2024-09-12
    select max(tvl_usd) as "Max", min(tvl_usd) as "Min", avg(tvl_usd) as "Average", median(tvl_usd) as "Median"
    from external.defillama.fact_chain_tvl
    where chain='Kujira' and date between '{{Start_Date}}' and '{{End_Date}}'

    Auto-refreshes every 24 hours
    QueryRunArchived: QueryRun has been archived