Flipside Axelar AnalystsAverage TVL per Month By Asset Type
    Updated 2025-02-14
    with tab1 as (select *
    from $query('18f5ac2e-015a-4c3f-ac51-2c6e088db2c2'))

    select date_trunc('month',"Date") as "Month", ROUND(avg("TVL")) as "Avg TVL", "Asset Type"
    from tab1
    group by 1, 3
    order by 1
    QueryRunArchived: QueryRun has been archived