flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Total Withdrawals Per Platform
datavortex
Total Withdrawals Per Platform
Updated 2025-04-16
Copy Reference
Fork
99
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
›
⌄
SELECT
platform
,
SUM
(
amount_usd
)
AS
"total deposit(usd)"
FROM
gnosis
.
defi
.
ez_lending_withdraws
WHERE
amount_usd
IS
NOT
NULL
GROUP
BY
platform
ORDER
BY
"total deposit(usd)"
DESC
;
Results
Last run: 20 days ago
PLATFORM
total deposit(usd)
1
Aave V3
396781133.69
2
Spark
132532635.64
3
Agave
86257914.96
4
realt
54554491.72
1
4
93B
2s