Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scheduler feature idea: gas-free token transactions #12

Open
spalladino opened this issue Jan 31, 2018 · 1 comment
Open

Scheduler feature idea: gas-free token transactions #12

spalladino opened this issue Jan 31, 2018 · 1 comment
Labels
topic:scheduler Scheduler and alternative execution models
Milestone

Comments

@spalladino
Copy link
Contributor

A common use case for many token-based applications is that users that are first-comers to the crypto ecosystem lack ETH to pay for the transactions to manage their own tokens. A mechanism for allowing gas-free token transactions could help.

Consider an off-chain agent that accepts messages signed offline by the token sender, that submits transactions to a token contract that accepts such messages for triggering the transaction, by validating the signature (something akin to transaction sender abstraction). The signed message could also include a fee for the submitter of the transaction (also in tokens), to subsidise its gas cost.

Note that this mechanism needs to be implemented in the token itself, since the user may not have the required ETH to make an approval of his tokens to the contract that would be implementing this logic.

@spalladino
Copy link
Contributor Author

@lgalabru from YouNow submitted an EIP with this along with an implementation

@spalladino spalladino added the topic:scheduler Scheduler and alternative execution models label Feb 20, 2018
@maraoz maraoz added this to the v0.2.0 milestone Mar 7, 2018
@facuspagnuolo facuspagnuolo modified the milestones: v2.0.0, Backlog Jun 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic:scheduler Scheduler and alternative execution models
Projects
None yet
Development

No branches or pull requests

3 participants