# User-Bot Ratio \[BitMEX]

## Definition

The **User-Bot Ratio** on BitMEX provides insight into the proportion of trading activity driven by human traders (users) versus algorithmic trading systems (bots) on the platform. It consists of three key metrics:

1. **User Count:** The total number of human traders actively connected.
2. **Bot Count:** The total number of algorithmic trading systems actively connected.
3. **User-Bot Ratio:** Calculated as **Bots / (Bots + Users)**, this ratio represents the share of bots relative to the combined total of bots and users.

#### **Key Insights:**

* **High User Count:** Suggests increased participation from retail or discretionary traders, often driven by sentiment or market events.
* **High Bot Count:** Indicates significant activity from automated strategies, often focused on arbitrage, market-making, or high-frequency trading.
* **User-Bot Ratio Trends:** A rising ratio signals increasing dominance of bots in market activity, while a falling ratio indicates higher participation from human traders.

#### **Why It Matters:**

The User-Bot Ratio helps traders and analysts:

* Understand the balance between human-driven and algorithmic trading activity.
* Identify periods of heightened bot dominance, which may impact liquidity and market behavior.
* Adjust trading strategies based on the observed market participant composition.

This metric serves as a valuable tool for assessing market dynamics, liquidity conditions, and potential volatility on BitMEX.


---

# 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://academy.hyblockcapital.com/indicators/sentiment/user-bot-ratio-bitmex.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.
