Replies: 1 comment
-
Definitely a step forward imho. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The topic of this discussion is about implementing the USDC gas payment feature. Currently, there're couple of options.
Using the fee abs module
This means all the USDC tx fee will be convert to AKT via ibc swap on osmosis. This module use async-ICQ to query spot price infomation in osmosis.
For query price from osmosis, fee abs will send a IBC packet to osmosis with port is , the async-icq module in osmosis handle this packet and send the result back to fee abs module by ack packet that include price data.
Configuring akash nodes allowing USDC transaction gas
This means we accept the usdc as gas and keeping the usdc gas as is.
Enabling zero fees transactions for USDC deployments
Beta Was this translation helpful? Give feedback.
All reactions