forked from wraith-protocol/www
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteam.json
More file actions
58 lines (58 loc) · 2.58 KB
/
Copy pathteam.json
File metadata and controls
58 lines (58 loc) · 2.58 KB
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
53
54
55
56
57
58
{
"mission": "Wraith Protocol builds privacy-preserving payment infrastructure — stealth addresses, unlinkable transactions, and confidential DeFi — so that financial privacy is the default, not a premium add-on.",
"team": [
{
"name": "Alex Chen",
"role": "Founder & Protocol Architect",
"bio": "Cryptographer and systems engineer. Previously built privacy tooling at a Tier-1 exchange. Leads protocol design and stealth address research.",
"photo": "/team/alex.jpg",
"github": "https://github.com/alexchen-wraith",
"twitter": "https://x.com/alexchen_wraith"
},
{
"name": "Priya Sharma",
"role": "Lead Engineer",
"bio": "Full-stack engineer focused on SDK ergonomics and developer experience. Previously core contributor to a privacy-focused L2. Owns the Wraith SDK and integration tooling.",
"photo": "/team/priya.jpg",
"github": "https://github.com/priyash-wraith",
"twitter": "https://x.com/priyash_wraith"
},
{
"name": "Marcus Okonkwo",
"role": "Cryptography Engineer",
"bio": "Applied cryptographer specializing in zero-knowledge proofs and elliptic curve pairings. Leads implementation of EIP-5564 stealth meta-address protocol.",
"photo": "/team/marcus.jpg",
"github": "https://github.com/marcusok-wraith",
"twitter": "https://x.com/marcusok_wraith"
},
{
"name": "Elena Kovac",
"role": "Protocol Researcher",
"bio": "Researcher focused on anonymity sets, linking attacks, and on-chain privacy metrics. Published in top privacy conferences. Drives threat modeling and security audits.",
"photo": "/team/elena.jpg",
"github": "https://github.com/elenak-wraith",
"twitter": "https://x.com/elenak_wraith"
}
],
"advisors": [
{
"name": "Dr. James Morrison",
"role": "Advisor — Cryptography",
"bio": "Professor of Applied Cryptography at ETH Zurich. Advises on ZK circuit design and security proofs for the stealth address protocol.",
"photo": "/team/james.jpg"
},
{
"name": "Sarah Okafor",
"role": "Advisor — Regulatory & Compliance",
"bio": "Financial privacy lawyer and former regulator. Advises on the intersection of privacy-preserving protocols and global compliance frameworks.",
"photo": "/team/sarah.jpg"
}
],
"contributors": [
{
"name": "Open Source Contributors",
"role": "Community",
"bio": "Wraith Protocol is shaped by a growing community of open-source contributors. Every merged PR is recognized in our changelog and contributor graph."
}
]
}