Spot & perpetual context
Approved market types expose account, symbol and position state in one workflow.
Features / Trading Desk
ReleasedManual spot and perpetual workflows are designed for paper trading and separately approved live paths, with permission and reconciliation boundaries kept visible.
AI assists. You decide.Capabilities
Approved market types expose account, symbol and position state in one workflow.
Order type, size, side and relevant settings remain explicit before submission.
Position reduction and close paths preserve reduce-only intent where supported.
Single cancel, cancel-all and post-action refresh stay account-scoped.
How it works
The Desk separates what the user intends from what the connected venue ultimately confirms.
Confirm account, market, order parameters and position context.
Verify that the selected venue and environment allow the requested action.
Use a permission-bound, idempotent mutation path.
Refresh orders, positions and account state after the venue response.
Safeguards
A technical integration does not automatically authorize live writes, and a local response is not final account truth.
Account, symbol and action scope are checked server-side.
Exchange credentials stay outside the browser execution path.
Missing critical live state can block submit, close and cancel actions.
Availability
The Trading Desk is released, while paper and live support still differ by venue, market type, account and environment.
The first approval path uses no live capital.
Hyperliquid, Binance, Bitget, MEXC, BingX and Paper Trading do not share identical capabilities.
A connected venue is not a promise that every write path is enabled.
Evaluation guide
A trading interface should make intent, permission, venue response and final account state distinguishable at every step.
Confirm the selected account, market, symbol, side, size, order type and position context before any paper or separately approved live request.
Verify that the venue, environment and account support the requested market and action instead of inferring support from a successful connection.
Keep exchange credentials outside the browser path and route mutations through account-scoped, permission-bound services.
Compare orders, fills, positions and balances with venue state; an acknowledgement alone is not treated as final execution truth.
Connected workflow