# Import your seed phrase into Metamask

{% hint style="info" %}
In this section, we'll go through how to **import the \_first-dao**\_\*\* seed phrase\*\* 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 seed phrase, 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 *Lock* button in the top right off this menu

You'll be taken to a *Welcome Back* page:

![](https://1303901111-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqkA65ZBta5cBbldyxyst%2Fuploads%2Fgit-blob-5df5af581faef440124955cb89ddca083a52f9df%2FScreenshot%202022-04-25%20at%2013.10.18%20\(1\).png?alt=media\&token=d318a552-b56d-4cff-8032-02097d0b255d)

## Importing seed phrase

Importing the 12 words phrase will allow you to use Metamask with your *first-dao.*

> If you are running the Aragon Client, enter the path and type:
>
> `cd first-dao`\
> `yarn start`

Click on *Forgot password*. Metamask should now open up in a new window with a heading ***Reset Wallet***.

Now, what you need to do is to look at the output of your terminal after you run `yarn start`. You should see the following at the start:

```
main     | Starting Aragon app development...
main     | App name: first-dao
main     | App id: 0x4c93e09d64b5a9a4c770869d95fd637936feb6ae784413a480ae0aa65889348a
main     | Accounts mnemonic "explain tackle mirror kit van hammer degree position ginger unfair soup bonus"
```

These 12 words phrases will allow us to use Metamask to access an account that has permission to update the Counter in our Counter app.

{% hint style="danger" %}
Note that your seed phrase (or *mnemonic phrase*) won't be the same as mine. So make sure you copy yours from your terminal, and not from this blog.
{% endhint %}

## Create a new password

Once you copied the 12 word seed phrase, paste it into the wallet seed text box, and create a new password (see image below):

![](https://1303901111-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqkA65ZBta5cBbldyxyst%2Fuploads%2Fgit-blob-74c5660b50c0d6d6f6c6cb122533888a585193c3%2FScreenshot%202022-04-25%20at%2013.28.54%20\(2\).png?alt=media\&token=87629ad0-45e4-4d26-8437-57fef5ede757)

## Click on the *Restore* button at the bottom of the page

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 %}
