# Order Types

The Perps Bot supports two order types for entering positions.

### Market Orders (default) <a href="#id-8a2341a3-6044-4985-8f1e-65433e051f82" id="id-8a2341a3-6044-4985-8f1e-65433e051f82"></a>

Execute immediately at the current market price.

* Default when using `/long` or `/short`
* Slippage: hardcoded 0.5% (50 bps) to ensure fill
* Fee: Hyperliquid taker fee applies

### Limit Orders <a href="#id-445f947c-78ca-46d4-92e9-477191e127bd" id="id-445f947c-78ca-46d4-92e9-477191e127bd"></a>

Place an order at a specific price. The order waits until the market reaches your price.

#### How to place a limit order: <a href="#a99c050e-f5df-4a3b-a931-691fb4f644d1" id="a99c050e-f5df-4a3b-a931-691fb4f644d1"></a>

1. Start a trade with `/long` or `/short`
2. Select the **Limit** tab
3. **Set your target entry price** — the price at which you want the order to fill
4. **Set leverage** (1-100x, default 5x) and margin amount
5. **Confirm** — order is placed on Hyperliquid as GTC

#### Key details: <a href="#d872380e-1e05-45a1-8363-bf853dd0fc47" id="d872380e-1e05-45a1-8363-bf853dd0fc47"></a>

* **Expiration:** GTC (Good-Til-Cancelled) — stays active until filled or manually cancelled
* **Slippage:** None — executes at exactly your specified price
* **Fee:** Hyperliquid maker fee applies (lower than taker fee for market orders)
* **No maximum** active orders limit

#### Managing open orders: <a href="#e313cfd4-6a96-4ef5-ba14-8c659dd7f20e" id="e313cfd4-6a96-4ef5-ba14-8c659dd7f20e"></a>

* View pending orders via \`/orders\`
* Cancel individual orders
* Orders remain active indefinitely until filled or cancelled

### Comparison: Spot vs Perps Limit Orders <a href="#id-1648c4e9-1319-4f23-920d-e8087f3e5529" id="id-1648c4e9-1319-4f23-920d-e8087f3e5529"></a>

| Aspect        | Spot                                               | Perps                       |
| ------------- | -------------------------------------------------- | --------------------------- |
| Slippage      | Uses user Buy/Sell Slippage settings (default 20%) | None (exact price)          |
| Expiration    | GTC                                                | GTC                         |
| Fee           | 1% Click swap fee                                  | Hyperliquid maker/taker fee |
| Partial fills | Supported but not surfaced in Telegram             | Supported by Hyperliquid    |

<br>
