# Centralized Arbitrator

🔨 [Centralized Arbitrator](https://centralizedarbitrator.kleros.io)🔨\
\
The **Centralized Arbitrator** dashboard allows anyone to quickly deploy and operate a centralized arbitrator from a graphical user interface. This serves as a quick demonstration tool and can help to debug arbitrable apps trying to integrate with Kleros Court as an arbitrator.

![](/files/-MWYopvzY4w82C5-eoyQ)

## How does it work?

* You start by accessing the [dashboard](https://centralizedarbitrator.kleros.io) and connecting with a Metamask wallet set to the correct network you want to test on.

{% hint style="info" %}
**NETWORK COMPATIBILITY:** \
The Centralized Arbitrator can be used on:

* Ethereum Mainnet

* Ethereum Kovan

* Ethereum Ropsten

* Ethereum Rinkeby

* *(You can request new testnet support to Kleros team)*
  {% endhint %}

* Then, you choose between:
  * Deploying a new centralized arbitrator
    * Your current Ethereum address will be the owner and will be able to set rulings.
    * You have to set an arbitration fee amount that can be modified later on.
  * Selecting an already deployed centralized arbitrator
    * by inputting its address in the relevant field
    * or selecting it in the dropdown list if you already used it locally.

![](/files/-MWYrbtcBjvSFlhHA3gZ)

* You can change the arbitration fee required by your arbitrator if needed;

![](/files/-MWYrvqqPvRB9ambeY58)

* On the list below, you will be able to track incoming disputes from arbitrable apps, filter them by status and give rulings directly from the interface.

![](/files/-MWYs37__oY_QRUvqHA_)


---

# 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.kleros.io/integrations/types-of-integrations/1.-dispute-resolution-integration-plan/integration-tools/centralized-arbitrator.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.
