Reduce-only is not a strategy. It is protection against unwanted position increases.
Why it matters
Without reduce-only, an exit order can sometimes do more than you intended. For example, if you try to close a long with a sell order that is larger than your current position, you might accidentally open a short position. Reduce-only prevents that.Simple example
Imagine you already have a long position of1 ETH. You place a reduce-only sell order for 1 ETH.
- If it fills, your long is closed
- If it fills partially, your long is reduced
- If the long is already closed, the remaining order will not open a short
When traders use it
Reduce-only is commonly used for:- take profit orders
- stop loss orders
- scaling out of a position
- safer position management in volatile markets