ERCs icon indicating copy to clipboard operation
ERCs copied to clipboard

Add ERC: Pre-delegated Signature Verification

Open jxom opened this issue 4 months ago • 2 comments

EIP-7702 enables EOAs to set code in their account, but signatures are often generated before onchain delegation occurs. Current verification methods cannot validate these pre-delegation signatures against the intended delegate logic.

This ERC defines a signature verification procedure that enables signature validation for accounts that intend to delegate via EIP-7702 before onchain delegation occurs. The standard introduces a detectable signature wrapper containing an EIP-7702 authorization and initialization data, allowing verifiers to simulate the delegation and validate signatures through ERC-1271 in a single atomic operation, whilst falling back to ERC-6492 verification if the signature is not wrapped.

jxom avatar Aug 21 '25 19:08 jxom

File ERCS/erc-8010.md

Requires 1 more reviewers from @g11tech, @samwilsn, @xinbenlv

eip-review-bot avatar Aug 21 '25 19:08 eip-review-bot

The commit 206fa2909421c00ec3005ed6dc533268eee790d3 (as a parent of dd747b648095c42ea8c326fc8229250eb5ebb6fe) contains errors. Please inspect the Run Summary for details.

github-actions[bot] avatar Aug 28 '25 03:08 github-actions[bot]