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

# Users rating

Personal rating will be compiled for all users, both for customers and performers.

All tasks and tests will be categorized into DeFi, NFT, Marketing, Games, Moderating, Social Media Management, etc. There will be both a total point count and separate counts for each category.

Customers ratings will be based on their statistics: points will be awarded for number of tasks issued, amount of **USDC** paid to performers, customers loyalty to completion of tasks by performers (concessions in arbitration disputes, compromises), points are withdrawn for the frequency of appeals to arbitration disputes, frequent rejections of tasks by platform moderators.

Performers rating will depend on larger number of indicators: points will be awarded for correctness of task/test completion, frequency of task/test completion, high percentage of task completion accuracy, amount of USDC received from tasks and customers; points are withdrawn for a low percentage of correct completion of tests/tasks, frequent initiative appeals to arbitration disputes, loyalty to the customer (concessions in arbitration disputes, compromises).

Both the overall and separate ratings will be available to both the customer and performer for maximum informativeness of both participants.


---

# 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://solemp.gitbook.io/whitepaper/guides/users-rating.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.
