# How to Import a Wallet to the Saturn Extension

## <mark style="color:red;">Important Security Notice:</mark>

<mark style="color:red;">Do NOT share your Secret Recovery Phrase or Private Keys with anyone! Saturn is a non-custodial wallet, meaning only you control your wallet and its assets. Saturn support will NEVER ask for your Secret Recovery Phrase or Private Keys. Protect this information to maintain your security.</mark>

### If Saturn is Already Installed:

1. **Open the Saturn Extension:** Navigate to the settings page by clicking on the 'cog icon'.
2. **Manage Wallets:** Click the 'Manage Wallets' button from the menu.

<figure><img src="/files/NdRZBg4vc5t4Ut16hvkf" alt="" width="375"><figcaption></figcaption></figure>

3. **Select Add/Connect Wallet Button.**

<figure><img src="/files/n5hEeRpxbkUVYVY64aFj" alt="" width="375"><figcaption></figcaption></figure>

4. **Select your Import Method:** Select from Import Secret Recovery Phrase, Import Private Key, or Create New Wallet.
5.

```
<figure><img src="/files/9cPNYxtrrw799ZpVirYO" alt=""><figcaption></figcaption></figure>
```

### Importing Secret Recovery Phrase inside the Extension:&#x20;

Enter your 12-word secret recovery phrase and follow the prompts. If the phrase is correct, you'll get a confirmation screen and your wallet will be imported into your Saturn account.

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

### Importing a Private Key inside the Extension:

Enter a label/name for your wallet, your private key and click 'Import Address'. If the private key is correct, you'll get a confirmation screen and your wallet will be imported into your Saturn account.

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

### If Saturn is Not Installed:

1. **Visit the Saturn Installation Page:** Open your Chrome browser and go to the Saturn Wallet extension page.
2. **Install the Saturn Wallet Extension:** Click “Add to Chrome” and follow the installation prompts.
3. **Select Import an Existing Wallet:** Click this button from the Welcome page on the Saturn onboarding flow.

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

4. **Enter your Recovery Phrase:** Enter your 12 word recovery phrase to import your wallet.

<figure><img src="/files/433JjykKdjbiUNiLCCFe" 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://circular-protocol.gitbook.io/saturn-wallet-user-guide/getting-started/how-to-import-a-wallet-to-the-saturn-extension.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.
