-
Notifications
You must be signed in to change notification settings - Fork 22
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
Proof of creditworthiness short use case per issue #137 #156
base: main
Are you sure you want to change the base?
Conversation
Let's shift this to using a digital fiduciary that inspects the credit data and generates a VC attesting to their judgment. In fact, it would be nice to include some personal information in that credit data. For example, getting credit based on self-employment often requires as much as five years of bank statements. With a trusted party in the middle, we can get a trustable attestation about income that can now be used without divulging the underlying finances of the business. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's rewrite to focus on custom predicates as a mechanism for distilling credit worthiness from selectively disclosable VCs.
<dd> | ||
<p>Alice has checking and saving accounts, loans, and credit cards at multiple banks. Due to local regulatory restrictions, the banks may not exchange information about the subjects they issue credit cards to.</p> | ||
|
||
<p>To prove her creditworthiness when applying for a mortgage, Alice acquires verifiable credentials issued by each bank containing type and balance for each account. She creates a verifiable presentation aggregating all accounts (type and balance) without revealing any issuers of the underlying data.</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The phrase underlying data reads to me as if the VP is doing a selective disclosure over the data in the VCs, but I don't believe we have a mechanism for that.
<p>To prove her creditworthiness when applying for a mortgage, Alice acquires verifiable credentials issued by each bank containing type and balance for each account. She creates a verifiable presentation aggregating all accounts (type and balance) without revealing any issuers of the underlying data.</p> | |
<p>To prove her creditworthiness when applying for a mortgage, Alice acquires verifiable credentials issued by each bank containing type and balance for each account. She creates a verifiable presentation aggregating all accounts (type and balance) without revealing any issuers of the underlying data.</p> |
What we could do is pass the balance and bank info on, while avoiding the legacy approach of providing bank statements with all the account transactions.
Or maybe something with zksnarks to add a custom predicate to the VP, but I haven't seen anyone work through those details.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Per our conversation today, let's look at a set of selectively disclosable verifiable credentials which comprise a 3 year history of bank activity (one statement per months). Using predicate proofs, our hero is able to demonstrate that in each and every month they maintained a balance of at least $50,000 USD, without revealing the actual balance values nor the actual transactions.
Just wanted to add it looks good to me! |
<udef>F.6 Proof of creditworthiness</udef> | ||
</dt> | ||
<dd> | ||
<p>Alice has checking and saving accounts, loans, and credit cards at multiple banks. Due to local regulatory restrictions, the banks may not exchange information about the subjects they issue credit cards to.</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<p>Alice has checking and saving accounts, loans, and credit cards at multiple banks. Due to local regulatory restrictions, the banks may not exchange information about the subjects they issue credit cards to.</p> | |
<p>Alice has checking and saving accounts, loans, and credit cards at multiple banks. Due to local regulatory restrictions, the banks may not exchange information about the subjects to whom they issue credit cards.</p> |
This is a proof of creditworthiness short use case per issue #137 by @kjetilk.
Preview | Diff