flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Liquidation Rate by Platform
datavortex
Liquidation Rate by Platform
Updated 2025-04-16
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
SELECT
platform
,
COUNT
(
DISTINCT
tx_hash
)
AS
liquidation_count
,
COUNT
(
DISTINCT
borrower
)
AS
unique_borrowers_liquidated
,
COUNT
(
DISTINCT
tx_hash
)
*
100.0
/
SUM
(
COUNT
(
DISTINCT
tx_hash
)
)
OVER
(
)
AS
liquidation_percentage
FROM
gnosis
.
defi
.
ez_lending_liquidations
GROUP
BY
platform
;
Results
Last run: about 1 month ago
PLATFORM
LIQUIDATION_COUNT
UNIQUE_BORROWERS_LIQUIDATED
LIQUIDATION_PERCENTAGE
1
realt
145
52
2.56728
2
Agave
139
24
2.461048
3
Spark
1400
191
24.787535
4
Aave V3
3964
221
70.184136
1
4
112B
6s