# Order and Order Matching

First, a trader can accept the “suggested” width based on an algorithmic width provided by the protocol and place an order on the book.&#x20;

Second, a trader can hit the ⚙️icon and “increase” or “decrease” the width of the passage and place an order on the book. Keep in mind, orders farther away from the current market width may not fill. \
\
All orders, including those placed at the suggested width, are good-until-canceled (GTC). There will be plain text beneath the pending order to describe the exact order being placed:\
\
![](/files/rKSltiOIZSUN3AaJkObG)\
Example: Placing an order, plain text description\
\
Orders are matched if they “cross” e.g. have the same width (range). Orders can fill in whole or in part depending on the size of the order. Should orders remain on the book without a match for several minutes, the Passage Vault may serve as the counterparty.

### Liquidity Depth

Orders that are entered on the order book will also appear in the Liquidity Depth Chart, accessible from the main Passage screen. The center line represents the suggested width based on Passage's volatility estimation. To the right of the dotted line are the wider STAY IN limit orders, while to the left are the narrower BREAKOUT limit orders.\ <br>

<figure><img src="/files/D8fXVlioM8r3Eu9HQCQW" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bracket.fi/legacy-products/volatility-trading/order-and-order-matching.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
