# What is the Hybrid CDA Order Book?

#### Understanding Market, Limit, Stop Limit & Stop Market Orders

On **Predyx**, trading happens through a **Hybrid CLOB (Central Limit Order Book)** — meaning all buy/sell orders are matched based on price and time, just like a real exchange.

To maintain the hybrid nature, Predyx uses a toggle between Basic and Pro mode on the betslip.&#x20;

The **Basic mode** is useful for normal users where they can simply input the amount of sats and buy the shares.&#x20;

The **Pro mode** is for advanced traders who want to utilize all CLOB functionalities including **Real time/Limit/Stop Limit/Stop Market** transactions.

![](/files/CpnV9D1SsVJbdK0bSpgL)

Let’s break down each order type 👇

***

#### ⚡ 1. Market Order (Fastest Execution)

**What it does:**\
Buys or sells **instantly at the best available price** - which is market probability in real time.&#x20;

**How it works on Predyx:**

* Open any ‘Market’ on PREDYX&#x20;
* Select **“BUY/SELL”**&#x20;
* Enter number of shares&#x20;
* Click **Buy/Sell**&#x20;

![](/files/feEcVsrpuqLzKc3Iy1ft)

**Best used when:**

* You want **instant entry or exit**&#x20;
* Price doesn’t matter much&#x20;

**Example:**

* YES price = 0.53&#x20;
* You click market buy → order fills immediately around that price&#x20;

👉 Market orders prioritize execution speed over price precision&#x20;

***

#### 🎯 2. Limit Order (Price Control)

**What it does:**\
You set the **exact price** you want to buy/sell at.

**How it works on Predyx:**

* Select **“Pro”** Mode&#x20;
* Select **“BUY/SELL”**&#x20;
* Select **“Limit”**&#x20;
* Set your desired price (e.g., 0.50)
* Enter shares → place order&#x20;

![](/files/itOVYvKqOjJ1XRYD1ZHa)

**Best used when:**

* You want a **better entry/exit price**&#x20;
* You’re okay waiting&#x20;

Example:

* Current price = 0.53&#x20;
* You place limit buy at 0.50&#x20;
* **Order executes only if price drops to 0.50**&#x20;

👉 Limit orders give control but may not execute if price isn’t reached&#x20;

***

#### 🛑 3. Stop Limit Order (Precision + Protection)

**What it does:**\
Triggers a **limit order AFTER a certain price is hit.**

**Two prices involved:**

* **Stop Price (Trigger)**&#x20;
* **Limit Price (Execution)**&#x20;

**How it works on Predyx:**

* Select **“Stop Limit”**&#x20;
* Set: Stop Price → trigger&#x20;
* Set: Limit Price → actual order&#x20;
* Enter shares → place order&#x20;

![](/files/1qoCL08YvCt6BMX7WHdg)

**Best used when:**

* You want **controlled execution**&#x20;
* Avoiding bad fills (slippage)&#x20;

**Example:**

* YES = 0.53&#x20;
* Stop = 0.60 (trigger breakout)&#x20;
* Limit = 0.62\
  👉 When price hits 0.60 → a limit buy at 0.62 is placed&#x20;

⚠️ Risk:

* Order **may NOT execute** if price moves too fast&#x20;

👉 Stop-limit gives precision but no fill guarantee&#x20;

***

**🚀 4. Stop Market Order (Guaranteed Execution)**

**What it does:**\
Triggers a market order **AFTER a price is hit**

**How it works on Predyx:**

* Select **“Stop Market”**&#x20;
* Set Stop Price&#x20;
* Enter shares → place order&#x20;

![](/files/rbE7HsEhpZ8k4ylte69R)

**Best used when:**

* You need **guaranteed execution**&#x20;
* Protecting losses or catching breakouts&#x20;

Example:

* YES = 0.53&#x20;
* Stop = 0.60\
  👉 When price hits 0.60 → buys instantly at market price&#x20;

⚠️ Risk:

* You may get a **worse price (slippage)**&#x20;

👉 Stop-market ensures execution but not price certainty&#x20;

***

#### 🧠 Quick Comparison

| Order Type  | Execution         | Price Control | Risk     |
| ----------- | ----------------- | ------------- | -------- |
| Market      | Instant           | ❌ Low         | Slippage |
| Limit       | Conditional       | ✅ High        | No fill  |
| Stop Limit  | Conditional       | ✅ High        | No fill  |
| Stop Market | Triggered instant | ❌ Low         | Slippage |

***

#### 💡 Pro Tips for Predyx Users

* **Use Market** → when speed matters&#x20;
* **Use Limit** → when price matters&#x20;
* **Use Stop Market** → for stop-loss / breakouts&#x20;
* **Use Stop Limit** → for advanced precision trading&#x20;

***

\ <br>


---

# 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.predyx.com/trading/what-is-the-hybrid-cda-order-book.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.
