# Welcome

Update Jan 21, 2023.

The documentation has moved, please refer <https://github.com/Unirep/Unirep/tree/main/packages/docs> for latest update. <https://developer.unirep.io/docs/welcome>

***

### description: What is UniRep?

## 👏 Welcome

<figure><img src="https://1939836936-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mb9Vp6gNlb57m_A4qKo%2Fuploads%2FNZESMCgGlTjR4hvQJc5Q%2Frepository-unirep.png?alt=media&#x26;token=bbcf7661-f2f8-4db3-b46a-9a5e18e2b51a" alt="UniRep: Privacy &#x26; provable reputation"><figcaption><p>UniRep: Privacy &#x26; provable reputation</p></figcaption></figure>

#### Overview

**UniRep** (**Uni**versal **Rep**utation) is a *private* and *non-repudiable* **reputation system**. Users can

1. Receive positive and negative reputation from attesters.
2. Voluntarily prove that they have at least certain amount of reputation without revealing the exact amount.
3. Moreover, users cannot refuse to receive reputation from an attester.

The high-level goal for **UniRep** is to be a base layer on top of which anyone can easily build *custom*, yet *interoperable*, reputation systems, For instance, users could create combined zero-knowledge proofs of reputation across different social media platforms, consumer apps, or financial applications, in order to provide holistic, private, and trustworthy information about themselves to others.

UniRep is originally proposed by BarryWhiteHat in [this ethresear.ch post](https://ethresear.ch/t/anonymous-reputation-risking-and-burning/3926)

#### Quick Links

* [Protocol introduction](https://unirep.gitbook.io/unirep/introduction)
* [Getting started](https://unirep.gitbook.io/unirep/getting-started)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://unirep.gitbook.io/unirep/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
