> For the complete documentation index, see [llms.txt](https://docs.taligate.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.taligate.com/readme.md).

# Taligate

Taligate is a Telegram bot that watches Polymarket trader wallets and messages you when their positions change. You give it a public 0x address, and it checks that wallet every 30 seconds. When the trader makes a move - entering a market, closing a position, adding to a bet, or trimming one - you get a Telegram message with the market, the outcome, the entry price, current value, and PnL. Closed positions include the final PnL from Polymarket's settlement data, not a stale estimate.

It is built for people who follow specific Polymarket traders: sharp bettors, informed accounts, anyone whose moves you want to know about in close to real time. You do not need to refresh their profile or stay glued to the site.

There is nothing to connect. Taligate uses public Polymarket data only. No wallet connection, no private key, no email, no KYC. Give it an address; it does the rest.

## How it works

Every 30 seconds, Taligate fetches a wallet's open positions and compares them to the last snapshot. Only real trades fire an alert. A price moving on its own, with no position change, stays silent. Four types of events get through: a new position opened, a position fully closed, size added to an existing position, or size trimmed. Each alert shows the trader's Polymarket public name (or a nickname you set), so you know whose move it is.

On the Free plan, alerts arrive in roughly 5-minute batches. On paid plans, they land within about a minute of the trade.

## Plans at a glance

| Plan  | Price  | Wallets   | Alert speed     | Daily digest |
| ----- | ------ | --------- | --------------- | ------------ |
| Free  | $0     | 1         | \~5 min batches | no           |
| Basic | $5/mo  | 5         | instant (\~30s) | yes          |
| Pro   | $10/mo | 20        | instant         | yes          |
| Whale | $20/mo | unlimited | instant         | yes          |

Every new account starts with 7 days of the Pro plan automatically: 20 wallets, instant alerts, and the morning digest. No payment details required. When the trial ends the account drops to Free and nothing is charged.

Subscriptions are paid in USDT or USDC. Longer periods carry a discount: 3 months at 10% off, 6 months at 15% off, 12 months at 20% off.

## Start here

Head to [Getting started](/getting-started.md) to add the bot and track your first wallet.

For everything else: [Commands](/commands.md), [Plans and pricing](/plans-and-pricing.md), [Payments](/payments.md), [Referral program](/referral-program.md), [FAQ](/faq.md), [Support](/support.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.taligate.com/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
