Monitor • Evaluate • Alert
Fast, structured signal flow for retail & Polymarket traders
MonitorTower watches public sources, scores them with rules or AI, and fires notifications so you can act before the market reprices.
Monitor
Track public websites, X accounts, blogs, repos, and tickers.
Evaluate
Use rules, regex, semantic similarity, or LLM judgement.
Act
Trigger Telegram, email, or webhook alerts within minutes.
Vision
Give retail and Polymarket traders the same structured info flow hedge funds use—without the ops tax. MonitorTower monitors, evaluates, and alerts so you can move first.
Core concepts
Three building blocks keep everything understandable.
Project
Bundle a thesis like 'GTA 6 release' with its monitors and alert destinations.
- • Group multiple monitors plus shared Telegram/email/webhook outputs.
- • Keep scope tight per market so history stays readable.
Source
Define where you fetch data: always public, always attributable.
- • X handles, websites, blogs, GitHub, RSS, tickers, price APIs.
- • Store URL/API metadata plus which fetcher or scraper to run.
Monitor
The worker that pulls sources, evaluates signals, and stores history.
- • Supports one or many sources with custom cadence.
- • Evaluator can be keyword, regex, semantic, LLM, or numeric logic.
- • Keeps a full log of checks, trigger states, and alerts.
Evaluation system
Detection logic that spans textual and numeric signals.
Textual evaluation
Perfect for posts, blogs, docs, repos, and RSS feeds.
- • Trigger word or regex matches with optional CSS selector scope.
- • Semantic similarity (embeddings) with adjustable thresholds.
- • LLM prompts for nuanced 'does this imply X' questions.
Numerical evaluation
Handle tickers, scraped prices, or any numeric signal.
- • Operators: >, <, ==, != on single or combined values.
- • Logical AND / OR across multiple feeds (e.g., BTC + ETH).
- • Aggregate arrays first (min / max / avg) before comparisons.
Logic layer
Blend monitors to reflect how traders confirm narratives.
- • Chain text + numeric monitors for richer triggers.
- • Use AND / OR branches to avoid false positives.
- • Reserve AI scoring for high-signal branches to save budget.
Destinations
Alerts land where you already trade or chat.
- • Telegram bot for instant push to mobile.
- • Email for compliance-friendly audit trails.
- • Webhooks to feed bots, spreadsheets, or custom automations.
AI options
Optional Pro features that add semantic judgement.
- • LLM evaluator with custom system/user prompts per monitor.
- • Similarity search to catch paraphrased news items.
- • AI Autopilot suggests sources and triggers during setup.
Polymarket integration
Modify a Polymarket URL (e.g., polymarket.com/market/GTA6) to jump into monitortower.com/polymarket/GTA6. We pre-build the project and you edit before going live.
- • Auto-attach Rockstar's X account, the official site, and trusted gaming news feeds.
- • Semantic triggers watch for "release", "launch", "trailer", etc.
- • Telegram and email alerts fire when the evaluator confirms relevance.
Future: the same workflow for stocks, crypto, product prices, travel, tickets, and beyond.
Plans & limits
Anything that burns backend resources (scraping cadence, API calls, LLM tokens) sits behind paid tiers.
Free
€0/mo
Test one market or thesis with a relaxed cadence.
- • Checks every ≥ 1h
- • 3 monitors / 2 sources
- • No LLM eval, webhooks, or history
- • 1 numerical source max
Standard
€15/mo
Designed for active Polymarket traders.
- • Checks every ≥ 5 min
- • 10-20 monitors / 10 sources
- • Telegram + email alerts included
- • Full alert history
Pro
€50/mo
For desks that need AI scoring and automation.
- • Checks every ≥ 5 min
- • 50-100 monitors / unlimited sources
- • LLM evaluation + custom webhooks
- • Full history & priority support
Example use cases
Launch-ready recipes spanning text and numbers.
| Use case | Source | Type | Evaluation | Destination |
|---|---|---|---|---|
| Polymarket 'GTA 6 Release' | @RockstarGames | Text | Semantic + keyword 'release' | Telegram |
| Bitcoin price alert | Binance API | Numerical | BTC > 65000 | |
| Amazon product price | Product URL | Numerical | Price < €300 | |
| Flight price tracker | API / HTML | Numerical array | min(price) < 100 | Telegram |
| Status page alert | Status URL | Text | Regex 'down' | Webhook |
| GitHub repo activity | Repo feed | Text | New release detected | Telegram |