boomer77delegator apy
    Updated 2021-09-11
    with balance as (select
    address, balance
    from terra.daily_balances
    where balance_type = 'staked' and currency = 'LUNA' and date = CURRENT_DATE and balance > 0
    order by 2 desc),

    reward as ()
    Run a query to Download Data