Learn/Order instructions
Order instructions

Reduce-only and post-only orders

Learn how reduce-only protects position direction and how post-only prevents an order from taking liquidity.

01

Reduce-only protects the closing intent

A reduce-only order can decrease an existing position but cannot increase it. If a position has already closed, the remaining reduce-only order should not open a position in the opposite direction.

This is useful when multiple exit orders are active at the same time.

02

Post-only protects the liquidity intent

A post-only limit order must enter the order book as resting liquidity. If it would match immediately, the venue usually cancels or adjusts it according to its rules.

Post-only is used when receiving maker treatment matters more than immediate execution.

03

They solve different problems

Reduce-only controls the effect on your position. Post-only controls how the order enters the market. An order may use both instructions when supported.

04

Flags constrain intent but do not guarantee an outcome

Reduce-only should prevent an order from increasing exposure, but the exact behavior after another order fills can vary. A now-oversized reduce-only order may be resized, rejected, or cancelled. Post-only should avoid immediate execution as a taker, but it can be cancelled if it would cross the book.12

Treat both flags as safeguards around an order, not substitutes for checking current position size, side, price, and fill state. Automated clients should reconcile the remaining position after every partial fill.1

05

The race between related orders

Suppose a long position has both a take-profit sell and a stop sell. If one closes the position, the other must not open a short later. Reduce-only protection and linked-order cancellation can prevent that reversal, but an automated client should still verify that the sibling order was cancelled.1

Post-only has a different race. The market can move while the order travels to the venue, causing an order intended to rest to cross the book on arrival. The venue may cancel it rather than charge taker execution.2

Decision rehearsal

Check your understanding

Scenario 01

Which instruction prevents an exit from reversing the position?

Scenario 02

What happens when a post-only order would execute immediately?

Source desk

Sources and review

Source 1 / U.S. Commodity Futures Trading Commission / accessed 28 July 2026Perpetual contracts and derivatives riskSource 2 / SEC Investor.gov / accessed 28 July 2026Types of ordersSource 3 / U.S. Securities and Exchange Commission, Investor.gov / accessed 28 July 2026Types of orders
Revision history

Mechanics, terminology, links, and examples checked.

Initial publication.

2026-10-26

Report an issue with this guide