flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
defillama
cloudr3n
defillama
Updated 2024-10-03
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
›
⌄
select
date
,
sum
(
chain_tvl
)
,
chain
,
protocol
from
external
.
defillama
.
fact_protocol_tvl
where
chain
ilike
'Avalanche%'
group
by
date
,
chain
,
protocol
order
by
date
desc
,
2
desc
Results
QueryRunArchived: QueryRun has been archived