# Copy Trader Detective

By providing a wallet address, this bot analyses the wallet's recent purchases and examines a 20-second window around each transaction to gather comprehensive details. It then compares all wallets involved in the 10 most recent transactions to identify those that appear in at least four of the trades—or three if they are part of the five most recent trades.

The bot delivers a detailed message containing links to the last 10 transactions of the analysed wallet. Below that, it highlights the top four potential copy traders, along with the average GWEI they used for their trades. Additionally, it specifies which trades overlap with the original 10 transactions of the searched wallet.

You'll also receive a Google Sheet with in-depth information on each trade, enabling you to analyse their trading strategies more thoroughly.

<figure><img src="/files/YSgs1sgmJofX4mYHidg6" alt="" width="375"><figcaption></figcaption></figure>


---

# 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://alpha-spotter.gitbook.io/alpha-spotter-docs/alpha-spotter-bots/copy-trader-detective.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.
