> 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/steth-on-aave.md).

# stETH on Aave

{% hint style="info" %}
**News Flash:** On May 19, 2022, the risk parameter for `stETH` as collateral on Aave v2 were changed to a maximum LTV of 69% and a Liquidation Threshold of 81%. [Details can be found here](https://app.aave.com/governance/proposal/75/).
{% endhint %}

The Aave v2 lending protocol supports Lido `stETH` as collateral (but you cannot borrow `stETH` on Aave).

Every token supported by Aave has specific risk parameters / limits when used as collateral:

* **Maximum LTV**. The maximum Loan-to-Value (LTV) ratio is the maximum that can borrowed against the collateral.  The current max LTV for `stETH` is `69%`. This means that you can borrow up to 69% of the value of your deposited `stETH` on Aave.
* **Liquidation Threshold**. The liquidation threshold is the LTV threshold past which your position can be liquidated. The current liquidation threshold for `stETH` is `81%`. This means that if the value of your `stETH` was to decline to the point that the value of your debt now comprised 81% or more of the value of your stETH collateral, then some of your `stETH` could be liquidated and used to pay down your debt. Given that stETH is pegged to the price of ETH, it would have to become significantly de-pegged for this to occur, see the section on [Risk](/basics/risk.md) for more.
* **Health Factor.** The Aave Health Factor is calculated as: `TVL / Liquidation Threshold`. As such, when it goes below `1.0`, you may be subject to liquidation.


---

# 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/steth-on-aave.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.
