> For the complete documentation index, see [llms.txt](https://docs.proliquid.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.proliquid.xyz/order-types/chase-orders.md).

# Chase orders

Chase order type in Proliquid trade form

<div align="left"><figure><img src="https://1571380119-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfwUo1o7rINODRyyILQE1%2Fuploads%2F2AhAUtiO6M7r7IMFV9sN%2Fimage.png?alt=media&amp;token=dedd1317-c4b8-4e60-bc8f-a958c4a2453c" 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.proliquid.xyz/order-types/chase-orders.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
