Basic order types
Market Order
- Buys or sells immediately at the best available price.
- This is used when you want instant execution regardless of price slippage.
- Execution Parameters:
- Order size (USD or asset)
- Reduce Only: Ensures it closes or reduces a position
- Time-in-Force options: Immediate only
Limit Order
- Executes at your chosen price or better.
- For buy (long) orders, it will only execute at the limit price or lower.
- For sell (short) orders, it will only execute at the limit price or higher.
- This is used when you want price control and are able to wait for your order to be filled.
- Parameters:
- Price
- Order size
- Reduce Only
- Time-in-Force options: GTC / IOC / ALO
Advanced order types
Scale
- Places a ladder of limit orders across a price range.
- This is used when you want to gradually enter or exit a position.
- Parameters:
- Price range
- Number of orders (1-100)
- Skew: Even, top-heavy, or bottom-heavy distribution
- Order size per order
- Reduce Only
- Time-in-Force options: GTC / IOC / ALO
TWAP (Time-Weighted Average Price) Order
- Splits a large order into smaller chunks and executes them over time.
- This is used when you want to execute a large trade without moving the market.
- Parameters
- Total order size
- Duration: 5 mins to 24 hrs
- Interval: Every 30 seconds
- Randomize: Optional, adds slight timing variance to disguise strategy
- Reduce Only (Perps)
- How TWAP orders work:
- Suborders are placed every 30 seconds
- Each suborder respects a 3% max slippage.
- If earlier suborders fail to fill, later ones may scale up (up to 3x) to catch up.
- Will not execute during post-only periods like network upgrades.
Editing orders
Order types can be edited on the main dashboard.

Time-in-Force (TIF) options
TIF settings control how long an order remains active To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel. To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.| Type | Description |
|---|---|
| GTC (Good ’Til Canceled) | Order stays open until filled or manually canceled |
| IOC (Immediate or Cancel) | Executes immediately; unfilled portion is canceled |
| ALO (Add Liquidity Only / Post Only) | Cancels the order if it would match immediately |
You can set TIF on limit and scale orders.


Reduce Only order
- Ensures the order only closes or reduces a position, never opens or increases it.
- This is used when you want to scale out of a perp trade.

- The order will reduce your position size if you already have an open position in that direction.
- If the order size exceeds your current position, only the amount needed to close or reduce is executed.
- If you have no position, or the order would flip your position to the opposite side, the order is automatically canceled or partially filled to avoid increasing exposure.