# Import your private key into Metamask

{% hint style="info" %}
In this section, we'll go through how to **import the private key of an account** into the Metamask wallet.
{% endhint %}

## Log in to your Metamask wallet

The first step is to open up the Metamask browser extension and log in. If you're using Chrome you should be able to open Metamask by clicking on the fox icon located to the right of your address bar *(see the image below)*.

If you can't see it, [*click here*](https://chrome.google.com/webstore/search/metamask). This will open up an interface to your Ethereum wallet.

<figure><img src="https://1303901111-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqkA65ZBta5cBbldyxyst%2Fuploads%2Fgit-blob-94e46130ae7c348ca30e67e9ffb9d7be6cf68bdd%2Fm-3.png?alt=media&#x26;token=bd333f0f-0d51-488d-a80a-129134fcc939" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
Since we will import a new private key, for a security reason, save the seed phrase of your current Metamask account by going to: Settings > Securty & Privacy > Reveal Secret Recovery Phrase.
{% endhint %}

## Click on the ***circle*** in the top right

You should see a black drop-down menu appear *(see image below):*

![](https://1303901111-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqkA65ZBta5cBbldyxyst%2Fuploads%2Fgit-blob-3fa4dce142192517f68d5cc861395adb0aac5514%2FScreenshot%202022-04-25%20at%2013.06.32%20\(2\).png?alt=media\&token=f4ef7994-3a65-4c25-83d2-65e6013e9733)

## Click on the *Import Account* button

Click the *Import Account* button and a window like this will appear.

![](https://1303901111-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqkA65ZBta5cBbldyxyst%2Fuploads%2Fgit-blob-20f04df080da820369035f40b84a2a5be5e0b170%2FSchermata%202022-06-14%20alle%2010.49.39.png?alt=media)

Enter the private key in the proposed field and click *Import*.

The private key that you are importing is provided in the console by the Aragon client.

> If you are running the Aragon Client, enter the path and type:
>
> `cd "name of DAO"`\
> `yarn start"`

![](https://1303901111-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqkA65ZBta5cBbldyxyst%2Fuploads%2Fgit-blob-40c12fec0342bbdd3fc926087e80c4704c325a0b%2FSchermata%202022-06-14%20alle%2011.00.44%20\(1\).png?alt=media)

In our example, we have imported:

> **Account** 0
>
> **private key** 0xa8a54b2d8197bc0b19bb8a084031be71835580a01e70a45a13babd16c9bc1563
>
> **public key** 0xb4124cEB3451635DAcedd11767f004d8a28c6eE7

![](https://1303901111-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqkA65ZBta5cBbldyxyst%2Fuploads%2Fgit-blob-c461ab573992735090d0b04392535397715c3728%2FSchermata%202022-06-14%20alle%2011.11.23.png?alt=media)

The imported account will appear in the *My account list* when clicking on the top right circle.

{% hint style="success" %}
You've now connected Metamask to your *first-dao*.
{% endhint %}


---

# 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://legacy-docs.aragon.org/developers/tools/guides/how-to-sign-with-web3-providers/set-up-metamask/import-your-seed-wallet-in-metamask-1.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.
