Trading Interface

The GoDark web application at app.godark-dex.com is the primary interface for placing and managing trades. This page describes the trading UI — layout modes, order entry panels, and market data views. For programmatic access, see Programmatic Access.

Layout Modes

On desktop, you can choose from three resizable layouts. Your selection is saved in the browser and restored on your next visit. Balanced is the default.

LayoutWhat you see
BasicChart and working orders in the main area; a simplified order panel on the right. No reference order book or trades.
BalancedOrder entry and account metrics on the left; reference order book or trades beside the chart; working orders below.
ProChart with reference order book and trades visible at the same time; order panel and account metrics on the right; working orders below.

To change layout, use the Layout control in the header. Each option shows a small preview of the panel arrangement. Layout modes are available on desktop only — see Responsive Layouts for mobile and tablet.

Order Entry Panels

Layout choice controls where panels appear, not which features are available. Two order panels are used:

PanelUsed inOrder types
SimpleBasic layout; mobile and tabletSwap, Market, Limit
FullBalanced and Pro layoutsMarket, Limit

Simple Order Panel

Full Order Panel

All desktop layouts include a Working orders table with real-time fill updates below the chart.

Chart and Reference Data

ComponentSource
Price chartTradingView Advanced Chart, fed by Pyth oracle data. Indicators such as MA, EMA, Bollinger Bands, RSI, MACD, and VWAP are available through the chart widget.
Reference order bookAggregated depth from Hyperliquid and Binance. You can choose which venues to display.
Reference tradesRecent trades from Hyperliquid and Binance. You can choose which venues to display.
Mark / oracle pricePyth (primary) and Switchboard (failover), selectable in the order panel

Reference order book and trades show activity from other venues for comparison. They do not represent GoDark's internal order book.

Margin Health

The web UI displays a margin health bar and tier banners that mirror the sequencer's six-band margin ladder (Healthy through T3). Colors and thresholds match the backend liquidation monitor. See Margin & Liquidation for tier definitions and what happens at each level.

Responsive Layouts

On mobile and tablet, layout modes are not used. The interface switches to tabs and always uses the simple order panel.

ViewportNavigationOrder panel
MobileTrade, Chart, Order book, Account, PositionsSimple
TabletChart and working orders on the left; order panel on the rightSimple

On mobile, the Order book tab switches between reference order book and reference trades.

See Also