Flipside TeamAstrolend Current TVL
    Updated 11 hours ago
    with daily_snapshots as (
    select
    *
    from $query('b40f5e51-eff2-4cfb-bca3-ca6d6b7813ce')
    )

    select
    date
    , sum(token_tvl_usd) as pool_value_usd

    from daily_snapshots
    where date = (select max(date) from daily_snapshots)
    group by 1

    Last run: about 11 hours agoAuto-refreshes every 12 hours
    DATE
    POOL_VALUE_USD
    1
    2025-04-08 00:00:00.00014597967.0107742
    1
    46B
    2s