# Getting started with Harmony testnet

{% hint style="info" %}
In this section, you will learn how to connect and use your Web3 wallet on the Harmony Testnet.
{% endhint %}

## **Connect your Web3 wallet to the Harmony Testnet**

{% hint style="info" %}
We recommend using [Metamask wallet](/products/set-up-metamask.md) as your Web3 wallet.
{% endhint %}

* Log in to your wallet
* Go to [https://chainlist.org/](https://chainlist.org) site
* In the search box insert ***harmony testnet shard 0***
* Click the ***connect your wallet*** button on the top right

{% hint style="info" %}
If Metamask is well connected the fox icon appears.
{% endhint %}

* And click \_**add to Metamask** \_ button

![Add the Harmony testnet to Metamask using chainlist.org](/files/EiAwf4yl2tn7zGwIQDqx)

## **Deposit TEST ONE to your Harmony test wallet**

### What is TEST ONE?

TEST ONE token is used on the Harmony Testnet. It is used to:

* pay for transaction fees (abbreviated as ONE)
* to deploy a DAO in the same way that test-ETH is used on Goerli

{% hint style="warning" %}
Please note that the symbol of the test-ONE is "ONE", the same as for mainnet-ONE.
{% endhint %}

### How to get your Harmony One address for the faucet?

* Go to [https://explorer.harmony.one/](https://explorer.harmony.one).
* Copy the account address from your Metamask wallet and paste it into the search bar.
* It should output an address that begins with ***one1**.*
* You will need to copy that address and then insert it at [https://faucet.pops.one/](https://faucet.pops.one).
* In a couple of seconds you should receive 1000 TEST ONE to deploy your DAO.

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/5c98a4fe0428633d2cf3fcf7/images/61db0984d268f00e10386d30/file-k4lsn7c6rW.png)


---

# 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://legacy-docs.aragon.org/products/set-up-metamask/getting-started-with-harmony-testnet.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.
