Add ERC: Execution Delegation Framework - #1962
Open
F4ever wants to merge 2 commits into
Open
Conversation
Collaborator
File
|
Add ERC: Execution Delegation Framework
|
The commit 1b6672b (as a parent of 8c2a5b8) contains errors. |
|
Frank122480 |
abcoathup
reviewed
Aug 24, 2026
| @@ -0,0 +1,220 @@ | |||
| --- | |||
| eip: 0000 | |||
Contributor
There was a problem hiding this comment.
Suggested change
| eip: 0000 | |
| eip: 8391 |
Assigning next sequential EIP/ERC/RIP number.
Numbers are assigned by editors & associates.
Please also update the filename.
abcoathup
reviewed
Aug 24, 2026
| title: Execution Delegation Framework | ||
| description: An interface and integration models for delegating execution authority. | ||
| author: Raman Siamionau (@F4ever), Matsvei Talstalutski (@chasingrainbows) | ||
| discussions-to: <URL> |
Contributor
There was a problem hiding this comment.
Please create a discussions topic in Eth Magicians with a link to this PR
https://ethereum-magicians.org/c/ercs/57
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 ERC defines IDelegationContract - an interface for a contract that holds execution authority for an on-chain role and routes it to a rotatable operational signing key. A DelegationContract sits between an integrator and an operator's hot key: the integrator grants authority once to the contract address, and the contract's owner then chooses and rotates the active hot key (the delegate) without any further action from the integrator. A compromised hot key can be de-authorized immediately and replaced by the owner without integrator interaction.