> For the complete documentation index, see [llms.txt](https://help.defisaver.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.defisaver.com/general/smart-wallets/i-opened-a-position-outside-of-defi-saver-can-i-manage-it-on-dfs.md).

# I opened a position outside of DeFi Saver - Can I manage it on DFS?

If you opened a position with any of the protocols supported by DeFi Saver, you'll be able to view it by connecting the wallet holding it to our app.

However, managing your position with our advanced tools may be unavailable based on the wallet you used to open the position:<br>

* If you used an EOA (personal) wallet to open the position, you would need to migrate your position from the EOA wallet to a Safe wallet. \
  \
  This will allow you to perform complex transactions such as DeFI Saver's signature Boost & Repay tool, or use our Automations.

{% hint style="info" %}
*For certain protocols such as Aave, we've made advanced tools available for EOA wallets as well - for more information on this compatibility,* [*please refer to this article HERE.*](https://help.defisaver.com/general/compatibility/wallet-compatibility/what-features-do-eoa-wallets-have-access-to)
{% endhint %}

* If you used a Safe wallet to open the position, you'll be able to manage it on DeFi Saver from the get-go

{% hint style="info" %}
*If you're unfamiliar with Safe wallets, you can read all about them and how they work within DeFi Saver in the* [*Smart Wallets section.*](https://help.defisaver.com/general/smart-wallets)
{% endhint %}

***

## Related Articles:

* [Can I access DeFi Saver created positions using other apps?](https://help.defisaver.com/general/smart-wallets/can-i-access-defi-saver-created-positions-using-other-apps)
* [Smart Wallets](https://help.defisaver.com/general/smart-wallets)
* [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
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, and the optional `goal` query parameter:

```
GET https://help.defisaver.com/general/smart-wallets/i-opened-a-position-outside-of-defi-saver-can-i-manage-it-on-dfs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
