> For the complete documentation index, see [llms.txt](https://polyhelper.gitbook.io/polyhelper-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://polyhelper.gitbook.io/polyhelper-docs/analytics-tools/profile-enhancer.md).

# Profile Enhancer

The **Profile Enhancer** adds a **Trader Analytics** section to any Polymarket trader's profile page — showing extended performance metrics not available in the native profile.

|                                                                                                                           |                                                                                                                               |
| ------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| ![Profile Enhancer](https://raw.githubusercontent.com/polymarkethelper/gitbook/main/.gitbook/assets/profile-enhancer.png) | ![Profile Enhancer 2](https://raw.githubusercontent.com/polymarkethelper/gitbook/main/.gitbook/assets/profile-enhancer-2.png) |

***

## What It Adds

When you open a trader's profile page, PolyHelper automatically loads the Trader Analytics block with the following stats:

### Trader Archetype

PolyHelper classifies each trader into one of 8 archetypes based on their trading patterns:

| Archetype        |                                                        |
| ---------------- | ------------------------------------------------------ |
| **Sniper**       | Enters late, bets high-conviction near resolution      |
| **Early Mover**  | Consistently bets early when odds are least efficient  |
| **Specialist**   | Dominates a narrow set of market categories            |
| **The Machine**  | High-frequency, systematic — algorithmic-style trading |
| **Market Maker** | Provides liquidity across many markets                 |
| **Whale**        | Large position sizes, low frequency                    |
| **Degen**        | High risk, chasing long shots                          |
| **Retail**       | General trader, no dominant pattern                    |

Each archetype comes with a confidence level (low / medium / high).

**Performance**

| Metric            | Description                                                     |
| ----------------- | --------------------------------------------------------------- |
| **Profit Factor** | Sum of winning PnL ÷ sum of losing PnL. >1 = profitable overall |
| **Total PnL**     | Lifetime realized + unrealized profit & loss                    |
| **Return on Vol** | Total PnL ÷ lifetime volume traded — profit per dollar churned  |
| **Volume**        | Lifetime trading volume across all markets                      |
| **Win Rate**      | % of resolved markets where the trader was profitable           |

**Account**

| Metric                | Description                                     |
| --------------------- | ----------------------------------------------- |
| **Rank by PnL**       | Trader's rank among all Polymarket users by PnL |
| **Rank by Volume**    | Trader's rank by trading volume                 |
| **Cash**              | Available balance                               |
| **Position Value**    | Current value of open positions                 |
| **Active Days**       | Number of days the trader has been active       |
| **Activity Calendar** | Heatmap of trading activity over time           |

***

## How to Use It

1. Click on any trader's wallet or name on a market page — it opens their Polymarket profile
2. Trader Analytics loads automatically below the native profile
3. Use **Profit Factor > 1** as a basic profitability filter
4. **Return on Vol** shows efficiency — a trader with high volume but low return/vol may be churning without edge
5. Use **Rank by PnL** to see where they stand globally

***

## Works With Trader Tracker

Once you've evaluated a trader with Profile Enhancer, you can add them to [Trader Tracker](/polyhelper-docs/analytics-tools/trader-tracker.md) to follow their live activity.

***

## Markets Where This Feature Activates

Profile Enhancer activates on any Polymarket trader profile page — it's not market-specific.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://polyhelper.gitbook.io/polyhelper-docs/analytics-tools/profile-enhancer.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
