CHAIN | POOL | Total Deposit (3 Days) | Total Deposit (7 Days) | Total Deposit (30 Days) | Total Deposit (90 Days) | |
---|---|---|---|---|---|---|
1 | Arbitrum | WETH/FOX V3 | 🟡 0 | 🟡 0 | 🟢 259.397573367 | 🟢 1113.965807912 |
2 | Arbitrum | WETH/FOX V2 | 🟢 366.205905317 | 🟢 1487.00308167 | 🟢 5300.481103287 | 🟢 39827.875538163 |
3 | Ethereum | GIV/FOX | 🟡 0 | 🟡 0 | 🟡 0 | 🟡 0 |
4 | Ethereum | WETH/FOX | 🟡 0 | 🟢 221.46735898 | 🟢 158284.858189551 | 🟢 410811.611222327 |
5 | Gnosis | HNY/FOX | 🟡 0 | 🟡 0 | 🟡 0 | 🟡 0 |
6 | Gnosis | GIV/FOX | 🟡 0 | 🟡 0 | 🟡 0 | 🟡 0 |
7 | Gnosis | wxDAI/FOX | 🟡 0 | 🟡 0 | 🟡 0 | 🟢 150.671694133 |
8 | Polygon | WETH/FOX | 🟡 0 | 🟡 0 | 🟢 0.3318191617 | 🟢 0.3318191617 |
9 | THORChain | RUNE/FOX | 🟡 0 | 🟡 0 | 🟡 0 | 🟢 2896.548395165 |
RayyykLiquidity Pool Total Deposit (USD)
Updated 4 hours ago
999
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
›
⌄
--weth/fox eth
with res1 as(select livequery.live.udf_api('https://flipsidecrypto.xyz/api/v1/queries/b99c9a5e-7387-4520-a4d8-e3529bb935a7/data/latest') as result),
data1 as (select result:data as json_result_must_pivot from res1),
table_1 as (select to_timestamp(value:DAY) as date,
'Ethereum' as chain,
'WETH/FOX' as pool,
'ETH' as other_asset_name,
value:"ETH Deposit USD" as asset_deposit_usd,
value:"FOX Deposit USD" as fox_deposit_usd,
value:"ETH Withdraw USD" as asset_withdraw_usd,
value:"FOX Withdraw USD" as fox_withdraw_usd
from data1,
LATERAL FLATTEN(input => data1.json_result_must_pivot::VARIANT) d
where date < current_date),
--gix/fox eth
res2 as(select livequery.live.udf_api('https://flipsidecrypto.xyz/api/v1/queries/f9e797a1-452b-4b6b-8634-4ea6cebeec79/data/latest') as result),
data2 as (select result:data as json_result_must_pivot from res2),
table_2 as (select to_timestamp(value:DAY) as date,
'Ethereum' as chain,
'GIV/FOX' as pool,
'GIV' as other_asset_name,
value:"GIV Deposit USD" as asset_deposit_usd,
value:"FOX Deposit USD" as fox_deposit_usd,
value:"GIV Withdraw USD" as asset_withdraw_usd,
value:"FOX Withdraw USD" as fox_withdraw_usd
from data2,
LATERAL FLATTEN(input => data2.json_result_must_pivot::VARIANT) d
where date < current_date),
--weth/fox polygon
res3 as(select livequery.live.udf_api('https://flipsidecrypto.xyz/api/v1/queries/6957951d-5ab1-418d-b168-6df4211029e0/data/latest') as result),
Last run: about 4 hours agoAuto-refreshes every 24 hours
9
703B
88s