# How to set up or recover your AZERO account using Aleph Zero Signer

**In this guide, we will outline how you can set up or recover an AZERO account on the mainnet using** [**Aleph Zero Signer**](https://alephzero.org/signer)**.**

**Please note that:**

* When using a third-party wallet interface, your coins are kept **on the blockchain** in a non-custodial fashion.
* Third-party wallet interfaces are just different tools to access the blockchain.
* You can restore your account using your JSON file or mnemonic seed via **any** of the compatible wallet interfaces.

***

## How to set up a new account <a href="#h_41c9947082" id="h_41c9947082"></a>

1. First, you'll need to install the Aleph Zero Signer browser extension.
   * It is available on [Google Chrome](https://chrome.google.com/webstore/detail/aleph-zero-signer/opbinaebpmphpefcimknblieddamhmol), Brave, [Firefox](https://addons.mozilla.org/en-US/firefox/addon/aleph-zero-signer/), MS Edge and Opera.

<figure><img src="https://1927958252-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjxGnEsASyxizmuYQHzry%2Fuploads%2FMEdWwV7YWinaVcOD0wME%2F82c80886-608a-4b62-853c-5fb7d1f1c8ec.png?alt=media&#x26;token=d14cd69a-912e-4947-9879-9659605fd0d5" alt=""><figcaption></figcaption></figure>

2. Open the extension, read the privacy notes, and click **'Got it!'**. Then, click **'Add account'**.
   * If you already have an account restored, you'll need to click the "+" button under your already existing accounts first.
3. Click **'Create a new account'**.

<figure><img src="https://1927958252-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjxGnEsASyxizmuYQHzry%2Fuploads%2FWfsO8JeGlHnKTeHydjgj%2Fed488f9c-1bac-4628-bc16-aa7426564c0c.png?alt=media&#x26;token=1a95fa71-7d5d-4259-8b7a-94e0c97bdd31" alt=""><figcaption></figcaption></figure>

4. Read the safety information, then click **'Next'**.
5. Save your mnemonic seed in a **secure, offline medium** before hitting **'Next**' and closing the window. You can click **'Copy to clipboard'** to copy your seed.
   * It is vital that you handle your mnemonic seed with care.
   * **DO NOT** share it with anyone.
   * **DO NOT** store it on an online device.
   * If someone obtains your mnemonic seed, they will have access to **all of the coins in your account**.
   * You **cannot** change or edit your mnemonic seed.
   * The Aleph Zero team will **never** ask you to share your seed with us, even in a support scenario.
6. The last step is to enter a **local** name and password for your account.
7. Congratulations, your account has now been created!
   * It should be visible when you open the extension.
   * You can use this account to connect to the [mainnet web wallet](https://azero.dev/) or the [Aleph Zero Dashboard](https://dashboard.azero.dev/).

***

## How to restore an existing account <a href="#h_b4d1ea6a69" id="h_b4d1ea6a69"></a>

1. If using the mnemonic seed:
   1. Open the extension and click **'Add account'**.
      * If you already have an account restored, you'll need to click the "+" button under your already existing accounts first.
   2. Click **'Import an existing account'**.
   3. Enter your mnemonic seed and click **'Next'**.
      * Ensure that the words are in the correct order and are spelt correctly.
   4. Enter a **local** name and password for the account and hit **'Import'**.
2. If using the JSON file:
   1. Open the extension and click **'Add account'**.
      * If you already have an account restored, you'll need to click the "+" button under your already existing accounts first.
   2. Click **'Import an existing account'**.
   3. Click the word **'JSON'** in the sentence "Have JSON file to import?".
   4. Upload your JSON file by selecting it or dropping it into the box.
   5. Enter the account password, and then click **'Import'**.
      * If the JSON file was exported from Aleph Zero Signer, make sure to tick the box below the password box.

<figure><img src="https://1927958252-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjxGnEsASyxizmuYQHzry%2Fuploads%2FYckeHXWNOFDorzPWJSR2%2F06779ddf-a5d3-4eef-a002-482731191897.png?alt=media&#x26;token=828f2286-946c-4a4f-8206-09ee76f74647" alt=""><figcaption></figcaption></figure>

3. Congratulations, your account has now been restored!
   * It should be visible when you open the extension.
   * You can use this account to connect to the [mainnet web wallet](https://azero.dev/) or the [Aleph Zero Dashboard](https://dashboard.azero.dev/).

***

*This concludes the tutorial for creating or restoring your AZERO account on the mainnet using Aleph Zero Signer.*

*If you encounter any issues throughout this process, please either reach out to us via* [*Telegram*](https://t.me/AlephZeroFoundation) *or* [*Discord*](https://discord.gg/alephzero).


---

# 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.alephzero.org/aleph-zero/setting-up-or-restoring-a-wallet/how-to-set-up-or-recover-your-azero-account-using-aleph-zero-signer.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.
