> For the complete documentation index, see [llms.txt](https://docs.superstaker.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.superstaker.xyz/basics/recursive-leverage.md).

# Recursive Leverage?

Instead of using SuperStaker, you could achieve the same end result by manually doing recursive leverage. Here is an example of how that could be done, assume an initial deposit of `1 ETH`:

1. &#x20;Stake `1 ETH` via Lido and receive `1 stETH`.
2. Deposit `1 stETH` on Aave.
3. Borrow the maximum 69% LTV: \~`0.69 WETH`.
4. Withdraw (unwrap) the `WETH` to get `0.69 ETH`.
5. Stake `0.69 ETH` via Lido and receive an additional `0.69 stETH`.
6. Deposit the `0.69 stETH` on Aave.
7. Because you now have more collateral, you borrow more WETH against it. Borrow 69% of 0.69 = `~0.48 WETH`.
8. Withdraw (unwrap) the WETH, etc.

You can keep repeating the above to `recursively` borrow, stake, and deposit. It has to be done in these incremental steps because Aave requires deposited collateral in order for you to borrow more. Note that each of the above steps represents an Ethereum Mainnet transaction that costs gas. To do this once *you need to pay for 6 transactions*. To continue through 15 levels, it would require \~*60 transactions* ... and considerable time.

### SuperStaker does 15 levels in 2 transactions

SuperStaker effectively achieves the same thing as 15 levels of recursive leverage with only 2 transactions: one to approve the debt, and the other to do the rest.  If you already have stETH, then it takes 3 transactions, with an additional approval needed.  The SuperStaker magic :magic\_wand: is the use of Aave flash loans.

{% content-ref url="/pages/APgITdJ4OFXUVtIJXNU3" %}
[Aave Flash Loan](/how-it-works/aave-flash-loan.md)
{% endcontent-ref %}


---

# 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:

```
GET https://docs.superstaker.xyz/basics/recursive-leverage.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.
