Skip to content

Add ERC: Post-Quantum Anchored Key-Binding - #1932

Open
TMerlini wants to merge 4 commits into
ethereum:masterfrom
TMerlini:pq-anchored-key-binding
Open

Add ERC: Post-Quantum Anchored Key-Binding#1932
TMerlini wants to merge 4 commits into
ethereum:masterfrom
TMerlini:pq-anchored-key-binding

Conversation

@TMerlini

@TMerlini TMerlini commented Aug 6, 2026

Copy link
Copy Markdown

ERC-8373: Post-Quantum Anchored Key-Binding

Migrates the signature layer of on-chain / agent identity to post-quantum via an anchored classical-to-PQ key-binding and a consumer-enforced anchor-time cutoff — deliberately not a second signature (a forger who derives the classical key simply omits an optional extra signature; under this ERC, post-cutoff omission fails closed).

Discussion: https://ethereum-magicians.org/t/post-quantum-migration-for-on-chain-identity-an-anchored-key-binding-a-cutoff-verified-by-recompute-not-a-second-signature/29225

Reference implementations (production): two independent implementations under two NIST families (ML-DSA-65 / FIPS 204 and SLH-DSA-SHA2-192s / FIPS 205) converge on byte-compatible content-addresses; the SLH-DSA lane is mainnet-anchored with a live cutoff enforcer implementing the full verification procedure (in-force resolution, rotation, revocation). Conformance vectors for the binding, cutoff, rotation, revocation, and recovery classes are included under assets/erc-8373/ with executable checkers (stdlib Python).

Authorship: all four authors confirmed.

@eip-review-bot

eip-review-bot commented Aug 6, 2026

Copy link
Copy Markdown
Collaborator

File ERCS/erc-8373.md

Requires 1 more review from Editors: @g11tech, @jochem-brouwer, @samwilsn, @xinbenlv

@eip-review-bot eip-review-bot changed the title Add ERC-8360: Post-Quantum Anchored Key-Binding with Consumer Cutoff Add ERC: Post-Quantum Anchored Key-Binding with Consumer Cutoff Aug 6, 2026
@github-actions github-actions Bot added the w-ci label Aug 6, 2026
@eip-review-bot eip-review-bot changed the title Add ERC: Post-Quantum Anchored Key-Binding with Consumer Cutoff Add ERC: Post-Quantum Anchored Key-Binding Aug 6, 2026
@github-actions github-actions Bot removed the w-ci label Aug 6, 2026
Comment thread ERCS/erc-8360.md Outdated
eip: 8360
title: Post-Quantum Anchored Key-Binding
description: Anchored classical-to-PQ key bindings plus an anchor-time consumer cutoff, verified by recomputation
author: Tiago Merlini (@TMerlini), babyblueviper (@babyblueviper1), Pavlo (@pipavlo82)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confirmed, happy to be on it. Same string as my ERC-8312 entry so an editor reads the two as one contributor.

Suggested change
author: Tiago Merlini (@TMerlini), babyblueviper (@babyblueviper1), Pavlo (@pipavlo82)
author: Tiago Merlini (@TMerlini), babyblueviper (@babyblueviper1), Pavlo (@pipavlo82), Matthias Hauser (@0x2kNJ)

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Applied — welcome aboard, and thanks for the exact ERC-8312-matching string. All four authors now confirmed on the line.

@TMerlini
TMerlini force-pushed the pq-anchored-key-binding branch from d95dec9 to 65bd470 Compare August 6, 2026 12:34
Comment thread ERCS/erc-8373.md Outdated
@TMerlini TMerlini changed the title Add ERC: Post-Quantum Anchored Key-Binding Add ERC-8373: Post-Quantum Anchored Key-Binding Aug 6, 2026
@TMerlini
TMerlini force-pushed the pq-anchored-key-binding branch from 871eab9 to 658dbb5 Compare August 6, 2026 23:11
@eip-review-bot eip-review-bot changed the title Add ERC-8373: Post-Quantum Anchored Key-Binding Add ERC: Post-Quantum Anchored Key-Binding Aug 6, 2026
@TMerlini
TMerlini force-pushed the pq-anchored-key-binding branch from 658dbb5 to 143d9b5 Compare August 6, 2026 23:21
@github-actions

github-actions Bot commented Aug 6, 2026

Copy link
Copy Markdown

The commit 658dbb5 (as a parent of 4b2c431) contains errors.
Please inspect the Run Summary for details.

@github-actions github-actions Bot added the w-ci label Aug 6, 2026
@TMerlini
TMerlini force-pushed the pq-anchored-key-binding branch from 143d9b5 to 5d77b0a Compare August 6, 2026 23:58
@github-actions github-actions Bot removed the w-ci label Aug 7, 2026
…larification

Assets: swap cutoff_enforce.py to the v1 enforcer (baseline activation +
tri-state evidence) and flip the single pre-baseline case in the cutoff,
rotation and revocation vectors from REJECT to ADMIT (anchored_before_cutoff)
— a pre-baseline artifact is back catalogue and admits classical-only rather
than being retroactively invalidated. All three suites reproduce (8/8, 7/7, 6/6).

Spec: qualify verification step 3 and Backwards Compatibility so a revocation
ends authority even for a pre-cutoff artifact (revocation overrides the cutoff;
signed off in the revocation lane, recompute-kit#16). Add a Related Work
paragraph (Lean Consensus PQ validator registry: cryptographic expiry from
statefulness vs explicit anchored authority-termination).

Surfaced by zexoverz's review; conformance mirrored in trustless-ai/recompute-kit#16 (merged).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants