Skip to content

Commit

Permalink
Added ZK Reputation overview
Browse files Browse the repository at this point in the history
  • Loading branch information
ihordiachenko committed Nov 13, 2024
1 parent 8a06757 commit ce724d0
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions docs/zk-reputation/overview.mdx
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).
Binary file added static/img/zk-reputation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ce724d0

Please sign in to comment.