> For the complete documentation index, see [llms.txt](https://docs.rumi.finance/rumi-finance-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rumi.finance/rumi-finance-documentation/the-hedge-vault-revolution/off-chain-optimization-bots.md).

# Off-chain optimization bots

Rumi’s off-chain keeper bots are where the magic happen. They do all the heavy lifting when it comes to data computations, AI predictions and risk management. They also automate the execution of the strategies contained in the on-chain vaults. This is an initial list of Rumi’s current capacity:

* **AI-powered price prediction:** these bots use AI / ML price prediction models that can automate rebalancing mechanisms of the positions and portfolios.
* **Liquidity range optimisation**: these bots optimize concentrated liquidity ranges for Uniswap V3-type of AMMs thanks to automated range rebalancing to maximize yield generation.
* **Impermanent loss hedging**: these bots create synthetic long and short creation using Rumi Prime to neutralise impermanent loss while extracting yield from liquidity mining.
* **Leverage management**: these bots automate optimal leverage ratios of external money market primitives and provide “no liquidation” debt management for Rumi Prime.
* **Options management**: these bots do the number crunching to decide when to use options from external protocols to hedge positions and generate yield.
* **Auto harvesting and compounding**: bots that automate profit-taking and reinvestment into farms and vaults


---

# 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.rumi.finance/rumi-finance-documentation/the-hedge-vault-revolution/off-chain-optimization-bots.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.
