Order Types
Limit Order
Primary order type: price-or-better fills, partial fills, book resting
SB Chain operates a fully on-chain central limit order book (CLOB). All order types are settled deterministically by the protocol within the same block they execute. There is no off-chain matching engine.
Limit Order
The primary order type on the SB Chain DEX. Specifies an exact price and quantity to buy or sell, fills at the specified price or better (never worse), and is partially fillable by default; any unfilled remainder rests on the book until fully filled, manually cancelled, or expired. Protocol operation: limit_order_create_operation.