> For the complete documentation index, see [llms.txt](https://help.defisaver.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.defisaver.com/no-longer-available/reflexer/how-can-i-start-borrowing-or-leveraging-using-reflexer.md).

# How can I start borrowing or leveraging using Reflexer?

If you’re interested in opening a new Safe or your perhaps already have one that you would like to manage more efficiently, you can do so using our Reflexer Dashboard.&#x20;

To create a Reflexer Safe and borrow RAI, you will want to go to our dashboard and go to "Create". The next step would be entering your wanted amount of ETH to deposit as collateral and an amount of RAI to borrow, like so:

<figure><img src="/files/2gDRuTy7cSPNyjWZDXAG" alt="" width="563"><figcaption></figcaption></figure>

*Note: If this is your first time using Reflexer or DeFi Saver, you may be required to create a Smart Wallet (dsproxy) first, meaning there would be two transactions needed in total to create the Safe. You can read more about the Smart Wallets here - LINK.*&#x20;

*A more detailed Dashboard walkthrough is available in the article previous to this one.*&#x20;

Alternatively, if you want to use the Reflexer protocol to leverage (long) ETH, you can currently use the "Open a leveraged Reflexer Safe" recipe in our Recipe Creator Dashboard, located in the left menu. The quick access panel will let you enter your wanted collateral and the debt amount, where all borrowed RAI will be used to buy more ETH. Proceeding to the recipe creator interface will let you check the steps and details before executing the transaction.

<figure><img src="/files/eGoVeEO3brD31HiJ6Bn1" alt="" width="563"><figcaption><p>Leveraged Reflexer Safe in Recipe Creator</p></figcaption></figure>

*Keep in mind that just like with every other protocol, there is a minimum amount of RAI you need to borrow to open a new Safe, too. The minimum is currently 2,663 RAI. This can change* periodically. &#x20;


---

# 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://help.defisaver.com/no-longer-available/reflexer/how-can-i-start-borrowing-or-leveraging-using-reflexer.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.
