# Markets

## Public Markets

A list of markets that are either incomplete or in pending status waiting for verification, and a list of all active markets that utilize an orderbook for transactions are displayed in this tab. You can also add a new trading pair by clicking the ‘create/add market’ button. When creating a new market, you are asked to provide certain parameters.&#x20;

{% hint style="info" %}
Read the documentation regarding configuring these pair parameters: <https://docs.hollaex.com/how-tos/configure-pair-parameters>
{% endhint %}

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

## Orders

A list of all current active orders on the exchange, with a filter for selecting markets.

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

## OTC desk

This feature allows you to create any pairing you want, limited to specified prices set by you as the exchange operator. For full details on the OTC Broker, please check out the following:

{% content-ref url="/pages/DVKF5sOTlRCyk74JOXXj" %}
[OTC Broker](/how-tos/otc-broker.md)
{% endcontent-ref %}

<figure><img src="/files/6cgFPLc616cKbwTRDlfK" alt=""><figcaption></figcaption></figure>

## Quick Trade

The Quick Trade tab allows configuring all deals that utilize the Quick Trade screen. Using the gear icon deals can be switched between possible trading methods (Orderbook, OTC, and Network Swap).

<figure><img src="/files/orcaEpO8PJHxWFgutZP7" 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.hollaex.com/how-tos/operator-control-panel/markets.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.
