> ## Documentation Index
> Fetch the complete documentation index at: https://docs.voiz.digital/llms.txt
> Use this file to discover all available pages before exploring further.

# Merge complete sets

> Turn a full set (named outcomes + Invalid) back into collateral.

Anyone with a **complete set** (every outcome including Invalid) can `merge` back to collateral anytime. Redeeming winning shares waits until the market is [resolved](/market/resolve).

```ts theme={null}
await market.merge({ amount, owner: yourAddress })
```

An open-market merge that empties a share lot is dropped from the indexer share book (`shares == 0` and not resolved).

## Next

[Redeem winning shares](/market/redeem)
