flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Astrolend Current TVL
Flipside Team
Astrolend Current TVL
Updated 11 hours ago
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
›
⌄
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
Results
Last run: about 11 hours ago
Auto-refreshes every 12 hours
DATE
POOL_VALUE_USD
1
2025-04-08 00:00:00.000
14597967.0107742
1
1
46B
2s