# Matchmaker Monitoring

The **Matchmaker Monitoring** dashboard gives DAO members real-time insight into how matchmakers perform on MuesliSwap.\
It connects directly to our analytics backend, which analyzes transactions from the blockchain to show how each matchmaker behaves — including how much profit they generate and whether they follow DAO rules.

This transparency helps the DAO make **informed voting decisions**. Before renewing a license or adding support to a matchmaker, members can check their performance, profitability, and activity level.\
Monitoring is an essential part of matchmaker governance, ensuring that operators act fairly and efficiently within the ecosystem.

#### Overview: Monitoring Dashboard

<figure><img src="/files/pRHD86tmwhhCej5pb5Yk" alt=""><figcaption></figcaption></figure>

The main monitoring screen lists all currently active matchmakers and summarizes key performance metrics for each one:

* **Transactions** – The total number of transactions processed by the matchmaker.
* **Total Profit** – The combined profit earned across all transactions.
* **Average Profit** – The average profit per transaction, giving a quick sense of efficiency.
* **Batcher Address** – The blockchain address of the matchmaker, allowing for verification.
* **Status Tags** – Quick indicators showing whether the matchmaker’s activity is *Excellent*, *Mixed*, or *Monitored* based on their performance and adherence to DAO guidelines.

You can click **“View Details”** to open the detailed page for any batcher.

<figure><img src="/files/cm8suepUBDu3eMfVyMxy" alt=""><figcaption></figcaption></figure>

The **Batcher Details** view provides a deeper breakdown of an individual matchmaker’s performance.\
Here you can analyze their activity over time and evaluate if they are operating responsibly within DAO standards.

Key data shown:

* **Batcher Address** – The wallet address associated with the matchmaker.
* **Total Transactions** – Number of transactions processed.
* **Total Profit** – Lifetime total profit in ADA.
* **Average Profit** – Average profit per transaction.
* **Maximum Profit** – Best single transaction result.
* **Minimum Profit** – Worst single transaction result.
* **Performance Status** – Indicates whether the batcher is *Following DAO Rules*.

Below these metrics, the **Transaction History** table lists individual transactions, including:

* **Transaction Hash** – Clickable identifier for blockchain verification.
* **Timestamp** – When the transaction occurred.
* **ADA Profit / Other Assets / Total Profit** – Breakdown of the batcher’s gains or losses per trade.

#### How DAO Members Can Use Monitoring Data

Monitoring data helps DAO members make **evidence-based governance decisions**:

* Before **adding support** to a matchmaker, review their transaction history and performance metrics.
* When a license period ends, check if the batcher has operated profitably and in compliance with DAO rules before voting to renew.
* If a matchmaker consistently performs poorly or acts unfairly, members can simply **withdraw support**, preventing license renewal in the next cycle.


---

# 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.muesliswap.com/dao/matchmaker-governance-user/matchmaker-monitoring.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.
