# Polygon शुरुआत करना

{% hint style="info" %}
इस खंड में, आप सीखेंगे कि पॉलीगॉन नेटवर्क पर अपने वेब3 वॉलेट को कैसे कनेक्ट करें और उसका उपयोग कैसे करें.
{% endhint %}

## अपने Web3 वॉलेट को पॉलीगॉन नेटवर्क से कनेक्ट करें

{% hint style="info" %}
हम आपके वेब3 वॉलेट के रूप में [मेटामास्क वॉलेट ](/hindi-aragon-user-documentation/undefined-1/set-up-metamask.md)का उपयोग करने की सलाह देते हैं।
{% endhint %}

* अपने वॉलेट में लॉग इन करें
* &#x20;[https://chainlist.org/ ](<https://chainlist.org/ >)साइट पर जाएं
* खोज बॉक्स में **पॉलीगॉन मेननेट डालें**
* ऊपर दाईं ओर **कनेक्ट योर वॉलेट** बटन पर क्लिक करें
* क्लिक करें **\_मेटामास्क** में जोड़ें\_बटन

{% hint style="info" %}
यदि मेटामास्क अच्छी तरह से जुड़ा हुआ है तो फॉक्स आइकन दिखाई देता है
{% endhint %}

![चेनलिस्ट.ऑर्ग का उपयोग करके पॉलीगॉन नेटवर्क को मेटामास्क में जोड़ें](/files/hgEonHWre3tGtRffTUXG)

## अपने पॉलीगॉन वॉलेट में कम से कम 0.2 MATIC जमा करे&#x902;**.**

### $MATIC क्या है?

$MATIC लेन-देन शुल्क के भुगतान के लिए पॉलीगॉन पर उपयोग की जाने वाली मुद्रा है और, परिणामस्वरूप, DAO को डिप्लॉइ करने के लिए, उसी तरह जैसे ETH का उपयोग Ethereum पर किया जाता है।

### मुझे $MATIC कहां मिल सकता है?

MATIC को $ETH या किसी अन्य ERC20 टोकन का उपयोग करके UniSwap जैसे विकेन्द्रीकृत एक्सचेंज पर खरीदा जा सकता है। फिर $MATIC को 'ब्रिज' का उपयोग करके पॉलीगॉन नेटवर्क पर स्थानांतरित करने की आवश्यकता है <https://wallet.matic.network/bridge>.

वैकल्पिक रूप से, $MATIC को एक केंद्रीकृत एक्सचेंज, जैसे कि Binance या Kucoin से खरीदा जा सकता है और फिर सीधे आपके पॉलीगॉन वॉलेट में भेजा जा सकता है।

{% hint style="danger" %}
**डीएओ को तैनात करने के लिए कितना $MATIC आवश्यक है?**

आरागॉन डीएओ को तैनात करने के लिए कम से कम 0.2 $ MATIC की आवश्यकता होती है, हालांकि वास्तविक लागत कम या ज्यादा हो सकती है (नेटवर्क ट्रैफ़िक के आधार पर)। आप [यहां](/hindi-aragon-user-documentation/undefined-1/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/hindi-aragon-user-documentation/undefined-1/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.
