# Performance and Reputation

The Urani protocol has a built-in reputation, penalty, and performance system to reward the best MEV agents while limiting the abuse of the exclusivity they receive.

Rankings are determined through several features, including:

* [x] Number of batches solved.
* [x] Speed of the solution.
* [x] Number of winning batches and settled trades.
* [x] Number of trades per batch.
* [x] Number of DEX swaps.
* [x] Average batch sizes.
* [x] Volume of orders settled.
* [x] Volume of surplus generated.

This is all to create economic incentives that discourage malicious behaviors from operators.


---

# 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.urani.trade/mev-agents/operator-onboarding/performance-and-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.
