# Chase Limit

Chase Limit allows you to place a limit order that automatically stays at the top of the orderbook.\
This means your order constantly updates its price so it remains the best bid (for longs) or best ask (for shorts) without you having to manually adjust anything.

The main advantages are:

* Faster fills while still using a limit order
* Maker fees instead of taker fees, saving costs
* Avoiding slippage that comes from market orders
* Fully automated price chasing

Chase Limit is ideal when you want to enter a position quickly but still prefer the efficiency and fee savings of a limit order.

{% embed url="<https://youtu.be/e0c5kIOf2_w>" %}

***

#### How to Use Chase Limit

1. **Select “Chase Limit”**\
   Choose it from the order type menu.
2. **Select Long or Short**
   * **Long**: Your order will stay at the highest bid.
   * **Short**: Your order will stay at the lowest ask.
3. **Set the Order Value**\
   Enter the amount you want to trade.\
   Supercexy will automatically adjust your limit price in real time to match the top of the book.
4. **Confirm the Order**\
   Once submitted, your Chase Limit order will automatically follow the orderbook until it fills or you cancel it.

***

Chase Limit gives you the speed of a market order combined with the efficiency and fee savings of a limit order making it one of the most effective ways to enter positions on Supercexy.


---

# 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://supercexy.gitbook.io/supercexy-docs/trading/chase-limit.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.
