select sum(amount/pow(10,6)) from terra.core.fact_lp_actions
where
currency='astroport axlusdt-axlusdc pair' and action='mint_lp_token'
select * from terra.core.fact_lp_actions
where
currency='astroport axlusdt-axlusdc pair' and action='burn_lp_token'