# Inside a Market Board

Each **individual market on the Reefboard** acts as a standalone command center, providing all the data needed to execute informed trades without leaving your main dashboard.

The top of the box helps you identify and move your trade:

* **Market info:** See the market name, the platform it comes from (like **Polymarket**), and how many shares you currently own.
* **Quick trade:** Click the **Market Title** to open the main **Trade** window instantly.
* **Arrange layout:** Use the drag button to move the box to any spot you like on your board.
* **Your position:** View your **Total Shares** and the **Average Price** you paid for them at a glance.

You can switch between three simple tabs to see different data.

### **Order Book Tab (Default)**

View the current "**Yes**" and "**No**" prices along with the Spread (the gap between buy and sell prices).

<figure><img src="/files/Q0M4jOKCBQyIrphzWlJW" alt="" width="563"><figcaption></figcaption></figure>

### **History Tab**

A live feed of market activity including:

* **Action:** Specific Buy/Sell orders.
* **Transaction value:** Total cost, number of shares, and average price.
* **Trader identity:** Wallet addresses and icons indicating trader scale (e.g., Whale vs. Retail).

<figure><img src="/files/gJU18zobb9Cj6U0UicdM" alt="" width="563"><figcaption></figcaption></figure>

### **Details Tab**

Deep-dive analytics divided into:

* **Overview:** Current price, 24h volume, total volume, and liquidity.
* **More insights:** Holder count, Top 10 volume, 24h trades, and market depth.
* **Technical info:** Market ID, category, status (Open/Closed), creation time, and data provider.

<figure><img src="/files/QrCI68L9VOHwuL3HHEZf" alt="" width="563"><figcaption></figcaption></figure>

***

### **FAQs**

<details>

<summary>What is a Market Board on Reefboard?</summary>

A Market Board is a standalone trading unit that displays all essential data for a single market, allowing traders to analyze and execute trades without leaving their dashboard.

</details>

<details>

<summary>What information is shown at the top of a Market Board?</summary>

It shows the market name, source platform, your current position, and quick access to the main trade view.

</details>

<details>

<summary>What data views are available inside a Market Board?</summary>

Each Market Board includes three tabs: Order Book, History, and Details, giving different perspectives on pricing, activity, and analytics.

</details>

<details>

<summary>What can I see in the History tab?</summary>

The History tab shows a live feed of buy and sell activity, including transaction value and indicators of trader scale such as whale versus retail.

</details>

<details>

<summary>What is shown in the Details tab?</summary>

The Details tab provides deeper analytics such as volume, liquidity, holder data, market depth, and technical market information.

</details>


---

# 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.whales.market/whales-prediction/navigating-the-terminal/reefboard/inside-a-market-board.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.
