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

Proof of creditworthiness short use case per issue #137 #156

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

KDean-GS1
Copy link
Collaborator

@KDean-GS1 KDean-GS1 commented May 30, 2024

This is a proof of creditworthiness short use case per issue #137 by @kjetilk.


Preview | Diff

@jandrieu
Copy link
Collaborator

jandrieu commented May 30, 2024

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.

Copy link
Collaborator

@jandrieu jandrieu left a 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>
Copy link
Collaborator

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.

Suggested change
<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.

Copy link
Collaborator

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.

@kjetilk
Copy link

kjetilk commented Sep 5, 2024

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>
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
<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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants