> 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/zero-tvl.md).

# Zero TVL

SuperStaker holds no `ETH`, `stETH`, `WETH`, nor any debt. **Zero TVL**. This is by design.

At the end of your SuperStaker transaction, **you** have stETH supplied to Aave and **you** have debt provided by Aave. SuperStaker does not act a vault, as some protocols do. SuperStaker does not issue shares, you hold only Aave issued tokens. As such, *the SuperStaker contract does not hold funds that could be compromised by a malicious hacker*.

### How Zero TVL?

The first step is for you to "approve delegation", which means that you are giving SuperStaking the ability top incur debt on your behalf. That said, note that Aave will not let you incur debt if you are not also holding sufficient collateral. So you are basically saying: *If SuperStaker provides me with enough collateral, then SuperStaker can incur this specific amount of debt on my behalf*.

The final step that the SuperStaker transaction takes is to deposit the stETH collateral with Aave, to cover the debt. This deposit is sent to Aave on your behalf, meaning that Aave credits *your address* with the deposit and issues `aSTETH` tokens to you directly.


---

# 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/zero-tvl.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.
