# Getting started with Polygon

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

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

{% 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 ***polygon mainnet***
* Click the ***connect your wallet*** button on the top right
* Click \_**add to Metamask** \_ button

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

![Add the Polygon network to Metamask using chainlist.org](/files/4UJsjHokZdHrfk8m0XTC)

## **Deposit at least 0.2 MATIC to your Polygon wallet.**

### What is $MATIC?

$MATIC is the currency used on Polygon to pay for transaction fees and, consequently, for deploying a DAO, in the same way that ETH is used on Ethereum.

### Where can I get $MATIC?

$MATIC can be bought on a decentralized exchange such as [UniSwap](https://app.uniswap.org/#/swap), using $ETH or any other ERC20 token. Then $MATIC needs to be transferred onto the Polygon network using a 'bridge' such as <https://wallet.matic.network/bridge>.

Alternatively, $MATIC can be bought from a centralized exchange, such as Binance or Kucoin and then sent directly to your Polygon wallet.

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

At least 0.2 $MATIC is required to deploy an Aragon DAO, though the actual cost might be more or less (depending on the network traffic). You can estimate the necessary gas price [here](/products/set-up-metamask/gas-tracker.md).
{% 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-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.
