Last updated
Was this helpful?
Last updated
Was this helpful?
You can use the Feegrant module or Smart contract based fee abstraction to simplify the usage of your dApp as explained
Secret also allows for Gas abstraction for users by leveraging the CosmosSDK . This module allows one to submit transactions where a different wallet is paying the gas fees as long as they granted you a budget to do that.
Documentation to create Feegrant functionality in your UI are . This tool is widely used in different Secret UIs (for ex: ) and there is a community run FeeGrant faucet available for dApps to use. - -
You can use Smart-contracts with Fees deposited in them to abstract fee usage and automate tasks for users - An example of this is the which deposits users rewards into their wallet daily. There is also the feature of "opportunistic execution" which allows additional privacy to perform automated actions by using leftover gas from the Gas evaporation function in the Secret compute module. -