forked from X-Financial-Technologies/Library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacy-use-cases.html
52 lines (49 loc) · 2.72 KB
/
privacy-use-cases.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<table style="font-family: Arial, sans-serif; font-size: 14px; width: 100%; border-collapse: collapse;">
<tr>
<th style="padding: 10px; border: 1px solid #ccc; text-align: left; background-color: #f5f5f5;">Use Case</th>
<th style="padding: 10px; border: 1px solid #ccc; text-align: left; background-color: #f5f5f5;">Example</th>
</tr>
<tr>
<td style="padding: 10px; border: 1px solid #ccc; vertical-align: top;">
<p><strong>1</strong></p>
<p>Ensure Delivery vs. Payment (DvP) settlement of transactions can occur privately:</p>
<ul style="list-style: none; padding-left: 0;">
<li>✓ Confidentiality of transaction amount</li>
<li>✓ Confidentiality of transaction type</li>
<li>✓ Confidentiality of token type</li>
<li>✓ Anonymity of investor addresses</li>
</ul>
</td>
<td style="padding: 10px; border: 1px solid #ccc; vertical-align: top;">
An institutional investor is able to subscribe into a fund, but their identity, the fund being entered, and the amount being invested remains private.
</td>
</tr>
<tr>
<td style="padding: 10px; border: 1px solid #ccc; vertical-align: top;">
<p><strong>2</strong></p>
<p>Ease the onboarding process of investors through reusable AML / KYC and enable automation by using privacy-preserving on-chain identity claims:</p>
<ul style="list-style: none; padding-left: 0;">
<li>✓ Preserve the privacy of identity attributes</li>
<li>✓ Deploy reusable on-chain identity verification</li>
</ul>
</td>
<td style="padding: 10px; border: 1px solid #ccc; vertical-align: top;">
An institutional investor is able to verify their information once at the point of onboarding where a verifiable credential is issued. Following that, at any additional points in the lifecycle where the institutional investor's identity needs to be verified, privacy-preserving identity claims can be added and checked on-chain to simplify the process.
</td>
</tr>
<tr>
<td style="padding: 10px; border: 1px solid #ccc; vertical-align: top;">
<p><strong>3</strong></p>
<p>Demonstrate new use cases can be built atop private assets and private identity infrastructure:</p>
<ul style="list-style: none; padding-left: 0;">
<li>✓ Preserve composability</li>
<li>✓ Drive asset utility</li>
<li>✓ Automate compliance checks on AML KYC attestations</li>
<li>✓ Re-use identity infrastructure</li>
</ul>
</td>
<td style="padding: 10px; border: 1px solid #ccc; vertical-align: top;">
An institutional investor is able to take fund units they own and privately sell them on the secondary market to a buyer whose AML/KYC status has been pre-verified.
</td>
</tr>
</table>