# flow

Bottom-center panel. Three tabs showing trade activity: Flow, Trades, and Leaders.

{% tabs %}
{% tab title="Flow" %}

### Flow Tab

Whale trade tracker. Shows large trades (>$500 by default) across all markets.

Each entry shows:

* **Market**: Which prediction market
* **Side**: YES or NO
* **Size**: Trade value in USD
* **Price**: Execution price
* **Time**: When the trade occurred

Large trades are highlighted based on size tiers. Whale flow direction (net buying vs selling) is a key input to the Smart Money signal.
{% endtab %}

{% tab title="Trades" %}

### Trades Tab

Real-time trade feed for the selected market. Shows all trades as they happen, not just whale-sized ones. Useful for reading short-term momentum and activity level.
{% endtab %}

{% tab title="Leaders" %}

### Leaders Tab

Top traders ranked by profit and loss (PnL).

| Column       | Description                     |
| ------------ | ------------------------------- |
| **Trader**   | Wallet address (truncated)      |
| **PnL**      | Total profit/loss in USD        |
| **Volume**   | Total trading volume            |
| **Win Rate** | Percentage of profitable trades |

The leaderboard can be filtered by time period. Use it to see who's consistently profitable and what they're trading.
{% endtab %}
{% endtabs %}

## How to Use Flow Data

{% stepper %}
{% step %}

### Confirm AI signals

If the AI verdict says YES and whales are accumulating YES, the signals align.
{% endstep %}

{% step %}

### Spot divergence

If whales are selling while the price rises, that's a bearish divergence.
{% endstep %}

{% step %}

### Gauge conviction

Large trades with tight spreads indicate high conviction.
{% endstep %}

{% step %}

### Track smart money

Leaderboard winners' recent trades can be leading indicators.
{% endstep %}
{% endstepper %}


---

# 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://yesno-1.gitbook.io/yesno-docs/flow.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.
