# Overview

The [Insiders.bot](http://Insiders.bot) Signals system is the core intelligence layer of the platform. It tracks on-chain activity from historically profitable wallets on Polymarket and surfaces actionable trading opportunities in real time.

Signals are available on both the **Web Terminal** (SIGNALS tab) and the **Telegram Signal Bot** ([t.me/insiderscommunity](http://t.me/insiderscommunity)).

***

### How Signals Work

Our proprietary algorithms continuously monitor Polymarket for trades made by wallets with strong historical performance. When a qualifying wallet makes a significant trade, the system generates a signal that includes:

* The specific market and position taken
* The trader's full performance history
* A confidence score and strength rating
* One-click execution to follow the trade

The goal is simple: surface the trades that matter most, from the wallets that have proven they know what they are doing.

***

### Smart Score System

Every signal is evaluated using the **Smart Score** system, which combines multiple factors to assess signal quality:

<table><thead><tr><th width="211.71484375">Factor</th><th>What It Measures</th></tr></thead><tbody><tr><td>Historical Win Rate</td><td>The percentage of the trader's past bets that were profitable</td></tr><tr><td>Total P&#x26;L</td><td>The trader's cumulative profit and loss across all markets</td></tr><tr><td>Bet Consistency</td><td>How regularly the trader places bets and whether their strategy is consistent</td></tr><tr><td>Category Performance</td><td>The trader's track record in the specific market category (e.g., Politics, Crypto, Sports)</td></tr><tr><td>Position Size</td><td>The relative size of the trade compared to the trader's typical bet size -- larger bets signal higher conviction</td></tr></tbody></table>

Based on these factors, each signal receives a **Strength Rating**:

<table><thead><tr><th width="117.22265625">Rating</th><th>Meaning</th></tr></thead><tbody><tr><td>LOW</td><td>The signal meets baseline criteria but the trader's edge is moderate. Consider additional research before following.</td></tr><tr><td>MEDIUM</td><td>The signal shows solid conviction from a trader with a good track record. A reasonable opportunity worth considering.</td></tr><tr><td>HIGH</td><td>The signal comes from a top-performing wallet with strong historical results and high conviction. The strongest signals the system produces.</td></tr></tbody></table>


---

# 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://insidersbot.gitbook.io/insiders.bot/smart-signals/overview.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.
