> For the complete documentation index, see [llms.txt](https://comakr.gitbook.io/comakr-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://comakr.gitbook.io/comakr-whitepaper/ecosystem/dispute-resolution-and-feedback.md).

# Dispute Resolution and Feedback

## Dispute Resolution

A peer-to-peer system handles CoMakr disputes. If third-party input is required, both parties can request MAKR governors to become involved in the matter. Governors who help solve the issue will receive payment from both parties. The amount can be decided by the parties involved. This offers a simple, decentralized, unbiased framework for resolutions.

## Feedback

**Rating System**

Feedback is a crucial part of an online marketplace. Project recruiters can rate the work conducted on a scale of 1-5 (One being poor and five being excellent). Freelancers, teams, and clients alike can rate each other based on the clarity of communication, promptness of completing tasks, etc. Ratings can be paired with comments to provide further insight into the interaction. All ratings and comments will become visible once both parties have written them.

**Badges**

Multiple achievement badges will offer further insights into top talent in the CoMakr Ecosystem. These will be displayed right below images of Makr Rooms and Freelancers.

Badges consist of:

·        Certificates

·        Diplomas

·        A show of promptness

·        A display of excellent communication

·        Proof of meeting deadlines

·        A vouch for quality work

There will be many more badges based on feedback given from the community.


---

# 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://comakr.gitbook.io/comakr-whitepaper/ecosystem/dispute-resolution-and-feedback.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.
