> For the complete documentation index, see [llms.txt](https://docs.proliquid.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.proliquid.xyz/features/hyperliquid-trading-terminal.md).

# Terminal

<figure><img src="/files/tQMCfsyf8TqMjdwW43Wj" alt="Terminal workspace with chart, orderbook, trade form, and activity panels."><figcaption><p>Terminal workspace with chart, orderbook, trade form, and activity panels.</p></figcaption></figure>

Use Proliquid Terminal for market research, order execution, and position management in one workspace.

Proliquid Terminal supports Hyperliquid, Binance, Bybit, and OKX. The Terminal follows the active trading account. The selected exchange determines the market list, account data, and controls available for the current action. See [Supported exchanges](/features/supported-exchanges.md) before connecting an account.

Every block can be resized and moved. Save different layouts for execution, charting, news trading, or position management.

## Terminal blocks

<table><thead><tr><th width="164.875">Block</th><th>What it is for</th></tr></thead><tbody><tr><td><a href="/pages/aCpQDtQTNobbITOVPy33">News</a></td><td>Monitor market-moving headlines inside the execution workspace.</td></tr><tr><td><a href="/pages/bcW8Z4mXQj4yydSkbEAE">Chart</a></td><td>View price action, orders, fills, positions, TP, and SL.</td></tr><tr><td><a href="/pages/i9BAE5kh2st4lywsZNed">Mini screener</a></td><td>See short-window trade metrics for the selected market.</td></tr><tr><td><a href="/pages/YrN0IMIF8uCHcQVj3KrU">Orderbook</a></td><td>Read current bid / ask liquidity and resting orders.</td></tr><tr><td><a href="/pages/QGTCMhNnASZlJsxmzYbc">Account</a></td><td>Review balance, margin, exposure, PNL, and venue-specific risk metrics.</td></tr><tr><td><a href="/pages/E8J6dt3YcljcwvwnzeOE">Trade form</a></td><td>Place supported Market, Limit, Scale, Chase, Iceberg, TWAP, Burst, and trailing-stop actions.</td></tr><tr><td><a href="/pages/qtXubjiQEkmYpnquJci9">Balances</a></td><td>Review spot and derivatives balances returned by the active account.</td></tr><tr><td><a href="/pages/MxlMIhwWMHQHbgzr6JT5">Positions</a></td><td>Manage open positions, TP / SL, margin, and quick close actions.</td></tr><tr><td><a href="/pages/84jo3T2DKd7VJntwu4g3">Open orders</a></td><td>Review, filter, group, cancel, or convert open orders.</td></tr><tr><td><a href="/pages/LwAvtbeBBkSgw7sEbV8t">Open icebergs</a></td><td>Monitor active Iceberg orders and stop them when needed.</td></tr><tr><td><a href="/pages/HLZJ9tjzRetq8gk3ZwUr">Open TWAPs</a></td><td>Monitor active TWAP orders and stop them when needed.</td></tr><tr><td><a href="/pages/nk9bOKKKyEr5b4nGzd8V">Open chases</a></td><td>Monitor active chase orders and stop them when needed.</td></tr><tr><td><a href="/pages/bpkCLCdRzrhMTd1y4Tep">Trade history</a></td><td>Review recent fills, fees, and closed PNL.</td></tr><tr><td><a href="/pages/geBcL4fSoVTMiINGnQXV">Order history</a></td><td>Review submitted, filled, canceled, and rejected actions.</td></tr><tr><td><a href="/pages/mZv2NlD9WiVBhL76UEKk">Funding history</a></td><td>Review recent funding payments.</td></tr></tbody></table>

## Trading workflow

1. Open [app.proliquid.xyz/terminal](https://app.proliquid.xyz/terminal).
2. Select the active exchange account and a market.
3. Check [News](/terminal-sections/news.md), [Mini screener](/terminal-sections/mini-screener.md), [Orderbook](/terminal-sections/orderbook.md), and [Account](/terminal-sections/account.md).
4. Use the [Trade form](/terminal-sections/trade-form.md) to select an order type and submit.
5. Monitor [Positions](/terminal-sections/positions.md), [Open orders](/terminal-sections/open-orders.md), managed-order panels, and history tables.

For order behavior, start with the [order types overview](/order-types/overview.md), then review the detailed pages for the order type and protection you plan to use.

## Account protection

Use [Auto Close](/terminal-sections/auto-close.md) when you want an account-wide Stop Loss or Take Profit that can close open positions and cancel open orders. Auto Close and other controls depend on the active venue's capabilities and live account data.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.proliquid.xyz/features/hyperliquid-trading-terminal.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
