# Traders

## Traders

The **Traders** section is the core of BPM - a leaderboard of the most active and profitable wallets on Polymarket.

### Sorting & Metrics

Use the tabs at the top to sort traders by:

* **PnL** - profit and loss over the last 7 days
* **Total Trades** - number of trades made
* **Buy Trades / Sell Trades** - number of specific direction trades made
* **Total Volume / Buy Volume / Sell Volume** - total volume made

> All data shown is from the **last 7 days**.

### Filters

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

| Filter           | Description                                                                                                            |
| ---------------- | ---------------------------------------------------------------------------------------------------------------------- |
| **Tags**         | Include or exclude market tags. To meet conditions trader must have >50% of total trades on markets with applied tags. |
| **Trade Counts** | Specify range of Total/Buy/Sell trades.                                                                                |
| **Buy Amount**   | Specify biggest or average buy size of trader.                                                                         |
| **Sell Amount**  | Specify biggest or average sell size of trader.                                                                        |
| **Volume**       | Specify range of Total/Buy/Sell volume.                                                                                |
| **PnL**          | Specify range of Cash or Percentage profits.                                                                           |
| **Maker Views**  | Specify amount of views on trader's polymarket profile.                                                                |

***

## Trader Profile

Click any trader card to open their full profile.

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

### Trading Statistics

The profile header shows a snapshot of the last 7 days:

| Metric          | Description                               |
| --------------- | ----------------------------------------- |
| **Predictions** | Total number of traded markets.           |
| **Biggest Win** | Largest profit across all traded markets. |
| **PnL Total**   | Net profit/loss for the period.           |
| **7d PnL**      | 7-day PnL with percentage change.         |
| **Trades**      | 7-day total buy and sell trades.          |
| **Volume**      | 7-day total volume.                       |

### Trade Details

* **Avg Trade Size** - average size of buy and sell orders.
* **Avg Price** - average entry price.
* **Biggest Trade** - largest single position.

### Performance Chart

Visual chart of cumulative PnL over time. Toggle between **1D** and **7D** views.

### Activity Tags

Detailed information showing how many times specific tags were traded.

### Market Distribution

Chart showing which markets the trader is most active in.

### Tags Distribution

Chart showing which activity tags dominate the trader's activity.

### Positions

View all **Active** and **Closed** positions for the trader.

### Activity

View latest activities for the trader.


---

# 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.bpm.blood-solutions.com/getting-started/navigation/traders.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.
