# Set Up a Web Wallet

## Step 1: Install MetaMask Extension

Go to Metamask.io and download and install the web extension browser. Make sure the web extension is from [MetaMask](https://chromewebstore.google.com/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn?pli=1).

<figure><img src="/files/a0SVQCneiPhKzVR0DrXh" alt="" width="563"><figcaption></figcaption></figure>

## Step 2: Create your wallet

Once the download has been completed, a prompt will appear, click "Create a new wallet" to begin.

<figure><img src="/files/CfVzRv8tpWwPyg20m6YA" alt="" width="480"><figcaption></figcaption></figure>

Create a password that will control access to your account via the extension.

<figure><img src="/files/YYreq5XZ8uZ67bNtyPVY" alt="" width="491"><figcaption></figcaption></figure>

Create, record, and properly store your wallet secret phrase. This step is very important as these 12 words are your secret keys to your wallet.

<figure><img src="/files/QWR7y2JFDrPVOWzU0zaI" alt="" width="399"><figcaption></figcaption></figure>

Awesome, nice work! Your wallet has been created. Make sure you store your keys in a safe place!

## Step 3: Link your wallet to the KiiChain Testnet.

Wallets like MetaMask and Keplr can be manually connected to various testnets. MetaMask supports EVM-compatible blockchains, and at default, is set to the Ethereum network. You will need to manually connect to the KiiChain network.

The link can be done through multiple sources:

* [Kiichain Testnet Page](https://kiichain.io/testnet)
* [Explorer App](https://explorer.kiichain.io/testnet)
* [Chain lists](https://chainlist.org/chain/1336)

### Manually setting the wallet

Click the "Ethereum Mainnet" dropdown bar on the top left and then click "Add Network" on the pop-up box.

<figure><img src="/files/Vo8oVa4HLtlnoCRIyt61" alt="" width="563"><figcaption></figcaption></figure>

Manually add the following testnet chain ID to add the network.

| Subject            | Value to Insert                                            |
| ------------------ | ---------------------------------------------------------- |
| Network name       | Kiichain Testnet Oro                                       |
| New RPC URL        | <https://json-rpc.dos.sentry.testnet.v3.kiivalidator.com/> |
| Chain ID           | 1336                                                       |
| Currency symbol    | KII                                                        |
| Block explorer URL | <https://explorer.kiichain.io/testnet>                     |

<figure><img src="/files/QktRzWZFKVK7n0IQJUTi" alt="" width="563"><figcaption></figcaption></figure>

Upon saving and completion, you should be connected to the testnet network!

Now, get some testnet tokens by following the instructions: [Testnet Tokens](https://docs.kiiglobal.io/docs/validate-the-network/run-a-validator-full-node/testnet-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://docs.kiiglobal.io/docs/learn/getting-started/set-up-a-web-wallet.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.
