PYX

Console Overview

Understand how the Pyx console is structured and what each area does.

What the console gives you

The Console is where you run and monitor tasks in real time.

Each task has:

  • Strategy config
  • Status controls (resume, pause, drain, force-stop)
  • Positions, orders, fills, and logs
  • Performance analytics

Lifecycle states in the console include running, paused, draining, stopped, and error.

Real-time behavior

Task pages stream updates through websocket events. To keep the UI fast, tables render a capped recent window while the backend remains authoritative.

When you need broader history, use CSV export.

Main areas

  • Task list: all tasks and current status
  • Task details: deep view of one task
  • Funding and withdraw controls
  • Header actions like Activate Funds when native USDC is detected

On this page