# Reputation System

**Supplier Reputation Tracking:** Cerebrum implements a reputation system that continuously monitors the performance of every GPU supplier. This will monitor such metrics as:

* Uptime and Reliability: The consistency in the availability of GPUs supplied.
* Completion Rates: The successful completion rate of tasks run on resources supplied by the supplier.

**Benefit from Positive Reputation -** A high reputation opens the way for:

* Increased Allocation: Cerebrum Cloud prioritizes the dispatching of tasks to suppliers with a reputation for reliability.
* Premium Pricing: Suppliers whose rating is constantly high can quote a premium on the resources supplied for compute.

**Diverse Supplier Network:** Cerebrum invites participation from a wide network of GPU suppliers, including:

* Individual Compute Owners: Those in possession of powerful GPUs can contribute and earn tokens by their contribution to the network. In a hope to democratize access and bring in wider participation, Cerebrum foregrounds individual contributors for certain tasks if they meet their criteria, placing them on par with institutional suppliers.
* Well-Established Suppliers: Larger data centers and organizations with big GPU farms can also plug into Cerebrum to monetize their resources and contribute to the AI development ecosystem.


---

# 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://docs.cerebrum.dev/cerebrum/technology-stack/reputation-system.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.
