# MMBot Analytics

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

A comprehensive performance analytuics dashboard for Tread.fi's Market Maker Bot, giving users deep visibility into how MMBot strategies are executing across exchanges, pairs, and configurations.&#x20;

**Top-Level Summary Stats**&#x20;

* MMBot volume: total notional volume generated by the bots&#x20;
* Win Rate: percentage of completed bot runs that were profitable&#x20;
* Volume-Weighted PnL (VW PnL): profitability adjusted for size, the core performance metric&#x20;

## Bot Type Comparison&#x20;

Compares performance across different MMBot configurations side by side.&#x20;

Columns;&#x20;

* Bot type&#x20;
* Orders&#x20;
* Completed
* Volume&#x20;
* Win rate
* VW PnL
* Exec score&#x20;

Lets you see at a glance which bot type is performing best overall.&#x20;

<figure><img src="/files/96JVqsoitoQqcYAzpLQG" alt=""><figcaption></figcaption></figure>

## Trading Volume Over Time&#x20;

A time series chart showing how MMBot volume has trended, useful for spot trading activity spikes, slowdowns, or growth patterns.&#x20;

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

## Performance by Time (Z-Score)&#x20;

Shows performance normalized statistically across different time periods. Z-Score highlights when performance was unusually good or bad relative to the average, useful for identifying optimal trading windows.&#x20;

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

## Directional Bias Analysis&#x20;

Breaks down how bots perform when they're leaning long vs short. Since MMBots can have a directional bias setting, this reveals whether that bias is helping or hurting PnL.

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

## Deployer Table&#x20;

A leaderboard of individual bot deployers.&#x20;

Includes;&#x20;

* Deployer&#x20;
* Orders&#x20;
* Volume&#x20;
* VW PnL&#x20;
* CSPT/$1M (cost per trade scaled to $1M volume)&#x20;
* SL% (stop loss hit rate)&#x20;
* WIn%
* Done%

Essentially ranks users running the bot by their results.&#x20;

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

## Leverage & Margin Analysis&#x20;

Shows overall average leverage, max leverage used, and total margin deployed. Broken down further by bot type; Grid, Mid, Blend, and signal, showing how each type uses capital differently.&#x20;

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

## SL/TP Analysis&#x20;

Examines how often stop losses and take profits are triggered, and what impact thye have on overall performance. Useful for tuning risk parameters.&#x20;

<figure><img src="/files/5p5MOAiYHvnV9c5XzZPm" alt=""><figcaption></figcaption></figure>

## Order Outcome&#x20;

Breakds down what happens to ordcders; filled, cancelled, partially filled, expired etc. Gives a picture of execution quality at the order level.&#x20;

<figure><img src="/files/1zoMuVUquIx7l6418EJt" alt=""><figcaption></figcaption></figure>

## Execution Quality&#x20;

Measures how well the bot is actually executing relative to its targets, factors like slippage, fill rates, and timing precision.&#x20;

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

## % Performance by Spread&#x20;

Shows how profitability varies depending on the spread setting used. Helps users identify the optimal spread configuration for their strategy.&#x20;

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

## Performance by Exchange&#x20;

Comapres bot results across Paradex, Hyperliquid, HIP-3, Nado, Pacifica, etc. Showing which venues the MMBots performs best on. &#x20;

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

## Performance by Duration&#x20;

Breaks down results by how long bots were run. Reveals whether shorter or longer running sessions tend to produce better outcomes.&#x20;

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

## Pair Performance&#x20;

Shows PnL, volume, and win rate broken down by individual trading pair, identifying which markets the MMbot works best in. &#x20;

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

MMBot Data is the most in depth section of Treadtools, essentially a full analytics suite for anyone running or considering running Tread.fi's Market Maker Bot.&#x20;


---

# 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.tread.fi/tread-tools/mmbot-analytics.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.
