> For the complete documentation index, see [llms.txt](https://docs.origami.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.origami.tech/v3.1.0.md).

# v3.1.0

Reduce Only orders are now supported in Grid strategies. This update adds a dedicated configuration flag for futures bots and helps make position-closing logic safer and more predictable.

* Added support for Reduce Only orders in Grid strategies.
* Reduce Only is available only for futures markets.
* The setting is added as a flag inside the Grid configuration.
* When enabled, Grid orders can only reduce or close an existing position and cannot increase exposure or open a new position.
* Reduce Only works only in One-Way Position Mode.
* If the account uses Hedge Mode, the Reduce Only flag is not applied.
* This helps prevent accidental position flips when closing or reducing futures positions through Grid logic.
