|
| 1 | +import { Callout, Steps } from 'nextra-theme-docs' |
| 2 | + |
| 3 | +# Creating and Importing Accounts |
| 4 | + |
| 5 | +To use Namada Keychain, you'll need to create (or import) an account (*a.k.a* your 'Keys' or your 'Wallet'). Creating an account |
| 6 | +will generate a transparent and shielded address and a set of secret keys—allowing you to send and receive tokens, as well as |
| 7 | +sign transactions to stake, vote on governance, and more. |
| 8 | + |
| 9 | +You can have several accounts in your keychain at the same time and switch between them as needed. |
| 10 | + |
| 11 | +## Creating a New Account |
| 12 | + |
| 13 | +<Callout type="info"> |
| 14 | +If you want to create an account using a Ledger hardware wallet, see the [dedicated section](./ledger) for Ledger-specific instructions. |
| 15 | +</Callout> |
| 16 | + |
| 17 | +1. Open Namada Keychain by clicking the extension icon in your browser toolbar. If you've previously completed the setup process, |
| 18 | +you'll see your current list of accounts. From here, click the "Add Keys" button in the top right corner to open a full-page modal |
| 19 | +with options to create a new account or import an existing one. (If this is your first time opening the extension, you'll be taken |
| 20 | +to the full-page view immediately.) |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | +2. Click the "Create New Keys" button to create a new account. Carefully review the warning message about the |
| 25 | +importance of keeping your seed phrase safe, then proceed to the next page. |
| 26 | + |
| 27 | +3. Reveal your seed phrase by mousing over it. You can choose to generate either a 12 or 24 word seed phrase by clicking the |
| 28 | +toggle button above the seed phrase. Use '12 words' if you're unsure which to choose. Write down or otherwise securely save your seed phrase and proceed to the next |
| 29 | +screen, where you'll be asked to confirm two random words in order to verify that you've saved your seed phrase correctly. |
| 30 | + |
| 31 | +4. On the next screen, you'll be asked to name your new account under 'Keys Name.' This is a label for your account, and can be changed later. **If this is your first time |
| 32 | +creating an account**, you'll also be asked to set a password for the extension (otherwise, you will only see an input field for 'Keys Name'). |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | +If you've previously set a password for the extension, you won't be asked to set a new one. If you wish to change your password, you can do so at a later time in the [settings](./configure) |
| 37 | +menu. |
| 38 | +<Callout type="warning"> |
| 39 | +You'll be periodically asked to confirm this password when you open the extension, connect |
| 40 | +to an app, or sign transactions -- so make sure you back it up along with your seed phrase! Losing either your seed phrase or password can result in you losing access to your |
| 41 | +funds. |
| 42 | +</Callout> |
| 43 | + |
| 44 | + |
| 45 | +5. Finally, you'll be shown your new account's transparent and shielded addresses, as well as your public key. (It's not necessary to save these as you can view them at any time.) |
| 46 | +Click "Finish Setup" to complete the process. |
| 47 | + |
| 48 | +## Importing an Existing Account |
| 49 | + |
| 50 | +Importing an existing account is very similar to creating a new account, except after clicking the "Add Keys" button you should select "Import Existing Keys" |
| 51 | +instead of "Create New Keys." |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | +You'll be asked to provide the seed for your existing account in one of the following formats: |
| 56 | +- A 12 word seed phrase |
| 57 | +- A 24 word seed phrase |
| 58 | +- A raw hex private key |
| 59 | +- A raw hex spending key |
| 60 | + |
| 61 | +Finally, you'll be asked to name your account, and (**if this is your first time initializing an account only**) set a password for the extension. |
| 62 | + |
| 63 | + |
| 64 | +## Switching Between Accounts |
| 65 | + |
| 66 | +You can have multiple accounts in your keychain at the same time, but only one account will be active at a time. To switch between accounts, |
| 67 | +click the Namada Keychain extension icon in your browser toolbar and click the checkbox to the left of the account you wish to use. |
| 68 | + |
| 69 | +Alternatively, you can click the 'three vertical dots' icon `⋮` next to the desired account and select "Set default account." |
| 70 | + |
| 71 | + |
| 72 | +# Video Tutorial |
| 73 | +For video tutorials on creating and importing accounts, see the following sections of [namada.help](https://www.namada.help/): |
| 74 | +- [How to Create a Wallet](https://www.namada.help/tutorials/how-to-create-a-wallet) |
| 75 | +- [How to Import a Wallet](https://www.namada.help/tutorials/how-to-import-a-wallet) |
0 commit comments