Skip to main content

Watchlist

Add any market to your personal watchlist from three entry points:
  • Signal notification — via the “Add to Watchlist” button
  • Market detail screen — via the watchlist toggle button
  • /watchlist command — view and manage all tracked markets

Price Alerts

The watchlist monitor runs every 60 seconds. When a market’s current Yes price moves more than 10% relative to the price at time of addition, an alert is sent with the old and new price and the direction of movement.
/watchlist          — View all watched markets
/watchlist → Remove — Stop watching a market

Market Browser

The /markets command opens an inline browser with three entry points:

Trending Markets

Top markets by 24h volume. Only acceptingOrders=true markets are shown.

Category Browse

Browse by: Geopolitics, Sports, Finance, Crypto, Up/Down, Esports, Weather, Other

Keyword Search

Free-text search passed to the Gamma API. Find any market by topic or question.

Market Detail Screen

Every market detail screen shows:
FieldDescription
Yes / No pricesDecoded from outcomePrices field
24h volumeTrading activity in the last 24 hours
Liquidity depthTotal liquidity available in the order book
Polymarket linkClickable link to the market on polymarket.com
Add to WatchlistOne-tap watchlist toggle
Enter TradeDirectly initiate a trade from the detail screen

URL Resolution

The terminal resolves Polymarket market URLs in the following priority order:
  1. events[0].slug — the event slug from the API response (most accurate)
  2. market.slug — the market-level slug from the Gamma API (fallback)
  3. Question-derived slug — generated from the market question text (last resort)