Interface
How the screen is organized — desktop and mobile. Header, panels, sidebar, bottom bar.
Top header
Always-visible nav across the whole app. Tabs are: Discover, Crypto, Wallets, Trackers, Auto, Multi. The right side carries the global market / wallet search, the Journal link, your USDC balance, and the account menu. Below the header sits an optional ticker strip with two tabs: Holdings (your open positions as live chips, click to jump to the market) and Watchlist (markets you starred). Crypto positions on those chips route you to the /crypto tab with the right asset+interval; everything else goes to /trade.
Crypto header (round selector)
On the crypto trading view, the chart header carries an asset/interval pair, the Beat / Now / Exp pill, and the round browser — a 3-across strip showing the most recent past round on the left, the LIVE round in the middle (flashing red), and the next upcoming round on the right. Chevrons step through the last 24h; clicking the center card opens a dropdown with every round listed (beat prices and outcomes shown). See Rounds & Browser.
Desktop layout
The trading screen has three regions:
- Main column — the chart (candlestick + probability) takes the upper portion, with the bottom panel underneath
- Trading sidebar — a fixed-width panel on the right (~300px) with asset selector, order form, and market info
- Bottom panel — resizable panel below the chart with tabs for Positions, Orders, Trades, Holders, Top Traders, Activity, News and History
Resizable bottom panel
Drag the horizontal divider between the chart and the bottom panel to make it taller or shorter. Drag below 120px and it snaps closed. Drag above 165px and it snaps open again. Maximum height is 720px. The panel remembers its open/closed state per session.
Bottom panel tabs
Positions
Shows all your open positions. For each one you see: asset, outcome (UP/DOWN), shares held, entry price, current market value, and real-time P&L. Quick-sell buttons let you exit 10%, 25%, 50%, or 100% of any position in one click.
Each position also has a collapsible SL/TP section — set stop-loss and take-profit right from the position row. You can type a price, click the crosshair icon to place it on the chart, or drag the line directly.
Orders
Displays all your pending limit orders. Shows the token, side (BUY/SELL), price, size, and how much has been filled vs remaining. Cancel any order with the cancel button.
Trades
Chronological log of executed trades: side, asset, size, execution price, and timestamp. Filter by asset to find specific trades.
Holders & Top Traders
Two more tabs scoped to the current market: live Holderssplit into YES and NO columns (avg entry, current mark, P&L per wallet), and the Top Traders leaderboard ranked by P&L in that market. Click any row to open the wallet drawer.
Activity & News
The Activity tab is a live trade tape — every fill, who did it, in real time. The News tab pulls headlines scoped to this market from 13+ sources (see News & Watchlist).
History
Complete transaction log including wallet events, deposits, and withdrawals — everything that happened on your account.
Trading sidebar
The right sidebar is your primary order entry point. Top to bottom:
- Asset tabs — on /crypto, switch between BTC, ETH, SOL, XRP, DOGE, HYPE, BNB
- Interval tabs — 5m, 15m, 1h, 4h market intervals
- BUY / SELL toggle
- Beat / Now / TWAP / Expires — the price to beat, the live spot price, the Chainlink TWAP the round settles on (green above the beat, red below), and the countdown (flashes when the TWAP crosses the beat)
- Wallet selector — choose which wallet to trade with, shows USDC balance
- Outcome selector — UP / DOWN for crypto rounds, or the market's real labels (YES/NO, OVER/UNDER, HIGHER/LOWER, ABOVE/BELOW, etc.) for everything else, with live probability prices
- Order mode — Market, Auto, or Limit with inline mode selector
- Limit price input — adjustable price for Limit orders
- Shares input — enter an amount or use quick presets
- SL/TP — pre-set stop-loss and take-profit before buying
- Buy/Sell button — submits the order with status feedback (text reflects the outcome you selected, e.g.
Buy $25 OVER) - Past Markets — browse resolved rounds for context (the Round browser in the header gives a richer view)
Quick share presets
Below the shares input, you'll see quick buttons for common amounts (default: 5, 10, 25). Click the pencil icon to customize — change them to any values you use often (e.g. 50, 100, 250). In SELL mode, the presets switch to percentages of your holdings (10%, 25%, 50%, 100%).
Mobile layout
On screens smaller than 1024px, the layout switches to a mobile-optimized view:
- Chart — takes the top portion of the screen
- Tabbed panel — fixed at the bottom (45% of viewport height) with tabs: Trade, Positions, Orders, History
The Trade tab contains the same order form as the desktop sidebar, reorganized for touch. Switch tabs to check positions, orders, or history without leaving the chart.
Live data
Several background providers run as soon as you sign in:
- Live asset prices — Pyth WebSocket for the oracle anchor (BTC, ETH, SOL, BNB, HYPE) plus Binance ticker for XRP / DOGE. Every component displays the same latest price as the chart and the Beat line.
- Chainlink TWAP — Polymarket's public RTDS stream, one shared connection carrying both the 30-second and 60-second windows. This is the settlement price for crypto rounds, so it drives the TWAP readout, the chart's dotted TWAP line and the beat-cross flash.
- Polymarket prices — UP/DOWN probability prices for every crypto round, streamed through Hexio's polymarket hub.
- Wallet balance — SSE keeps your USDC balance in sync; deposits and fills update automatically.
- Tracked wallets stream — single SSE pipe that feeds chart markers, the trackers panel, the live trades feed, and the wallet drawer's activity tab.
Notifications
Toasts keep you informed without leaving your workflow:
- Order toast — appears when your order fills, with trade details
- Min order toast — warns you if your order is below the market's minimum size
- Tracked-wallet toast — surfaces a fill from one of your tracked wallets so you see size moves the moment they happen
Wallet drawer
Clicking any wallet anywhere on the site — Holders, Top Traders, Activity, a tracker stream, the leaderboards, the universe — slides open the wallet drawer. It carries identity, the per-trade equity curve, calendar P&L, top positions and recent activity. Click a position to open that market — crypto positions route to /crypto, the rest to /trade. See Wallet profiles.