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

# Trading Interface

This page walks through the anatomy of placing and managing a trade on Bitnex. The flow is the same in both views — [Lite](/bitnex-docs/platform/lite-mode.md) keeps it minimal, while [Pro](/bitnex-docs/platform/web-terminal.md) exposes the full terminal — so everything below applies to both, with extra depth where Pro adds more control.

{% hint style="info" %}
Before you can place your first order, make sure you have completed the one-time setup: connect, enable trading, and deposit USDC. See [Enable Trading](/bitnex-docs/guides-and-faq/enable-trading.md) and [Funding Your Account](/bitnex-docs/platform/funding-account.md).
{% endhint %}

## Placing a trade, step by step

### 1. Pick a market

Use the market selector (or the watchlist/favorites bar in Pro) to choose what you want to trade. Bitnex lists dozens of perpetual markets — BTC, ETH, SOL and many more — plus spot markets. Each market shows its live stats: mark price, oracle price, 24h change and volume, open interest, and the current funding rate for perps.

### 2. Choose a side

* **Perps:** Long (you profit if price rises) or Short (you profit if price falls).
* **Spot:** Buy or Sell the asset outright.

In Pro, the Buy/Long and Sell/Short toggle sits at the top of the order form. In Lite, they are the two large buttons under the chart.

### 3. Set your size

Enter the amount you want to trade, in the asset or in USD terms. For perps, remember that leverage multiplies your exposure — a small margin amount can control a much larger position.

### 4. Set leverage (perps only)

Adjust leverage per market with the leverage slider, up to that market's maximum (limits vary per market and are always shown in the app). Higher leverage means less margin required but a liquidation price closer to your entry. See [Margining](/bitnex-docs/trading/margining.md) for how cross and isolated margin work.

### 5. Choose an order type

Lite offers **Market** and **Limit** orders, plus attached TP/SL. Pro adds the full set:

| Order type                   | What it does                                                                           |
| ---------------------------- | -------------------------------------------------------------------------------------- |
| **Market**                   | Executes immediately at the best available price                                       |
| **Limit**                    | Executes at your price or better; supports time-in-force options (GTC, IOC, post-only) |
| **Stop Market / Stop Limit** | Trigger orders that activate when price reaches your stop level                        |
| **Take Profit**              | Closes a position at a profit target                                                   |
| **Scale**                    | Splits one order into multiple limit orders across a price range                       |
| **TWAP**                     | Splits the order over time for a time-weighted average price                           |

Full details, including when to use each type, are on the [Order Types](/bitnex-docs/trading/order-types.md) page, with dedicated pages for [Scale Orders](/bitnex-docs/trading/scale-orders.md) and [TWAP](/bitnex-docs/trading/twap.md).

### 6. Attach TP/SL (optional)

You can attach a Take Profit and/or Stop Loss to the order before placing it, defined by price or by gain/loss percentage. You can also add or edit them later on any open position — including by dragging the lines directly on the Pro chart. See [Take Profit & Stop Loss](/bitnex-docs/trading/tp-sl.md).

### 7. Review Order Details

Before you confirm, the Order Details section shows exactly what you are about to do:

* **Fees** — the exact trading cost for this order, always displayed before you trade. See [Fees](/bitnex-docs/platform/fees.md).
* **Margin required** — how much of your balance the position will use.
* **Estimated liquidation price** — where the position would be liquidated at the chosen size and leverage. See [Liquidation](/bitnex-docs/trading/liquidation.md).

{% hint style="warning" %}
Always check the estimated liquidation price before placing a leveraged order. If it sits uncomfortably close to the current price, reduce your leverage or position size.
{% endhint %}

### 8. Place the order

Hit the button. Because trading runs through your agent wallet, there is no wallet popup and no gas — the order is signed and routed instantly. Market orders fill against the live on-chain order book; limit and trigger orders rest until their conditions are met.

## Managing your trades

Once you are in a trade, everything lives in the tabs below the chart (Pro) or in the Positions/Orders/History tabs (Lite).

### Positions

The positions table shows each open position with:

* **Size and side** — long or short, and how much.
* **Entry price** — your average fill price across all fills. See [Entry Price & PnL](/bitnex-docs/trading/entry-price-pnl.md).
* **Mark price** — the current fair price used for PnL and liquidation.
* **Unrealized PnL and ROE %** — profit or loss if you closed now, and its size relative to the margin used.
* **Liquidation price** — updated live as margin and mark price move.
* **TP/SL** — attached targets, editable or cancellable at any time (full or partial size).

From this table you can close a position (fully or partially), adjust margin, or set and modify TP/SL.

### Open orders

Every resting order — limit, stop, take profit, scale sub-orders — appears under Open Orders. From here you can **modify** the price or size, or **cancel** individual orders or all at once. Orders remain active until they fill or you cancel them.

### History and fills

* **Trade History** shows every fill: price, size, fee paid, and timestamp.
* **Order History** shows the lifecycle of past orders, including cancelled and expired ones.
* Pro adds **Funding History** (funding payments on your perp positions — see [Funding Rate](/bitnex-docs/trading/funding-rate.md)) and a **TWAP** tab for running TWAP orders.

{% hint style="success" %}
Everything settles on-chain through the underlying protocol, so your positions, orders, and history reflect the actual on-chain state of your account — not an internal ledger held by Bitnex.
{% endhint %}

## Related pages

* [Order Types](/bitnex-docs/trading/order-types.md) — every order type explained
* [Take Profit & Stop Loss](/bitnex-docs/trading/tp-sl.md) — protecting positions
* [Margining](/bitnex-docs/trading/margining.md) — cross vs. isolated, leverage
* [Liquidation](/bitnex-docs/trading/liquidation.md) — how liquidation works and how to avoid it
* [Entry Price & PnL](/bitnex-docs/trading/entry-price-pnl.md) — how your numbers are calculated


---

# 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://bitnex.gitbook.io/bitnex-docs/trading/interface.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.
