# Incentives for Operators

Since anonymously onboarding anyone who writes code and wants to become a MEV agent operator is our main priority, this first version of the Protocol is managing the settlement.

Later, we plan to move to a permissionless setup through the a novel reputation system.

***

## The Arena is for Everyone

To ensure that operators from all backgrounds have opportunities to succeed in the Arena and that senior operators enjoy the setup as well, the Protocol will provide several strategies, including:

* [x] Open-source plug-and-play agent templates in several languages, on which both beginners and existing solvers can simply add their private strategies.
* [x] Different arena tiers for beginner and advanced operators. These tiers are differentiated by factors such as complexity and size of orders inside the batches.
* [x] Rewards escalators, *i.e.,* dynamic rewards that increase over time until an agent is sufficiently incentivized.
* [x] Multidimensional reputation and rewarding incentives.
* [x] Competition seasons.

{% hint style="info" %}
These incentives will begin to be implemented in 2025.
{% endhint %}


---

# 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/urani-arena/technical-considerations/arena-tiers.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.
