# Results Table

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

The main table displays all wallets matching your criteria, sorted by PnL (descending) by default. Every column header is clickable to re-sort the table by that metric.

| Column       | What It Shows                                          |
| ------------ | ------------------------------------------------------ |
| Wallets      | The truncated wallet address with a copy button.       |
| Win Rate     | Percentage of trades that resulted in a profit.        |
| PnL (Closed) | Total realized profit or loss from resolved markets.   |
| ROI (Closed) | Return on investment based on closed-position capital. |
| Buy Volume   | Total capital deployed across all trades.              |
| Avg Trade    | Average size of each individual trade.                 |
| Trades       | Total number of transactions executed.                 |
| Last Active  | How recently the wallet executed a trade.              |
| Markets      | Number of unique prediction markets participated in.   |

Results are paginated (25 wallets per page) with Previous / Next navigation at the bottom.

{% hint style="info" %}
**Pro Tip:** Look for wallets with a high Win Rate (above 60%), consistent PnL over a 30-day window, and an Average Trade size that aligns with your risk tolerance. Wallets with very few trades may just be lucky, while those with thousands of trades offer a more statistically significant track record.
{% endhint %}


---

# 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://insidersbot.gitbook.io/insiders.bot/wallet-filter/results-table.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.
