Add ERC: Onchain Recurring Payments#1595
Open
chasseurmic wants to merge 12 commits intoethereum:masterfrom
Open
Add ERC: Onchain Recurring Payments#1595chasseurmic wants to merge 12 commits intoethereum:masterfrom
chasseurmic wants to merge 12 commits intoethereum:masterfrom
Conversation
Collaborator
File
|
|
The commit d911bca (as a parent of 554b230) contains errors. |
abcoathup
reviewed
Mar 11, 2026
ERCS/erc-1595.md
Outdated
| @@ -0,0 +1,603 @@ | |||
| --- | |||
| eip: 1595 | |||
Contributor
There was a problem hiding this comment.
Suggested change
| eip: 1595 | |
| eip: 8191 |
Assigning next sequential EIP/ERC/RIP number.
Numbers are assigned by editors & associates.
Please also update the filename.
abcoathup
reviewed
Mar 11, 2026
ERCS/erc-1595.md
Outdated
| title: Interface for Onchain Recurring Payments | ||
| description: Minimal interface for pull-based onchain subscription billing with lifecycle management and keeper-gated payment collection. | ||
| author: Mike Chasseur (@chasseurmic) <chasseurmic@gmail.com> | ||
| discussions-to: https://ethereum-magicians.org/t/erc-standard-interface-for-onchain-recurring-payments/27946 |
Contributor
There was a problem hiding this comment.
Suggested change
| discussions-to: https://ethereum-magicians.org/t/erc-standard-interface-for-onchain-recurring-payments/27946 | |
| discussions-to: https://ethereum-magicians.org/t/erc-8191-onchain-recurring-payments/27946 |
Updated Eth Magicians title with assigned number and title
abcoathup
reviewed
Mar 11, 2026
ERCS/erc-1595.md
Outdated
| @@ -0,0 +1,603 @@ | |||
| --- | |||
| eip: 1595 | |||
| title: Interface for Onchain Recurring Payments | |||
Contributor
There was a problem hiding this comment.
Suggested change
| title: Interface for Onchain Recurring Payments | |
| title: Onchain Recurring Payments |
Interface is superfluous in an ERC title. I'd argue that onchain is also superfluous. Note: I am not an ERC editor.
Author
|
@eip-review-bot all checks have passed. Can you review and merge if all looks good? |
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a new ERC defining a minimal interface for onchain recurring payments (subscriptions).
Community discussion: https://ethereum-magicians.org/t/erc-standard-interface-for-onchain-recurring-payments/27946