[Open Question] Eligibility credential schemas — universal claim topics vs. extensions #9
Unanswered
oa-sarvesh
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Context
The identity layer (Whitepaper §6.2) proposes a canonical eligibility attestation schema (claim topics such as KYC-complete, jurisdiction, investor-class, sanctions-clear), a trusted-issuer discovery mechanism, and an
isEligible(party, claimTopics) -> bool/proofinterface — carrying hashes/references, never PII.The question
Which claim topics are truly universal across jurisdictions, and which must remain extensions? How are revocation and freshness handled at transfer time?
How to contribute
Reference: Whitepaper §6.2, §4.1 (ERC-3643), Flow C (§8).
All reactions