# Market Scan

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

A universal perps market health scanner designed to give users a live, real time overview of market conditions across multiple exchanges and trading pairs. Allowing them to quickly identify which are calm/liquid enough to trade. The OI/BBO ratio in particular can be a useful signal for gauging how much depth exists relative to open positions.&#x20;

## Includes&#x20;

* Markets: total number of active markets currently being tracked&#x20;
* Avg OI/BBO: average Open Interest relative to the Best Bid/Offer&#x20;
* 24H Volume: total volume across all markets in the last 24 hours&#x20;
* Last Sync: date and time of last data update

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

**Per-market table**&#x20;

* Symbol&#x20;
* Stability&#x20;
* OI/BBO&#x20;
* Volume&#x20;
* Status&#x20;
* Score&#x20;

## Stability/Status Classification System&#x20;

Calm = Stable for 10+ minutes&#x20;

Steady = Stable for 5+ minutes&#x20;

Choppy = Stable for 2+ minutes&#x20;

Volatile = Changing in under 2 minutes

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

## Filters&#x20;

Users can filter the table by Volume (e.g. All high, All low etc.), and markets with zero OI/BBO or zero volume are automatically excluded from the table.&#x20;

\ <br>

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


---

# 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/market-scan.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.
