Admin Tools
Admin users have access to additional tools for system management, user oversight, and compliance.
Mission Control
Section titled “Mission Control”The Mission Control workspace provides a unified operations view:

- Estate Overview — live health grid for all 30+ backend services with status, version, and event timeline
- Throughput Gauges — orders/min, fills/min, and fill rate metrics
- News Feed — live headlines with sentiment scoring
- Market Data Sources — configure per-symbol data sources (synthetic or Alpha Vantage)
Session Replay
Section titled “Session Replay”Record and play back browser sessions for training, audit, and post-incident review.

- Recording toggle — admin-controlled, affects all connected traders
- Session list — browse all recorded sessions by user, time, and duration
- Timeline playback — play, pause, and scrub through recorded sessions
- Uses rrweb for DOM-level recording
User Management
Section titled “User Management”The admin panel includes:
- Trading limits editor — set max order qty, max daily notional, and allowed strategies per user
- Audit journal — chronological log of all trade lifecycle events with filters
Demo Day
Section titled “Demo Day”The Demo Day panel provides one-click trading scenarios for demonstrations:
| Scenario | Description |
|---|---|
| Standard | Mixed LIMIT and TWAP orders across multiple assets |
| Market Open | High-volume burst simulating market open |
| Volatile | Rapid price moves with algo reactions |
| Institutional | Large block orders with ICEBERG and dark pool routing |
Upgrade Management
Section titled “Upgrade Management”Admins can signal a platform upgrade via the gateway API:
PUT /api/gateway/upgrade-status{ "inProgress": true, "message": "Scheduled maintenance until 18:00 UTC"}This displays an orange banner to all connected traders. Set inProgress: false to dismiss.