> For the complete documentation index, see [llms.txt](https://gitbook.humanode.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.humanode.io/docs/tools-and-services/polkadotjs-extension/wallet-setup.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://gitbook.humanode.io/docs/tools-and-services/polkadotjs-extension/wallet-setup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
