# Import private key

### MetaMask addon for major browsers

Please install the MetaMask addon/extension for your browser.  You can find a few direct links below as an example.

Firefox: <https://addons.mozilla.org/en-GB/firefox/addon/ether-metamask/?utm_source=addons.mozilla.org&utm_medium=referral&utm_content=search>

Microsoft Edge: <https://microsoftedge.microsoft.com/addons/detail/metamask/ejbalbakoplchlghecdalmeeeajnimhm>

Google Chrome/Brave: <https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn>

### Create or Restore wallet

After the MetaMask addon is installed, a new wallet must be created or restored from a seed phrase. Please check the [Installation ](/wallet/installation.md)and [New Wallet](/wallet/create-a-new-wallet.md) sections for a demo.

To continue, please add the ETNY token to Metamask as shown in our "[ETNY on Bloxberg](/ethernity-node/configuring-the-node/select-the-network/mainnet-on-bloxberg/connect-to-the-bloxberg-blockchain.md)" section.

### Import

To import a wallet, please open MetaMask, open the Menu and select the "Import Account" option as shown below.

<figure><img src="/files/7MPJDglpn8We7XbaGoaK" alt=""><figcaption><p>Open Menu and then select "Import Account"</p></figcaption></figure>

<figure><img src="/files/1X7YA9pgoC4AsSyy9VhO" alt=""><figcaption><p>Paste your private key and click "Import"</p></figcaption></figure>

Once you have imported your node private key, select the Bloxberg blockchain and add the Ethernity Cloud token as token as shown [here](/ethernity-node/configuring-the-node/select-the-network/mainnet-on-bloxberg/connect-to-the-bloxberg-blockchain.md).


---

# 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.ethernity.cloud/staking-dapp/import-private-key.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.
