# Smart wallets

Every operation inside the DeFi Saver system is executed from the user’s smart wallet. DeFi Saver originally started with the `DSProxy` smart wallet, originating from `MakerDAO`, and later added support for `Safe Wallets`, as well as `Instadapp DSA` smart wallets and `Summer.Fi` smart wallets.

Currently, the Safe smart wallet is the default wallet created by the DeFi Saver UI for new users, with an option to load existing `DSProxy`, `DSAProxy`, or `Summer.Fi` smart wallets.

The table below lists the supported feature sets for each smart wallet type:

| Smart wallet         | Manual recipe execution | Strategy execution   | TxSaver execution    |
| -------------------- | ----------------------- | -------------------- | -------------------- |
| Safe                 | :white\_check\_mark:    | :white\_check\_mark: | :white\_check\_mark: |
| DSProxy              | :white\_check\_mark:    | :white\_check\_mark: | :x:                  |
| DSAProxy (Instadapp) | :white\_check\_mark:    | :x:                  | :x:                  |
| Summer.Fi proxy      | :white\_check\_mark:    | :x:                  | :x:                  |


---

# 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://docs.defisaver.com/protocol/core/smart-wallets.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.
