flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Top 10 borrower on AAve
khanh
Top 10 borrower on AAve
Updated 2022-09-23
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
select
borrower_address
,
count
(
distinct
(
tx_hash
)
)
as
tx_num
,
sum
(
borrowed_usd
)
as
total_borrowed_usd
from
ethereum
.
aave
.
ez_borrows
where
aave_version
=
'Aave V2'
group
by
borrower_address
order
by
total_borrowed_usd
desc
limit
10
Results
Run a query to Download Data