# Terminal

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

Use Proliquid Terminal as a Hyperliquid trading terminal for market intelligence, charting, orderbook reading, advanced order execution, and position management in one workspace.

The Terminal keeps market context inside the execution flow, so news, screener data, orderbook depth, account risk, and order controls stay visible while you prepare a trade.

Every block can be resized and moved. This lets you build a layout for fast execution, chart-focused analysis, news trading, or position management.

## Layouts

<div align="left"><figure><img src="/files/wSUYOVV4QoZJe6dgB5Wh" alt="Terminal layout manager for switching and organizing saved trading workspaces."><figcaption><p>Terminal layout manager for switching and organizing saved trading workspaces.</p></figcaption></figure></div>

Create multiple Terminal layouts for different setups:

* A compact laptop layout.
* A larger desk layout.
* A news-trading layout with News and Trade form emphasized.
* A position-management layout with Positions, Open orders, and history tables visible.

## 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 TradingView chart, orders, fills, position markers, 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, grouping, and your own resting orders.</td></tr><tr><td><a href="/pages/QGTCMhNnASZlJsxmzYbc">Account</a></td><td>Review account balance, margin, exposure, PNL, and risk estimates.</td></tr><tr><td><a href="/pages/E8J6dt3YcljcwvwnzeOE">Trade form</a></td><td>Place Market, Limit, Scale, Chase, TWAP, and Burst orders.</td></tr><tr><td><a href="/pages/qtXubjiQEkmYpnquJci9">Balances</a></td><td>Review spot and perps balances used by your 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 limit orders.</td></tr><tr><td><a href="/pages/HLZJ9tjzRetq8gk3ZwUr">Open TWAPs</a></td><td>Monitor active TWAPs 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, and canceled orders.</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 [proliquid.xyz/terminal](https://www.proliquid.xyz/terminal).
2. Select a Hyperliquid market from the chart header or market picker.
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), and history tables after execution.

For order behavior, start with the [Hyperliquid order types overview](/order-types/overview.md), then open the detailed pages for [Market orders](/order-types/market-orders.md), [Limit orders](/order-types/limit-orders.md), and [TWAP orders](/order-types/twap-orders.md).


---

# Agent Instructions: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
