-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8a06757
commit ce724d0
Showing
2 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,35 @@ | ||
--- | ||
description: ZK Reputation | ||
description: ZK Reputation enables users to prove their social standing without revealing personal data, providing privacy-focused, verifiable reputation for Web3 applications. | ||
slug: /zk-reputation | ||
--- | ||
|
||
import OutLink from "@site/src/components/OutLink"; | ||
import IdealImage from '@site/src/components/IdealImage'; | ||
|
||
|
||
# ZK Reputation | ||
|
||
>TODO | ||
## What is ZK Reputation? | ||
|
||
ZK Reputation allows users to prove their social standing without compromising privacy. | ||
|
||
<IdealImage img={require('/img/zk-reputation.png')} alt="ZK Reputation" /> | ||
|
||
## Why ZK Reputation? | ||
|
||
Traditional reputation systems often require users to expose personal data or interactions to verify credibility. ZK Reputation solves this by letting users demonstrate trustworthiness without revealing sensitive information. This approach benefits social and professional platforms where privacy is essential, from decentralized marketplaces to community-driven DAOs. | ||
|
||
## How does it work? | ||
|
||
ZK Reputation uses zero-knowledge proofs to verify user actions stored in a permissionless registry. Users can selectively disclose verified elements of their social reputation while the specifics of each action remain hidden. This process enables a high degree of privacy, as only the proof, not the underlying actions, is revealed. | ||
|
||
## Use cases | ||
|
||
- **Decentralized Marketplaces**: Prove trustworthiness as a buyer or seller without revealing complete transaction histories. | ||
- **Social Platforms**: Demonstrate social standing or contributions without exposing individual interactions. | ||
- **DAOs and Governance**: Verify participation and influence in community activities while keeping voting records private. | ||
- **On-chain Games**: Prove your character's level without doxxing your wallet. | ||
|
||
## Can I use it now? | ||
|
||
ZK Reputation is under development and is currently seeking early adopters. Please get in touch with us on [X](https://x.com/Rarimo_protocol). |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.