# How does ETH Saver work?

ETH Saver is a fully non-custodial application for creating and managing leveraged staking positions in various DeFi lending protocols that support such positions.&#x20;

All positions created using ETH Saver are fully separate with no asset pooling or position overlap of any kind happening, meaning there’s no shared economic risk across any positions opened using ETH Saver.

The creation and managing of these positions in supported lending protocols is made possible using existing DeFi Saver architecture that allows making different interactions and combinations of actions with each of the supported protocols.

Another similarity with DeFi Saver is the use of Smart Wallets (dsproxies) for holding positions, where a separate Smart Wallet is created for each position in order to keep them separated and isolated.

{% hint style="info" %}
*If you're looking to find example transactions done at ETH Saver, you can use the* [*DFS Stats platform*](https://stats.defisaver.com/?protocols=ethsaver)*.*
{% endhint %}


---

# Agent Instructions: 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://help.defisaver.com/features/eth-saver/how-does-eth-saver-work.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.
