# How to create and connect the wallet to Curio Parachain

## **1. Install Polkadot JS Extension**

You will need Chrome, Brave, or Firefox browsers. You also need to install the Polkadot JS browser extension. Open the link below in your browser and install it.

For Google Chrome (and Chromium-based browsers like Brave): <https://chrome.google.com/webstore/detail/polkadot%7Bjs%7D-extension/mopnmbcafieddcagagdcbnhejhlodfdd?hl=en>

For Firefox: <https://addons.mozilla.org/en-US/firefox/addon/polkadot-js-extension/>

## **2. Open Polkadot JS apps for Curio parachain**

Open the link <https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fparachain.curioinvest.com%2F#/explorer> in your browser and allow access to Polkadot JS Extension in the browser extension window that opens.

## **3. Update metadata for Polkadot JS Extension**

Go to `Settings > Metadata` (<https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fparachain.curioinvest.com%2F#/settings/metadata>) and click “Update metadata” if there is a notice about “upgradable extensions”.

<figure><img src="https://3995532231-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MV1VXXsfM-OSWA2aH3X%2Fuploads%2FKKWtskS0LwANMF5G9Jt5%2FScreenshot%202023-10-16%20at%2019.18.26.png?alt=media&#x26;token=8e23352e-0b5b-4683-b8dc-32d3b730292c" alt="" width="563"><figcaption></figcaption></figure>

Then, confirm the receipt of metadata from Curio Parachain into the browser extension.

<figure><img src="https://3995532231-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MV1VXXsfM-OSWA2aH3X%2Fuploads%2F5vHc3FFp51GPTLkDgi6u%2FScreenshot%202023-10-16%20at%2019.20.48.png?alt=media&#x26;token=913849e4-6db3-4dde-badd-f9303b3d23a4" alt="" width="375"><figcaption></figcaption></figure>

## **4. Create a new wallet or import the existing Substrate wallet in Polkadot JS Extension**

Open Polkadot JS Extension. You can click “Open extension in new window” on the Settings icon for convenience when creating a wallet. The browser extension will open in a new browser tab.

![](https://3995532231-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2Fcurio-parachain-wiki%2F-MePTa_RGwTQylZta2Ia%2F-MePTzjrGO_ZWT0z7Dx-%2F2.png?generation=1626089455289981\&alt=media)

Next, you can generate a new wallet or import an existing one.

![](https://3995532231-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2Fcurio-parachain-wiki%2F-MePTa_RGwTQylZta2Ia%2F-MePTzjsg1nyhOfYl1q8%2F3.png?generation=1626089455250193\&alt=media)

### **Create a new account**

A seed phrase will be generated for you, which must be saved safely and not lost. The phrase gives full access to your account and funds on it. Next, you need to select network "**Curio**", set any desired **name for the account**, and **password**. Click “Add the account with the generated seed” and your new wallet will be created.

<figure><img src="https://3995532231-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MV1VXXsfM-OSWA2aH3X%2Fuploads%2FLuAw3KDHXkZvEFTUmYgj%2FScreenshot%202024-02-19%20at%2016.49.02.png?alt=media&#x26;token=31b27e86-fa77-42ef-9919-181add68fdb0" alt="" width="375"><figcaption></figcaption></figure>

### **Use an existing account**&#x20;

You can use your existing account by clicking "Import account with pre-existing seed" (when you have a wallet mnemonic phrase). Enter your **seed phrase**, select the network "**Curio**", the **name of your account** and **password**. Enter a password for the account and click Next. Click on "Add the account with the supplied seed".

Your account should appear in the Polkadot JS browser extension.

<figure><img src="https://3995532231-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MV1VXXsfM-OSWA2aH3X%2Fuploads%2FzI6Q06GpnyuP4e2G8LJK%2Fimage.png?alt=media&#x26;token=233c1eea-9761-4c3a-bd2c-40adaa2f647a" alt="" width="375"><figcaption></figcaption></figure>


---

# 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://wiki.parachain.curioinvest.com/guides/how-to-create-and-connect-the-wallet-to-curio-parachain.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.
