> For the complete documentation index, see [llms.txt](https://unirep.gitbook.io/unirep/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://unirep.gitbook.io/unirep/readme.md).

# 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="/files/KolVaQ0YKTr8NIyY9in8" 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](/unirep/introduction.md)
* [Getting started](/unirep/getting-started.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
