# Rumi Finance Protocol

The protocol has two components:

1\) **Rumi Prime**: Prime is our undercollateralised lending module. It provides liquidity to the automated vaults we call Hedge Vaults

2\) Automated Vaults (Hedge Vaults): the vaults contain our automated market making strategies. Currently integrated with Uniswap V3 and GMX on Arbitrum, the vault's strategies generate Pseudo delta neutral positions on such protocols while they extract yield. Included in the automation:

* Automated Leverage (Higher APR on your LP position)
* Automated liquidity range optimisation
* Impermanent loss Hedging
* Automated rebalancing&#x20;
* Automated risk management engine


---

# 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.rumi.finance/rumi-finance-documentation/rumi-finance-protocol.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.
