# How to create a DAO on Polygon

{% hint style="info" %}
In this section, we will walk you through how to deploy a DAO using the Aragon Client on the Polygon network. You can either watch the **Video** or you can read the **Text** below the Video.
{% endhint %}

{% embed url="<https://www.youtube.com/watch?v=NbeMilheqy0>" %}

## What is Polygon?

[Polygon](https://polygon.technology) is an [L2 scaling solution](https://ethereum.org/en/developers/docs/scaling/layer-2-rollups/) for Ethereum. It is a 'Proof of Stake' network, where users can transact with each other for fraction of the Mainnet transaction cost.

Assets on Ethereum can be moved to Polygon and back again using [bridges](https://support.opensea.io/hc/en-us/articles/1500012881642-How-do-I-transfer-ETH-from-Ethereum-to-Polygon-). Ethereum fees are proportional to the complexity of the transaction but Polygon enables complex transactions for very low cost without leaving the Ethereum ecosystem.

**This is why Aragon has deployed its own DAO infrastructure to Polygon, effectively reducing the cost of deploying a DAO from $500+ to a few cents.**

## Getting Started with the Polygon Testnet

* Connect your Web3 wallet to the Polygon Testnet and deposit "test-MATIC".

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

## Getting Started with Polygon

### **Connect your Web3 wallet to the Polygon network**

Connect your Web3 wallet to the Polygon network and deposit at least 0.2 MATIC.

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

### Deploying a DAO

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

![](/files/EpnstASxxMgQOarMOrwB)

1. Click ***Connect account*** and select your wallet provider. In the example below, we have connected our Metamask account to the Polygon network. If the dialogue box says that it is connected to another network, switch your wallet to the Polygon 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/6139f3ebd3b029285070f569/file-MSqrvMAds0.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/deploying-a-dao-on-polygon.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.
