# Insider Finder

This feature is designed to:

* Highlight **unusually large or timely trades** from accounts with **little or no history**.
* Help you spot **information‑motivated** behavior early.
* Provide a discovery feed of **“interesting” wallets** worth tracking.

Important limitations:

* **Flags ≠ proof** – A flagged trade is *not* evidence of actual insider information.
* **False positives happen** – New accounts can simply be new users, whales, or one‑off punts.
* Always combine Insider Finder with your own research and risk limits.

### Risk & Privacy Notes

* Wallet‑tracking is based on **public activity**; it can’t see private information like passwords or seed phrases.
* You should never grant access to your private keys or sign transactions you don’t understand.
* Not all trades may be captured or categorized perfectly; there can be delays, data gaps, or classification errors. Treat Recon as a **powerful assistant**, not a single source of truth.


---

# 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://recon-5.gitbook.io/recon/getting-started/quickstart-3.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.
