CHAIN | SYMBOL | TVL | TOTAL_TVL | |
---|---|---|---|---|
1 | Ethereum | LBTC (Ether) | 12546124.5726772 | 68092658.2787069 |
2 | Ethereum | LBTC (Corn) | 1119545.67467845 | 68092658.2787069 |
3 | Ethereum | LBTC (Bera Concrete) | 8510230.88780767 | 68092658.2787069 |
4 | Base | LBTC (Base) | 45916757.1435437 | 68092658.2787069 |
neo_nguyenPendle x Lombard (Total)
Updated 5 hours ago
99
1
2
3
4
5
6
7
8
9
10
11
12
›
⌄
with
pendle_protcol as(
select chain, symbol, sum(tvl) tvl
from $query('dee304a0-9a17-4bf7-bc94-3b13251d0da4')
group by 1,2)
select
*,
sum(tvl) over() as total_tvl
from pendle_protcol
order by 1 desc, 2 desc
Last run: about 5 hours agoAuto-refreshes every 24 hours
4
251B
1s