m0rt3zaamount of RUNE bonded total
    Updated 2022-06-14
    SELECT sum(asset_amount) as total_bonded_rune
    FROM flipside_prod_db.thorchain.bond_actions
    WHERE
    bond_type = 'bond_paid' AND
    asset_amount > 0 AND
    asset = 'THOR.RUNE'

    Run a query to Download Data