LogoLogo
  • WELCOME TO ALEPH ZERO
  • EXPLORE
    • About Aleph Zero
    • AlephBFT Consensus
    • The Economy of Aleph Zero
    • Where to Buy AZERO
    • Decentralized Governance on Aleph Zero
    • Ecosystem
    • Aleph Zero Foundation Treasury Management
    • Community
    • Glossary
    • Audit & Research Papers
  • USE
    • Wallets
    • Explorer
    • Ledger
    • Telegram Notifications
    • Aleph Zero Signer
      • General introduction
      • What does Signer do?
      • What are Sub-accounts and Sub-account paths?
      • Why is it critical to store your Secret Phrase in a safe place?
      • How to forget and restore accounts?
      • What are Networks?
      • What are Trusted apps?
    • Dashboard
      • Dashboard basics
      • Overview
    • Stake
      • Staking Basics
      • Staking Menu Overview
      • How to Start Staking with the Aleph Zero Dashboard
      • How to Start Staking With the Developer Wallet
      • How to start staking using Ledger hardware wallet
      • How to Change Nominations
      • How to Stop Staking
      • Staking Rewards
      • Validators
      • Commission and Foundation Nodes
      • Proxy Accounts
    • Validate
      • Validating Overview
      • Hardware requirements
      • Running an Aleph Node on Testnet
        • Downloading and running the node
        • Verifying your setup
        • Customizing your setup
        • Building and running from source [advanced]
          • Building from source
          • Set environment variables
          • Download DB snapshot
          • Running the binary
        • Appendix: Ports, addresses, validators, and archivists
      • Running an Aleph Node on Mainnet
        • Running the node
        • Building and running from source [advanced]
      • Setting your identity
      • Making the node validate
      • Securing your validator
      • Troubleshooting
      • Elections and Rewards Math
      • Testnet Validator Airdrop
      • Foundation Nomination Program
    • Using the EVM-layer
    • Governance
      • Token
      • Multisig Accounts
  • BUILD
    • Aleph Zero smart contracts basics
      • Setting up a Testnet account
      • Installing required tools
      • Creating your first contract
      • Deploying your contract to Aleph Zero Testnet
      • Extending your contract
    • Cross contract calls
      • Using references
      • Using dynamic calls
    • Migrating from Solidity
    • Writing e2e tests with ink-wrapper
    • Aleph Zero Signer integration
    • Front-end app: smart contract interaction
    • Security Course by Kudelski Security
      • ink! Developers Security Guideline
      • Lesson 1 - Getting started with ink!
      • Lesson 2 - Threat Assessment
      • Lesson 3 - Integer Overflow
      • Lesson 4 - Signed-integer
      • Lesson 5 - Role-Based Access Control
      • Lesson 6 - Address Validation
      • Lesson 7 - Smart Contract Control
    • Development on EVM-layer
  • PROTOCOL DETAILS
    • Shielder
      • Overview
      • Design against Bad Actors
      • Preliminaries - ZK-relations
      • Notes and Accounts
      • ZK-ID and Registrars
      • Anonymity Revokers
      • PoW Anonymity Revoking
      • Relayers
      • Deterministic Secret Management
      • SNARK-friendly Symmetric Encryption
      • SNARK-friendly Asymmetric Encryption
      • Cryptography
      • Token shortlist
      • User Wallet
      • Versioning
      • PoC
      • Version 0.1.0
      • Version 0.2.0
    • Common DEX
      • Common Whitepaper - Differences
      • Dutch Auctions
  • FAQ
  • Tutorials
    • Withdrawing coins from exchanges
      • How to withdraw your AZERO coins from KuCoin
      • How to withdraw your AZERO coins from MEXC Global
      • How to withdraw your AZERO coins from HTX
  • Setting up or restoring a wallet
    • How to set up or recover your AZERO account using Aleph Zero Signer
    • How to set up or recover your AZERO account using the official mainnet web wallet
    • How to set up or recover your AZERO account using Nova Wallet
    • How to set up or recover your AZERO account using SubWallet
    • How to set up or recover your AZERO account using Talisman
  • Staking
    • How to stake via a direct nomination using the Aleph Zero Dashboard
    • How to stake via a nomination pool using the Aleph Zero Dashboard
    • How to destroy a nomination pool via the Aleph Zero Dashboard
Powered by GitBook
On this page
  • Account actions
  • Browser extensions
  • Third-Party Wallets

Was this helpful?

  1. USE

Wallets

Cryptocurrency wallets are a cornerstone of Web3, giving you full control over your funds. Aleph Zero offers its own native web wallet as well as collaborates with several third-party wallet providers

PreviousUSENextExplorer

Last updated 2 months ago

Was this helpful?

To set up a new AZERO account on the mainnet, please ensure you're at and in the top left corner "Aleph Zero" is selected. You should see this:

That's the default view of Aleph Zero web wallet - a block explorer showing the most recent blocks and events. All the account-related actions can be accessed using the tab.

Please note that many functionalities of the web wallet require having at least one account with some funds present in the tab. Otherwise, some tabs and menus will be inaccessible or invisible.

Account actions

To create a new account, please:

  1. Click on Add Account.

  2. You'll see your mnemonic seed. Save it in multiple secure locations to ensure you have access to your wallet.

  3. Follow the on-screen instructions:

    1. Set a local name for your account.

    2. Choose a local password (it's only relevant for using this account via the azero.dev web wallet).

    3. At the very last step, choose the correct location to save your backup .JSON files. They're an additional method of wallet recovery in case you'd lost your mnemonic seed phrase. Recovering your account via .JSON file requires entering the password you chose in the previous step.

To import an existing account using seed phrase, please:

  1. Click on Add Account.

  2. You'll see a random mnemonic seed. Replace it with the mnemonic seed of the account you wish to import

  3. Follow the on-screen instructions (same as above)

To import an existing account using .JSON backup, please:

  1. Click on Restore JSON.

  2. Upload your backup .JSON file and enter the associated password.

To remove your account from the web wallet, please:

  1. Next to the account you would like to remove, click 3 dots and select Forget this account.

Browser extensions

The process of creating, importing, or removing an account in the extension is very similar to the procedures described above. All you need to pay attention to is the mnemonic seed phrase associated with an account. Additionally, backup .JSON files created by the web wallet are compatible with the browser extension.

Third-Party Wallets

There are also a number of third-party wallets available in the Aleph Zero ecosystem:

Please note that the core team is not responsible for the development and maintenance of third-party wallets and cannot guarantee proper security measures.

Please note that an account on the blockchain is not the same thing as the wallet used to create it. An account is an entry in the public database (the blockchain) that stores information about funds, transactions, staking etc. A wallet is a tool that stores a private key (mnemonic seed phrase) to an account and allows interacting with it. In particular, the same account can be accessed by multiple wallets, as long as the same mnemonic seed is used. So if you already have an account created with some other wallet and you would like to start using the web wallet, there's no need to create a fresh account and transfer all your coins to it. All you need to do is to import your existing account into , as described below.

Proceed to the tab.

Proceed to the tab.

Proceed to the tab.

Proceed to the tab.

Please note that this action happens purely on the client side and does not interact with the blockchain. Your account (together with all funds, staked coins, etc.) will stay on the chain unchanged. It will be only removed from the local list on the tab. You can reimport it at any time using the procedures described above.

An alternative way to manage your accounts that are accessible via web wallet is to use the maintained by the core team. It's a web browser extension that can store Aleph Zero blockchain accounts and allows using them from wallet and other websites (Staking Dashboard, Contracts UI).

Alternatively, works in a similar way.

azero.dev
Accounts
Accounts
Accounts
Accounts
Accounts
azero.dev
Aleph Zero Signer extension
azero.dev
Polkadot{.js} extension
Nova Wallet
SubWallet
Talisman
Parity Signer
Vulture Wallet
Fearless Wallet
Ledger Hardware Wallet
Tangem Hardware Wallet
Polkasafe Multisig
azero.dev
Accounts
Accounts