# Order Book

### Our Order Book

The left side of our main dashboard displays the order book for a selected trading pair. &#x20;

The order book is organized vertically in a descending Price order.  Sell orders (red prices) are displayed above Buy orders (green prices).  Each row contains: the Price, the quantity available at that price, and the cumulative quantity available up to that price.&#x20;

A user-submitted marketable Buy order will execute against the Best Offer first, while a submitted  marketable Sell order will execute against the Best Bid first.&#x20;

<figure><img src="https://content.gitbook.com/content/xtYXDoQtSq8Tcl8r8tk3/blobs/GRMajiA0PDWAJx9fGJFd/Group%20363.png" alt=""><figcaption></figcaption></figure>

Price precision can be adjusted as desired to display grouped or ungrouped liquidity in the order book at the user selected price intervals.&#x20;

<figure><img src="https://content.gitbook.com/content/xtYXDoQtSq8Tcl8r8tk3/blobs/jG7eBumQ7gS9wEsqaYPR/Group%20356.png" alt=""><figcaption></figcaption></figure>

### Selecting Trading Pairs

A drop-down menu above the order book allows users to enter or choose a trading pair from the available pairs list.&#x20;

<figure><img src="https://content.gitbook.com/content/xtYXDoQtSq8Tcl8r8tk3/blobs/T1yIr0yy5Wstm2QpMJ8i/Group%20267.png" alt=""><figcaption></figcaption></figure>

For frequently used pairs users can also set their favourite pairs by clicking the star (☆) on the left side of each pair.  Favourites list can be accessed by clicking the star (☆) below the search bar.

<figure><img src="https://content.gitbook.com/content/xtYXDoQtSq8Tcl8r8tk3/blobs/u1FqJI9OSK0cG9RmqQlZ/Group%20364.png" alt=""><figcaption></figcaption></figure>
