CHAIN | SYMBOL | TVL | TOTAL_TVL | |
---|---|---|---|---|
1 | Ethereum | LBTC (Ether) | 15415070.8449734 | 76759596.6272989 |
2 | Ethereum | LBTC (Corn) | 969965.211202204 | 76759596.6272989 |
3 | Ethereum | LBTC (Bera Concrete) | 876545.143845726 | 76759596.6272989 |
4 | Base | LBTC (Base) | 59498015.4272776 | 76759596.6272989 |
neo_nguyenPendle x Lombard (Total)
Updated 2025-05-12
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 1 month agoAuto-refreshes every 24 hours
4
251B
61s