# Chase orders

<div align="left"><figure><img src="/files/xKBnxwloQQf05rvyHy0V" alt="Chase order form for maker-only orders that follow the best bid or ask."><figcaption><p>Chase order form for maker-only orders that follow the best bid or ask.</p></figcaption></figure></div>

Chase orders repeatedly place maker-only orders near the best bid or ask until the order fills, is stopped, or reaches its distance limit.

Use Chase when you want faster passive execution than a static limit order, while still enforcing ALO maker-only behavior.

## How it works

Proliquid places a maker-only order near the current best bid or ask. If the market moves away, the order can be replaced closer to the new best price. This continues until the order fills, you cancel it, or the configured limit is reached.

## Controls

<table><thead><tr><th width="209.5">Control</th><th>Meaning</th></tr></thead><tbody><tr><td>Quantity / Notional</td><td>Total size you want the chase to fill.</td></tr><tr><td>Side</td><td>LONG chases bids, SHORT chases asks.</td></tr><tr><td>Distance limit</td><td>Maximum price distance the chase is allowed to follow, or infinite if you do not set a cap.</td></tr><tr><td>Reduce only</td><td>Use when the chase should only reduce an existing position.</td></tr></tbody></table>

## What to monitor

Active chases appear in [Open chases](/terminal-sections/open-chases.md), where you can stop them. Related resting orders may also appear in [Open orders](/terminal-sections/open-orders.md).

> Chase can improve maker-fill chances, but it is not guaranteed to fill. In fast markets, maker-only orders can keep missing if price moves before the order rests.


---

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