Skip to content

Polymarket Bloomberg TUI

A high-speed terminal workspace for market discovery, order execution, portfolio monitoring, and AI-assisted operations.

This is the canonical documentation for polymarket-bloomberg-tui.

RuntimeBun + Solid + OpenTUI
Refresh Loop30s Auto + Manual Trigger
Core ModesTrading, Portfolio, Assistant
PersistenceLocal State Under ~/.polymarket-tui
Polymarket Bloomberg TUI live workspace preview

Live workspace snapshot: multi-panel market monitoring, high-density terminal layout, and fast keyboard-first execution controls.

Terminal window
bun install
bun run dev
bun run docs:devbun run type-checkbun run build

Use bun run docs:dev to view this site locally while editing docs.

Terminal Workstation

A keyboard-driven Bloomberg-style interface with realtime market updates, depth snapshots, and rich panel overlays.

Trading Flows

Built-in order entry, order history, cancellation actions, and portfolio monitoring integrated directly with Polymarket CLOB APIs.

Assistant And Automation

Streaming AI assistant tools, skills, automation rules, alerts, and session persistence for repeatable high-frequency workflows.

Operational Persistence

Local state persistence for wallet config, alerts, watchlists, sessions, rules, and user preferences under ~/.polymarket-tui.

  1. Scan markets and focus candidates using categories, search, and watchlist filters.
  2. Open order form with o or s, validate price/size/type, then execute.
  3. Verify open/fill state in order history and adjust exposure in portfolio panels.
  4. Keep alerts, automation rules, and assistant context aligned with active strategy.
  • Runtime and app orchestration: src/index.tsx, src/app.tsx
  • Shared state and persistence logic: src/state.ts
  • API integration layer: src/api/*, src/auth/wallet.ts
  • TUI composition and overlays: src/components/*
  • Side-effect orchestration: src/hooks/*
  • Shared domain types and utility modules: src/types/*, src/utils/*