# Wallet Setup

{% hint style="info" %}
You can use another substrate-compatible wallet if you know what you are doing.
{% endhint %}

### Install the polkadot.js extension

You can get the polkadot.js browser extension from here:

{% embed url="<https://polkadot.js.org/extension/>" %}

### Import the key

Import your mnemonic as a key into the polkadot.js extension.

First, open the extension. Then, press on the<img src="https://3650756084-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FULdtKGHYBrV0LyCaxWKd%2Fuploads%2FSKLtJyAhKoiJHGfZn88l%2Fimage.png?alt=media&#x26;token=29308435-023a-45ec-b0e7-94df394d7387" alt="" data-size="line">button at the menu:<br>

![](/files/Q1Mh3qPdWEQ2i9ihO2Dp)

Press on "Import accounts from pre-existing seed", then follow the dialog to import the key.

![](/files/6PIXi8bZjsUEOE2SKFix)

In the end, you should see the address corresponding to your validator key. Use this address when getting the tokens from the faucet.


---

# 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://gitbook.humanode.io/docs/tools-and-services/polkadotjs-extension/wallet-setup.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.
