flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
amount of RUNE bonded total
m0rt3za
amount of RUNE bonded total
Updated 2022-06-14
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
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'
Results
Run a query to Download Data