> For the complete documentation index, see [llms.txt](https://polysync-1.gitbook.io/psync/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://polysync-1.gitbook.io/psync/2.-polysync-features/2.1-top-trader-feature.md).

# 2.1 Top Trader Feature

**Overview**

The **Top Trader** feature is designed to give users unparalleled insights into top-performing wallets for any token, identifying key players who consistently outperform the market. This feature serves as a primary tool for both novice and experienced traders to understand successful strategies, adapt to market movements, and follow data-driven trends.

**Key Functionalities**

* **Token Profitability Scans**: By submitting any token address, users can see the overall profit and loss distribution within that token’s market and rank wallets by performance. This enables users to understand the token’s highest returns and evaluate its profitability.
* **Wallet Profiling**: Each wallet identified by the Top Trader feature includes a profile with detailed performance metrics, including trade frequency, asset holding periods, and ROI, offering a deeper understanding of top wallets’ investment styles.
* **Performance Tracking**: The feature offers real-time tracking, where users can monitor wallets’ current activities, allowing them to observe strategy shifts in response to market conditions.

**Benefits**

* **Transparency of Market Movers**: By gaining insights into top wallets, users can identify and analyze high-profile investors' behaviors, providing visibility into how significant market influencers operate.
* **Copy Trading Potential**: Users can create similar strategies to those of top wallets based on the success patterns they observe, optimizing their decision-making process by following profitable trading approaches.
* **Enhanced Decision-Making**: This tool supports informed decision-making by providing direct insights into high-yielding investment tactics, reducing the guesswork typically associated with token trading.


---

# 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://polysync-1.gitbook.io/psync/2.-polysync-features/2.1-top-trader-feature.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.
