A Telegram bot watches Polymarket for you. New large fills, whale moves, new markets matching your filters, sum-to-one alerts - it sends them to your phone in seconds. Optionally: a one-tap button to fire a pre-configured trade. Technically: long-poll on Polymarket's data API, Polygon RPC for on-chain events, BotFather token + EIP-712 signing for execution.
Three layers: indexer, filter, delivery. Each is configurable per channel/user.
We ingest on-chain Polymarket events (fills, new markets, resolutions) via Polygon RPC and the Polymarket data API. Sub-second from confirmation.
Your alert rules: minimum fill size, watched wallets, category whitelist, keyword matches in market questions. Multiple filter profiles per user.
Push to your private Telegram, with optional inline buttons (BUY YES / BUY NO / SKIP). Execution requires a pre-signed approval and a position cap.
Multiple profiles. Multiple channels. Per-profile cooldowns to avoid spam.
# Telegram alert rules - example user profile profiles: - name: "whale-watch" triggers: - type: "fill" min_size_usdc: 25_000 watched_wallets: - "0x4f2…3ab" # @gabagool22 - "0xa11…cdf" # @kreo - type: "new_market" categories: ["politics", "crypto"] min_initial_liquidity_usdc: 10_000 - type: "sum_to_one" min_edge_cents: 2 - name: "copy-flow" one_tap_execution: enabled: true max_position_usdc: 500 requires_confirmation: true
Bots that execute pure trades work better headless. Telegram shines when a human in the loop adds value - vetoing bad signals, sizing on context, deciding whether to chase.
If you broadcast to a team, the buttons can't be 'BUY' open to anyone - that's a treasury bleed waiting to happen. We scope execution to known user IDs.
Bots get rate-limited around 30 messages/sec. For high-throughput alerts, we batch and dedupe. If you need raw firehose, use a dashboard instead.
Convenient on a good day, expensive on a tilt day. We always pair it with daily-loss caps and confirmation dialogs above a threshold. No exceptions.
What clients actually configure in week one.
Watch N wallets, ping when any fills above threshold X. Most-requested alert type by margin.
Polymarket lists ~50 new markets/week. Filter by your topics, ignore the rest.
Passive alert when YES+NO drops below your floor on watched markets. Manual execution.
Read-only Telegram bot. Alerts only, no execution. Good for solo traders or analyst teams.
Adds one-tap execution with per-user caps and confirmation flows.
Tell us which Polymarket events would change your day if you knew faster. We'll ship a private bot for your phone in 2-4 weeks.