# User Reputation

To allow dApps to gather unbiased information, it is important for the entire Curator ecosystem that the quality of the contributions and reviews is safeguarded. Decentralised reputation scoring plays a crucial role in this. This will help dApps built on Curator to eliminate spam, faulty, and low-quality contributions.

When a new user joins, they automatically start with a neutral reputation score and gain or lose reputation in different expertises or verticals by participating in a dApp. Reputation scores are saved in a personalised Soulbound NFT.

## User Reputation Building

### Reviewer Status

Users can obtain a more specialised status (i.e., Reviewer). To achieve this, they need to make a certain number of qualitative contributions that got accepted by one or multiple other users.

### Gaining or Losing Reputation

A built-up reputation score can tumble back down in case the user delivers bad data input. The impact of a rejected contribution will be higher compared to the impact of an accepted one (fault tolerance).

This leads to downward pressure on the user's reputation score. Users with a low reputation score will eventually be ignored by the dApp.


---

# 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://hugs-solutions.gitbook.io/hugs-platform/the-hugs-layer/on-chain-reputation/user-reputation.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.
