> For the complete documentation index, see [llms.txt](https://docs.alcor.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.alcor.exchange/alcor-swap/ranges-everything-you-need-to-know.md).

# Ranges: Everything you need to know

Range orders on Alcor Exchange allow traders to deposit a token within a specified price range. When the market price reaches that range, the token is automatically converted to another token, earning fees in the process.

<figure><img src="/files/PtE9yKd21io88IzQ5AEs" alt=""><figcaption></figcaption></figure>

This feature gives traders more control over their trades. For example, if the price of WAX is below 0.1 USDT, a trader can deposit $1000 worth of WAX within the range of 0.1–0.2 WAX/USDT. Once the price of WAX goes above 0.1$ WAX/USDT, the WAX will start converting to USDT and will be fully converted at a price of 0.2$.&#x20;

To avoid automatic conversion back to WAX, the trader must withdraw the funds or use a third-party service if the price exceeds 0.2.

Range orders give traders more flexibility and control, making them useful for advanced trading strategies. We're excited to see how traders will use this feature to maximize their profits.


---

# 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.alcor.exchange/alcor-swap/ranges-everything-you-need-to-know.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.
