0xaimanaave vp unfinished
    Updated 2021-10-16
    select voter, sum(voting_power) / 1e18 / count(tx_id) as voting_power

    from aave.votes

    group by voter order by voting_power desc

    limit 10
    Run a query to Download Data