Terminal — the trading workspace
Draggable widget grid for a single market. Order pad, book depth, chart, news, position sidecar, AI Canvas.
Last updated July 28, 2026 · Read as markdown
What Terminal is
Per-market workspace at /app/terminal/[slug]. Every widget is a draggable/resizable tile you can rearrange to taste. Layout persists to localStorage per market.
Standard widgets
- Order pad — market (FOK) and limit (GTC) orders. Cent-price limits + $/shares sizing.
- Book depth — top-of-book bid/ask + full ladder.
- Price chart — YES probability over selectable timeframes.
- Position sidecar — current size, avg price, P&L, TP/SL controls.
- Market info — resolution rules, oracle, end-date, related links.
- AI Canvas — generate one-off widgets from a prompt (news feed, alerts, custom analytics).
Landing behaviour
Opening /app/terminal without a slug redirects intelligently:
- If the last-viewed market is still tradable → back to it
- Otherwise → the current top market by 24h volume
You never land on a stale resolved market.