# Merge and Split

Liquidity is the backbone of any prediction market. Traders want tighter spreads, faster exits, and more flexibility in how they manage risk. Market makers want simpler ways to deploy capital without constantly fighting the order book.

**Merge and Split** enables instant exits and more capital-efficient liquidity provision on Probable.

***

#### How to Access Merge and Split

Merge & Split is available directly inside the trade panel.\
Users can switch between **Buy / Sell** and **Split / Merge** depending on their strategy.

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

#### Split

Split lets you convert USDT into both YES and NO shares at the same time.

* **USDT is split 1:1 into YES + NO shares (50 USDT → 50 YES + 50 NO)**
* Shares are minted directly, bypassing the order book
* No fees apply

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

#### Merge

Merge lets you convert a matched pair of YES and NO shares back into USDT instantly.

* **Equal amounts of YES and NO shares are converted 1:1 into USDT (50 YES + 50 NO → 50 USDT)**
* Happens outside the order book (no spread, no slippage)
* No fees apply

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

<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.probable.markets/trade-on-probable/merge-and-split.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.
