Replies: 1 comment 1 reply
-
With the normal transactions (type 0, 1, 2 so far), the signer of the tx has to pay the tx fee. For transferring ERC20 tokens that supports permit function, you can have user sign the permit request, and then a relayer can sign the tx to a contract that spends those tokens. If you want to improve ETH gas fee payment UX in general, unfortunately that's a problem and best solution which most people are betting on is account abstraction. You can have a look at ERC 4337 related developments. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So the scenario is a user wants to send a transaction but not paying for the gas, because that transaction will be send by a different account. The flow is:
Is this assumption right?
If not what would be the best way to do it?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions