select
balance as cumulative_total_luna, ---total luna staked by prism, cumulative per day
date
from terra.daily_balances
where date > '2022-02-01'
and address = 'terra1xw3h7jsmxvh6zse74e4099c6gl03fnmxpep76h'
and balance_type = 'staked'
and currency = 'LUNA'
order by date