ClearingHouse
to ensure sufficient collateral is available before the order is accepted by the matching engine.
Standard Order Types
buy limit order
will only execute at the limit price or lower.sell limit order
will only execute at the limit price or higher. Limit orders allow traders to control their entry and exit prices but do not guarantee execution.reduce-only
order can only decrease the size of an existing position; it cannot open a new position or increase an existing one. If a reduce-only
order would cause the position to flip from long to short (or vice-versa), its size is automatically adjusted to only close the position. This feature is used internally by the LiquidationEngine
, which submits reduce-only
market orders to systematically and safely close a user’s position during a liquidation event without creating new risk.