# Connecting your Safe wallet to third party apps

If you've opened a position on DeFi Saver, you've also created a Safe smart wallet to house the position.

Safe has become the standard smart wallet across DeFi apps, so you'll also be able to access them directly with your Safe smart wallet. This also means you'll be able to view your position created through DeFi Saver outside of our app.

The first, and most common way you can connect to apps is through WalletConnect:

<details>

<summary>Show me how:</summary>

Let's use an example of connecting to Aave directly from their website.

First, we go to the Aave app, and click on "Connect Wallet":

<figure><img src="/files/jo1wnvaaIt0GHxdfIoMk" alt=""><figcaption></figcaption></figure>

This will provide us with the WalletConnect code, and we can click on "Copy to Clipboard"

<figure><img src="/files/xEQvti1PyePgKGTGFgpm" alt=""><figcaption></figcaption></figure>

Then, we visit the Safe app located on <https://app.safe.global/>:

<figure><img src="/files/NmXeFWwDFxUwMVooEDhJ" alt=""><figcaption></figcaption></figure>

You can click on "Connect" in order to connect with your EOA account that owns the Safe, which will show you all of the Safe accounts associated with your wallet (as per the screenshot above).

As such, the next step would be to choose the Safe wallet you'd like to connect with:

<figure><img src="/files/bg46Cqcf3OV7JAzvF0kM" alt=""><figcaption></figcaption></figure>

We now want to click the WalletConnect icon in the top right corner, and enter the WalletConnect code we got from Aave:

<figure><img src="/files/lkW40VGKd1IgHSGXkPO5" alt=""><figcaption></figcaption></figure>

Now if we go back to the Aave app, our Safe will be connected!&#x20;

<figure><img src="/files/Z87yM60QtoJ4vF1g1Ocs" alt=""><figcaption></figcaption></figure>

</details>

On the other hand, you can also connect with apps directly through the Safe app:

<details>

<summary>Show me how:</summary>

First, we visit the Safe app located on <https://app.safe.global/>:

<figure><img src="/files/NmXeFWwDFxUwMVooEDhJ" alt=""><figcaption></figcaption></figure>

You can click on "Connect" in order to connect with your EOA account that owns the Safe, which will show you all of the Safe accounts associated with your wallet (as per the screenshot above).

As such, the next step would be to choose the Safe wallet you'd like to connect with:

<figure><img src="/files/bg46Cqcf3OV7JAzvF0kM" alt=""><figcaption></figcaption></figure>

Once here, we want to click on "Apps" from the menu on the left-hand side:

<figure><img src="/files/aANhL4N9tgEhdg8Hf7qg" alt=""><figcaption></figcaption></figure>

In the search bar, you can then type in the name of the app you'd like to connect to. In this example, we'll do Aave.

Now, when we click on the Aave tab, we'll be connected to Aave throgh our Safe wallet:

<figure><img src="/files/RQvWFqE22VvNTAIIc09N" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
*You won't find all apps by searching directly in the Safe app, so if you don't see the one you're interested in, we recommend visiting it directly and following the steps from the WalletConnect guide.*
{% endhint %}

</details>

## How do I claim rewards with my Safe wallet?

Since your DeFi position is located on a Safe, it's going to be the wallet that's eligible to claim rewards (if you qualify for any). \
\
While DeFi Saver aims to have all rewards claimable directly through our interface, in case we don't support the claiming of a certain reward - You can still follow the steps outlined in this article to connect to the relevant app directly and claim the rewards.

***

## Related Articles:

* [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)
* [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)


---

# 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/smart-wallets/connecting-your-safe-wallet-to-third-party-apps.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.
