Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ERC: ZK Identity Registry #710

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Conversation

Arvolear
Copy link
Contributor

@Arvolear Arvolear commented Nov 8, 2024

Would love to see our recent work as an ERC!


ZK Identity Registry - Singleton registry system for storing abstract provable identity statements.

The complete reference implementation can be found here.

@eip-review-bot
Copy link
Collaborator

eip-review-bot commented Nov 8, 2024

File ERCS/erc-7812.md

Requires 1 more reviewers from @axic, @g11tech, @SamWilsn, @xinbenlv

ERCS/erc-xxxx.md Outdated Show resolved Hide resolved
ERCS/erc-xxxx.md Outdated Show resolved Hide resolved
ERCS/erc-xxxx.md Outdated Show resolved Hide resolved
@Arvolear Arvolear changed the title Add ERC: ZK Identity Registry Add ERC-7812: ZK Identity Registry Nov 10, 2024
@github-actions github-actions bot removed the w-ci label Nov 10, 2024
@eip-review-bot eip-review-bot changed the title Add ERC-7812: ZK Identity Registry Add ERC: ZK Identity Registry Nov 10, 2024
Copy link

The commit bd71ab8 (as a parent of dda5f4c) contains errors.
Please inspect the Run Summary for details.

@github-actions github-actions bot added the w-ci label Nov 10, 2024
@github-actions github-actions bot removed the w-ci label Nov 10, 2024

## Motivation

The standardization and aggregation of provable statements in a singleton on-chain registry significantly improves reusability, scalability, and security of the abundance of zero knowledge privacy-oriented solutions. The abstract specification of the registry allows custom indentity-based, reputation-based, proof-of-attendance-based, etc., protocols to be implemented with little to minimal constraints.
Copy link

@silasdavis silasdavis Dec 5, 2024

Choose a reason for hiding this comment

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

What is the benefit of centralising these generic provable statements into a single registry? How does it ease the implementation of the other things?

Versus, for example, a separate register per specific domain using similar code via a library? It seems like there would need to be some interaction between the different statement/registry types for this aggregation to be of benefit, can you give an example of where the benefit might arise?

More concretely, as a user, if I was wishing to prove a claim based on a passport, what benefit is there to me that the same registry also stores POAP claims?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hey @silasdavis, may you please repost this on the forum so we could discuss it in more details?

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