-
Notifications
You must be signed in to change notification settings - Fork 113
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
Payroll style transactions #638
Comments
This topic can be approached at different levels, some that have come up are:
|
Some benefits of adding this style of transactions:
|
This is an interesting approach, just wanted to add that if I wasn't concerned about gas fees, the current way I'd achieve this is:
Obviously the downside to this is integration (but feasible if we support the correct tooling) and gas costs. |
We're working on a protocol for recurring payments (8xprotocol.com) and may be able to help you out. Feel free to get in touch with me directly! |
submitted as AIP: aionnetwork/AIP#14 |
Would it make sense to introduce a
payroll transaction
that would batch different payments initiated from a single account and directed to multiple other accounts?The main question is if we can leverage batching multiple transactions that originate from the same account to reduce the fees for that account.
I can envision many applications that could benefit from this style of transaction, but I'm not sure to what extent we could reduce the computation costs by batching them together.
The text was updated successfully, but these errors were encountered: