# Using a Smart Wallet without Zeal

Zeal Smart Wallets use Safe 1.4.1 contracts. This means you can use Smart Wallets also without Zeal. N.b. this guide is for advanced users and involve exporting/import your very sensitive private key.

### Steps to access smart wallet without Zeal

1. Export the smart wallet's local private key owner.  Every smart wallet always has at least two owners: your unique passkey validator contract and a local private key.
2. Import the local private key as its own wallet either in Zeal or another web3 wallet (e.g. MetaMask or Rabby). This might seem confusing as you are not importing the smart wallet itself, but you are importing one of the signers of the smart wallet. This wallet/signer will itself not have any assets - it will only allow you to interact with the Safe (all this is done magically under the hood when you use smart wallets inside Zeal).
3. Connect to <https://app.safe.global/welcome/accounts> with your local private key
4. Execute any transactions  for your smart wallet through the safe.global interface

### How to export your local private key owner

<figure><img src="/files/27ga9n9SwpwgadX4EyzR" alt=""><figcaption></figcaption></figure>

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

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


---

# 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.zeal.app/expert-guides/using-a-smart-wallet-without-zeal.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.
