# What features do EOA wallets have access to?

Users who have a DeFi position on an EOA are still able to connect and see their position on DeFi Saver.

However, since our advanced features require the position to be on a Safe smart wallet - certain tools are not available.

EOA positions have access to the following features:

* Supply
* Borrow
* Pay Back
* Withdraw

> Although our Boost and Repay features are advanced tools, users with an EOA position are still able to utilize them on the following protocols:
>
> * Aave
> * Spark
> * Morpho
> * Compound V3
>
> This is made possible by creating a Safe wallet as operator contract that's used to execute the complex transaction, while still keeping the position on an EOA.\
> \
> Additionally, Aave users on an EOA are also able to utilize the Collateral and Debt switch tool, as well as automations (except the Collateral Switch automation, which is only available for owners of Smart Wallets) - while Compound EOA users are able to access Collateral switch and our automation options.

This still leaves the following tools as unavailable for EOA wallets:

* Create (1-tx opening of a position)
* Leveraged Create (1-tx opening of a leveraged position)
* Close (1-tx deleveraging and withdrawing of collateral)
* [Repay and Boost](https://help.defisaver.com/features/boost-and-repay) (on protocols that weren't mentioned above)
* [Automations](https://help.defisaver.com/features/automation) (on protocols that weren't mentioned above)
* [Loan Shifter](https://help.defisaver.com/features/loan-shifter)
* [Recipe Creator](https://help.defisaver.com/features/recipe-creator)
* [Tx-Saver](https://help.defisaver.com/features/txsaver)

***

## Related Articles:

* [Why is Safe DeFi Saver's default Smart Wallet?](https://help.defisaver.com/general/smart-wallets/why-is-safe-defi-savers-default-smart-wallet)
* [Migrating positions from an EOA to a Smart Wallet](https://help.defisaver.com/general/compatibility/migrating-positions-from-an-eoa-to-a-smart-wallet)


---

# 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/general/compatibility/wallet-compatibility/what-features-do-eoa-wallets-have-access-to.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.
