# Getting Started

## 1. Request Access

DM [@scicryptoinvest](https://x.com/messages/compose?recipient_id=1535993305674268672) on X to get access. You'll receive login credentials and plan details.

## 2. Open the Screener

Go to [alphahunter.net/app](https://alphahunter.net/app/). You'll land on the Wallet Screener with default filters applied.

## 3. Pick a Chain

Use the chain selector at the top to choose **SOL**, **ETH**, **Base**, or **BSC**. Each chain has its own dataset and snapshot.

## 4. Set Basic Filters

Start by narrowing down to active, real traders:

| Filter           | Suggested Value | Why                                                   |
| ---------------- | --------------- | ----------------------------------------------------- |
| **Last Trade**   | 4 days          | Only wallets active recently                          |
| **PnL min**      | $5,000          | Skip unprofitable wallets                             |
| **Oversold max** | 15%             | Filter out insiders who sell tokens they never bought |
| **Tokens min**   | 3               | Skip one-hit-wonder wallets                           |

## 5. Use Token Search

Click **Token Search** to find wallets based on specific token trades:

1. Paste a **token address** (not the LP address)
2. Set **min buy** (e.g. $100) to filter out dust
3. Set **minutes** (e.g. 180) to find wallets that bought within 3 hours of launch
4. Optionally set **PnL min/max** to find wallets that made a specific return on that token

You can add multiple token rows. Use the match mode:

* **All** — wallet must match every row
* **Any** — wallet must match at least one
* **Min:N** — wallet must match at least N rows

This is powerful for finding confluence — wallets that got into multiple good tokens early.

## 6. Explore a Wallet

Click any wallet address to open the **Trader Page**. You'll see:

* **Summary stats** — total PnL, win rate, tokens traded, unrealized value
* **Token breakdown** — every token they traded, sorted by most recent activity
  * PnL and PnL % per token
  * Buy/Sell values and counts
  * Holding time
  * Whether the token is rugged (no activity in 48h)
  * Minutes from launch (how early they got in)

## 7. Save Your Filters

Found a filter combination that works? Click **Save** to store it as a preset. Saved filters persist across sessions and can be loaded with one click.

## 8. Bookmark Wallets

Click the star icon next to any wallet to add it to your **Favorites**. Use the "Favorites only" toggle to quickly see just your bookmarked wallets.

## Tips

* **PnL Distribution columns** (>500%, 200-500%, etc.) are useful for spotting wallets with consistent returns vs. one lucky trade
* **Top Token PnL %** shows how concentrated a wallet's profits are — 90%+ means one token drove almost all their gains
* **Volume-Weighted Hold Time** is more meaningful than regular hold time because it accounts for position size
* Sort by **PnL 7d** or **PnL 30d** to find wallets on a hot streak right now
* Compare wallets across chains — some traders are active on multiple chains


---

# 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://docs.alphahunter.net/introduction/getting-started.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.
