> For the complete documentation index, see [llms.txt](https://docs.kiiglobal.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kiiglobal.io/docs/learn/getting-started/connect-wallet-to-explorer-app.md).

# Connect Wallet to Explorer App

### Step 1: Make sure you have installed the MetaMask or Keplr browser 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) or [Keplr](https://www.keplr.app/). During testnet, if you do not have MetaMask installed first, you will receive this error.

<figure><img src="/files/0VegjoL4eA7wczoCuCs2" alt="" width="375"><figcaption></figcaption></figure>

### Step 2: Launch the Explorer App and Connect your Wallet to Testnet Oro.

Go to [https://explorer.kiichain.io](https://app.kiiglobal.io/) and make sure you are connected to the "Testnet Oro" network by selecting the dropdown in the top right.

<figure><img src="/files/D1Kh1Gpgv9Mg8TuBfe0F" alt="" width="365"><figcaption></figcaption></figure>

For setting up a web wallet, see "[Set Up a Web Wallet](https://docs.kiiglobal.io/docs/getting-started/set-up-a-web-wallet)". Once your wallet has been created, you can link it to the explorer app by clicking the wallet icon in the top right corner.

<figure><img src="/files/sQbMGHzmKeZWNYKSgzvG" alt="" width="423"><figcaption></figcaption></figure>

If you have the MetaMask extension installed in your web browser, it should automatically connect the RPC endpoints.

<figure><img src="/files/hPEwhDlm5gGkVqRScGQw" alt="" width="363"><figcaption></figcaption></figure>

It will then ask for approval to switch the network from Ethereum (default) to Kiichain Testnet. Click the "Switch Network" button.

<figure><img src="/files/eMRiMv5HuquMYZtZFYKx" alt="" width="345"><figcaption></figcaption></figure>

Following, it will ask to link with your new wallet address. Click "Next".

<figure><img src="/files/HnRw62uznHqiZOeIgJ9f" alt=""><figcaption></figcaption></figure>

Lastly, it will ask for wallet permissions. Click on "Confirm".

<figure><img src="/files/l95YWEmEMram9cB2insh" alt=""><figcaption></figcaption></figure>

Awesome! Your wallet is now connected to the explorer app! Deposit testnet tokens in your address to delegate to the validator.

### Step 3: Get testnet tokens.

Testnet tokens can be found on the faucet page in the explorer or requested in the discord. For more information, see here: [Testnet Faucet Commands](https://docs.kiiglobal.io/docs/validate-the-network/run-a-validator-full-node/testnet-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://docs.kiiglobal.io/docs/learn/getting-started/connect-wallet-to-explorer-app.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.
