Add ERC: Zero-Knowledge Compliance Oracle#1747
Open
DROOdotFOO wants to merge 9 commits into
Open
Conversation
Collaborator
File
|
Contributor
|
ERCs are application layer standards. They are not for product promotion or marketing purposes. |
abcoathup
reviewed
May 18, 2026
| @@ -0,0 +1,685 @@ | |||
| --- | |||
| eip: 8338 | |||
Contributor
There was a problem hiding this comment.
Suggested change
| eip: 8338 | |
| eip: 8262 |
Assigning next sequential EIP/ERC/RIP number.
Numbers are assigned by editors & associates.
Please also update the filename.
abcoathup
reviewed
May 18, 2026
| title: Zero-Knowledge Compliance Oracle | ||
| description: On-chain ZK compliance verification without revealing transaction data | ||
| author: DROO (@DROOdotFOO), Bloo (@bloo-berries), Merkle Bonsai (@Jabher) | ||
| discussions-to: https://ethereum-magicians.org/t/erc-zero-knowledge-compliance-oracle/28543 |
Contributor
There was a problem hiding this comment.
Suggested change
| discussions-to: https://ethereum-magicians.org/t/erc-zero-knowledge-compliance-oracle/28543 | |
| discussions-to: https://ethereum-magicians.org/t/erc-8262-zero-knowledge-compliance-oracle/28543 |
Updated Eth Magicians title with assigned number
|
The commit d97fb55 (as a parent of 7191656) contains errors. |
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 submits a new ERC ERC-8262: Zero-Knowledge Compliance Oracle.
Summary
A standard interface for on-chain verification of regulatory compliance (AML, sanctions screening, anti-structuring) using zero-knowledge proofs. Users generate proofs client-side that attest to compliance with jurisdiction-specific thresholds without revealing transaction amounts, counterparty identities, or screening details. No trusted third party or TEE is required.
Discussion
Forum thread (per EIP-1): https://ethereum-magicians.org/t/erc-zero-knowledge-compliance-oracle/28543
Scope
IZKPVerifier(per-proof-type routing, batch verification, version history) andIZKPOracle(attestation submission, expiry, retroactive lookup) interfacesEIP-1 compliance
title,description,author,discussions-to,status,type,category,created,requires: 165)./eip-N.mdformmarkdownlint,codespellpass locallyeipwpasses locally with zero errorsNotes for editors