Sbhn_NPaave total flash
    Updated 2023-03-08
    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')

    Run a query to Download Data