> ## Documentation Index
> Fetch the complete documentation index at: https://docs.polychadsbot.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Signal Score

> What the signal score means

Every alert gets a score from 0 to 100. Higher = more likely to be insider activity.

## Ranges

| Score      | Level        | What it means                                              |
| ---------- | ------------ | ---------------------------------------------------------- |
| **80–100** | 🔥 Very High | Fresh wallet, big size, precise timing. Likely insider.    |
| **60–79**  | ⚠️ Strong    | Clear accumulation or notable fresh entry. Worth watching. |
| **40–59**  | 📊 Moderate  | Interesting but could be a savvy trader.                   |
| **0–39**   | ℹ️ Low       | Large trade from a known wallet. Informational.            |

## What goes into the score

| Factor            | Impact                                                                |
| ----------------- | --------------------------------------------------------------------- |
| **Wallet age**    | Newer = higher. Wallets created days before a big bet are suspicious. |
| **Trade history** | Fewer past trades = higher. One-market wallets stand out.             |
| **Position size** | Bigger USDC = higher. Small probes score lower.                       |
| **Entry timing**  | Buying at extreme odds right before a move scores high.               |

## Filtering by score

```bash theme={null}
# Only high-confidence alerts
curl -H "Authorization: Bearer YOUR_KEY" \
  "https://polychadsbot.xyz/api/v1/alerts?min_signal=70"
```

For trading, `min_signal=60` is a good starting point. For research, include everything.
