# Burst orders

<div align="left"><figure><img src="/files/pnPNscqxHjOWuR8H01rS" alt="Burst order form for splitting aggressive execution into repeated batches."><figcaption><p>Burst order form for splitting aggressive execution into repeated batches.</p></figcaption></figure></div>

Burst orders split a market-style order into repeated child batches, waiting between batches so the orderbook can refill.

Use Burst when you want faster execution than TWAP but do not want one large market order to consume too much depth at once.

## Controls

<table><thead><tr><th width="156.125">Control</th><th>Meaning</th></tr></thead><tbody><tr><td>Batch</td><td>Number of child orders to split the total size into.</td></tr><tr><td>Delay</td><td>Waiting time between child orders.</td></tr><tr><td>Empty max</td><td>Stops the Burst after this number of child attempts fail to fill.</td></tr><tr><td>Timeout</td><td>Hard time limit for the full Burst.</td></tr><tr><td>Max slippage</td><td>Slippage cap applied to child execution.</td></tr></tbody></table>

## Execution model

Each child batch attempts to execute with the configured slippage guard. If the orderbook is thin, the delay gives liquidity time to refill before the next child order. Empty-batch and timeout controls prevent the Burst from continuing indefinitely when conditions are poor.

## Example flow

1. Choose Burst in the [Trade form](/terminal-sections/trade-form.md).
2. Enter total quantity or notional.
3. Set batch count, delay, empty max, timeout, and slippage.
4. Submit and monitor fills in [Trade history](/terminal-sections/trade-history.md) and [Order history](/terminal-sections/order-history.md).

> Burst is still aggressive execution. For slow accumulation or distribution, compare it with [TWAP orders](/order-types/twap-orders.md). For maker-only intent, use [Chase orders](/order-types/chase-orders.md) or [Limit orders](/order-types/limit-orders.md) with ALO.


---

# 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.proliquid.xyz/order-types/burst-orders.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.
