flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
aave total flash
Sbhn_NP
aave total flash
Updated 2023-03-08
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
select
count
(
DISTINCT
tx_hash
)
as
txs
,
count
(
DISTINCT
borrower_address
)
as
users
,
sum
(
borrowed_usd
)
as
volume_usd
,
avg
(
borrowed_usd
)
as
avg_volume
from
ethereum
.
aave
.
ez_borrows
where
aave_version
=
'Aave V2'
and
symbol
in
(
'MKR'
,
'SNX'
,
'UNI'
)
Results
Run a query to Download Data