# Range Order Bot

The range order bot is a market making script that allows users to quote two-sided markets (using concentrated liquidity) for whatever option markets that are preDefined within the settings. IV & Spot oracles are used to automatically update range orders as option prices change, minimizing the need for active management of orders. It is highly recommended that a user is familiar with how range orders work, and the risks associated with owning option positions.

The bot along with further instructions can be found [here](https://github.com/Premian-Labs/range-order-bot)


---

# 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.premia.blue/bots/range-order-bot.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.
