# Trade form

<div align="left"><figure><img src="/files/p9F1V7xs2PLcXNozqbO6" alt="Trade form default market order view for the selected Hyperliquid market."><figcaption><p>Trade form default market order view for the selected Hyperliquid market.</p></figcaption></figure></div>

The Trade form is where you place Hyperliquid orders from Terminal.

This page explains shared controls that appear across order types. If you are choosing between execution styles, start with the [Hyperliquid order types overview](/order-types/overview.md). For order-specific behavior, use the pages for [Market](/order-types/market-orders.md), [Limit](/order-types/limit-orders.md), [Scale](/order-types/scale-orders.md), [Chase](/order-types/chase-orders.md), [TWAP](/order-types/twap-orders.md), and [Burst](/order-types/burst-orders.md) orders.

## Margin

<div align="left"><figure><img src="/files/iD8E6oBGM4NEvINUll49" alt="Trade form margin mode selector for isolated or cross margin."><figcaption><p>Trade form margin mode selector for isolated or cross margin.</p></figcaption></figure></div>

Margin mode lets you switch between isolated and cross margin for the selected market.

* **Isolated** limits margin to the specific position.
* **Cross** uses account collateral according to Hyperliquid's cross-margin rules.

## Leverage

<div align="left"><figure><img src="/files/b1yThNJ5TzF481PUFtMk" alt="Trade form leverage selector for the selected market."><figcaption><p>Trade form leverage selector for the selected market.</p></figcaption></figure></div>

Leverage changes the exposure supported by your margin for the selected market. Higher leverage reduces required margin but leaves less room for adverse price movement.

Check [Account](/terminal-sections/account.md) and [Positions](/terminal-sections/positions.md) after changing leverage, especially if you already have exposure on the market.

## Portfolio

<div align="left"><figure><img src="/files/AxeoTBf5P6e9U2fUw5Xf" alt="Trade form portfolio mode selector for Classic or Portfolio margin."><figcaption><p>Trade form portfolio mode selector for Classic or Portfolio margin.</p></figcaption></figure></div>

Portfolio mode lets you switch between Classic and Portfolio margin where supported. Portfolio margin behavior is an exchange-level mechanic; use Hyperliquid documentation for the exact rules.

## Order type

<div align="left"><figure><img src="/files/P7e0JYlUnLCvsrit8Lwl" alt="Trade form order type selector for switching execution styles."><figcaption><p>Trade form order type selector for switching execution styles.</p></figcaption></figure></div>

The order selector changes the form between supported Proliquid order types.

<table><thead><tr><th width="164.875">Order type</th><th>Use when</th></tr></thead><tbody><tr><td><a href="/pages/100YsDmLe5v4No4GoZvf">Market</a></td><td>You want fast execution with a slippage guard.</td></tr><tr><td><a href="/pages/X32YWRKDBmU3hX3D50st">Limit</a></td><td>You want a specific price or time-in-force behavior.</td></tr><tr><td><a href="/pages/xUncatoVCVSbL3hU3y3U">Scale</a></td><td>You want a ladder of limit orders across a range.</td></tr><tr><td><a href="/pages/e9hDvlZICHY0Kk7QwI37">Chase</a></td><td>You want maker-only execution that follows the market.</td></tr><tr><td><a href="/pages/dveBPKYlA9vMtZg1AFPv">TWAP</a></td><td>You want to split execution over time.</td></tr><tr><td><a href="/pages/kTScbaJIICwu3vgn7Bu0">Burst</a></td><td>You want aggressive execution split into batches.</td></tr></tbody></table>

## Submission checklist

Before submitting, confirm market, side, size, price or slippage, reduce-only state, TP / SL, and margin settings. After submission, monitor [Open orders](/terminal-sections/open-orders.md), [Open TWAPs](/terminal-sections/open-twaps.md), [Open chases](/terminal-sections/open-chases.md), [Positions](/terminal-sections/positions.md), and history panels.


---

# 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/terminal-sections/trade-form.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.
