# I don't see my Safe Smart Wallet

When you connect to DeFi Saver, you might notice that not all of the Smart Wallets owned by your EOA show up. This is due to a safety measure implemented by DeFi Saver, where the only wallets that show up automatically are those created through DeFi Saver.

Any multisig Safe, and any 1/1 Safe made outside of DeFi Saver will need to be approved first. So, when you open the wallet dropdown, you'll notice a button that says "Other wallets":

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

Clicking on this button will open a pop-up where you'll be asked to confirm whether or not you'd like to add Safe wallets associated with your EOA to the DeFi Saver app:

<figure><img src="/files/2FPPFW1owek8BSxATbNj" alt=""><figcaption></figcaption></figure>

Once you click "Approve for use in DeFi Saver", the wallet will show up as being owned by your EOA:

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

## Why was this change implemented?

There is a malicious scam that targets owners of Safe wallets.

The scam works like this:

1. The scammer uses a vanity address generator to deploy a Safe with an address that has the same four starting and ending characters as their target's Safe
2. The scammer then adds the target as a signer for the malicious Safe - effectively making it a multisig that impersonates the target's 1/1 Safe:

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

3. As a result, the target might send funds to the fake Safe or migrate their position to the fake Safe (among other risks)

We implemented this change as a way to combat this, and ensure the only Safes that get shown to our users are those that they're 100% in ownership of.


---

# 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/troubleshooting/i-dont-see-my-safe-smart-wallet.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.
