flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
il percentage
boomer77
il percentage
Updated 2022-04-12
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
with
raw
as
(
select
*
,
(
rune_amount_usd
+
asset_amount_usd
)
as
vol
,
CASE
when
il_protection_usd
=
0
then
'NO IL'
else
'YES IL'
end
as
IL
from
thorchain
.
liquidity_actions
where
lp_action
=
'remove_liquidity'
and
il_protection_usd
>
0
)
select
*
from
raw
Results
Run a query to Download Data