# Getting started with Harmony

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

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

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

* Login to your wallet
* Go to the [https://chainlist.org/](https://chainlist.org) site
* In the search box insert ***harmony mainnet 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 %}

* Click \_**add to Metamask** \_ button

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

## **Deposit at least 0.2 ONE to your Harmony wallet**

### What is ONE?

ONE is the currency used on Harmony to pay for transaction fees and, consequently, to deploy a DAO, in the same way that ETH is used on Ethereum.

### How to get ONE?

$ONE needs to be transferred onto the Polygon network using a 'bridge' such as <https://bridge.harmony.one/busd>. An alternative bridge can be found [here](https://synapseprotocol.com/?inputCurrency=USDT\&outputCurrency=USDC\&outputChain=1666600000).

{% hint style="danger" %}
**How much $ONE is necessary to deploy a DAO?**

At least 0.2 $ONE is required to deploy an Aragon DAO, though the actual cost might be much less.
{% endhint %}


---

# 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.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.
