> ## 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.

# Pause trading

> Creator one-way pause. Buy, sell, and addFunding stop.

The creator can pause once (no unpause). `buy` / `sell` / `addFunding` stop. `removeFunding` and redeem stay open.

```ts theme={null}
await market.pauseTrading({ owner })
```

## Next

[Merge complete sets](/market/merge)
