> 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/how-it-works/stake-with-lido.md).

# Stake with Lido

SuperStaker uses the Lido liquid staking protocol to stake ETH that you supply, plus ETH proceeds borrowed from Aave.

### Target LTV

In addition to the amount of ETH you want to stake, you also specify at target LTV (loan-to-value) ratio. The LTV determines how much will be borrowed on your behalf. The current maximum LTV for `stETH` on Aave is 69%.  The higher the LTV you choose, the lower your Aave Health Factor will be, and the higher your [risk](/basics/risk.md). The higher the LTV chosen, the higher your net APR will be.

After SuperStaking, you will have debt approximately equal to the LTV chosen. For example, if you choose 69%, then the Aave debt will be \~69% the value of the supplied (deposited) `stETH` in Aave.

The debt will be initiated via an Aave flash loan.

{% 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/how-it-works/stake-with-lido.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.
