# How to create a DAO on Harmony

{% hint style="info" %}
In this section, we will walk you through how to deploy a DAO using the Aragon Client on the Harmony network.
{% endhint %}

{% hint style="success" %}
[In 2021 Harmony paired with Aragon to deliver a DAO product using the client.aragon.org interface](https://blog.aragon.org/aragon-client-deployed-on-harmony/)
{% endhint %}

## What is Harmony?

[Harmony.one](https://www.harmony.one) is an L2 Ethereum compatible blockchain network with broad compatibility, low costs, and [high transaction rates (allegedly up to 10M/ sec)](https://medium.com/@aervinaervin/harmony-10million-transactions-per-second-e8161b7b7f61). It is an 'Effective Proof of Stake' network, where users can transact with each other for fraction of the Mainnet transaction costs.

Assets on Ethereum can be moved to Harmony and back again using [bridges](https://docs.harmony.one/home/general/horizon-bridge/bridging-eth-one). By reducing the cost of deploying a DAO from $500+ to a few cents Aragon hopes to inspire hundreds of businesses and non-profits to enter into the Web3 economy.

## Getting Started with Harmony Testnet

Connect your Web3 wallet to the Harmony Testnet and deposit "test-ONE".

{% hint style="info" %}
How? [Here](/products/set-up-metamask/getting-started-with-harmony-testnet.md) is a guide.
{% endhint %}

## Getting Started with Harmony for real!

Connect your Web3 wallet to the Harmony network and deposit at least 0.2 ONE.

{% hint style="info" %}
How? [Here](/products/set-up-metamask/getting-started-with-harmony.md) is a guide.
{% endhint %}

## Deploying a DAO

1. Go to the [Aragon Client](https://client.aragon.org/#/) page.

![](/files/c4LwcvN8CGfa4Ttgpe18)

1. Click ***Connect account*** and select your wallet provider. In the example below, we have connected our Metamask account to the Harmony network. If the dialogue box says that it is connected to another network, switch your wallet to the Harmony network. The connected network is automatically derived from the network selected on the wallet
2. Click ***Create an Organization*** and follow [this tutorial](/products/aragon-client/how-to-create-a-dao-using-aragon-client.md) that will run you through the creation process.

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/5c98a4fe0428633d2cf3fcf7/images/61db019ca6a5ee76d8a2e9cd/file-xKHkRPU0F6.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/aragon-client/aragon-client-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.
