/mm.
The MM dashboard is available to all connected accounts. Credit system features (gauge, auto-cancel settings) are most relevant to accounts with a configured credit ratio. All accounts can use the open orders table and P&L tracker.
Dashboard Sections
Credit Gauge
The credit gauge is a prominent SVG arc at the top of the dashboard. It displays your current credit utilization as a percentage, with color-coded warning states:
The gauge updates in real time as orders are placed, cancelled, and filled. It reads from the private
balances WebSocket feed and recalculates on each balance update.
Displayed alongside the arc:
- Current utilization (percentage, large text)
- Quoted value (
$XX,XXX) — total current open order value - Max quoted value (
$XX,XXX) — your configured cap - Deposit — your current collateral balance
Open Orders Table
The open orders table shows all your currently resting orders across all markets. It provides an optimistic cancel button for each order — clicking cancel immediately removes the order from the UI while the cancel request is sent to the server, providing a responsive feel even at high latency.
Bulk actions:
- Cancel All — sends cancel requests for all open orders simultaneously
- Cancel Market — cancels all orders in a specific market
- Cancel Side — cancels all bids or all asks across all markets
P&L Tracker
The P&L tracker shows realized and unrealized profit and loss for the current session. Realized P&L is computed from fills:
Session P&L resets at each session start (wallet reconnect). Historical P&L data is available via the Trade History export (CSV).
Inventory risk — the P&L tracker shows your current base asset inventory per market (net buys minus net sells). A large inventory position represents exposure to price moves. Vela does not currently offer hedging tools; inventory management is the market maker’s responsibility.
Market Summary Table
The market summary table provides a snapshot of all 16 markets at a glance:
The Your Orders column shows how many of your orders are resting in each market. Click a row to jump to that market’s trading view.
Markets are sorted by your current quoted value contribution (highest first) by default. Re-sort by spread, volume, or market name using the column headers.