binhachonAlgoFi's AlgoVault Governance Period 3 - Current amount
    Updated 2022-04-23
    select
    sum(balance)
    from algorand.account
    where address in (select address from algorand.account_app where app_id = 465814318 and closed_at is null)
    --and account_closed = 'FALSE'

    Run a query to Download Data