boomer77Angel Protocol - Amount Staked Growth
    Updated 2021-11-11
    select
    address,
    max(voting_power) as LUNA_staked,
    date_trunc('day', block_timestamp) as days
    from terra.validator_voting_power
    where address = 'terravalcons1ljuhg54jh4fu83g7uq9g76fms0nrzhfmrvdr8d'
    group by 1,3
    order by days desc
    Run a query to Download Data