# Merge & Split

You can **merge** or **split** your shares in a market.

### Merge&#x20;

If you hold shares on **both sides** of a market (for example, Yes and No), you can merge them to redeem **$1 per pair**.

*Example:* You have 2 Yes and 2 No shares. Merging them returns $2.&#x20;

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

### Split&#x20;

You can split your balance into an **equal number of shares on both sides.**

*Example:* You split $2 in the market. You receive 2 Yes and 2 No shares.

Split shares can later be **merged** or **traded separately**.

<figure><img src="/files/d3naFVDjz6ahqjRzcCkX" 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://polymarketguide.gitbook.io/polymarketguide/trading/order-types/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.
