# एथेरियम के साथ शुरुआत करना

{% hint style="info" %}
इस खंड में, आप सीखेंगे कि एथेरियम नेटवर्क (जिसे एथेरियम मेननेट भी कहा जाता है) पर अपने वेब3 वॉलेट को कैसे कनेक्ट और उपयोग करना है।
{% endhint %}

```
अपने वेब3 वॉलेट को एथेरियम नेटवर्क से कनेक्ट करेंअपने वेब3 वॉलेट को एथेरियम नेटवर्क से कनेक्ट करें
```

## इस खंड में, आप सीखेंगे कि एथेरियम नेटवर्क (जिसे एथेरियम मेननेट भी कहा जाता है) पर अपने वेब3 वॉलेट को कैसे कनेक्ट और उपयोग करना है।

{% hint style="info" %}
हम आपके वेब3 वॉलेट के रूप में मेटामास्क वॉलेट का उपयोग करने की सलाह देते हैं।
{% endhint %}

{% hint style="success" %}
एथेरियम नेटवर्क पहले से ही आपके मेटामास्क वॉलेट पर स्थापित है।
{% endhint %}

अपने वॉलेट में लॉग इन करें और ड्रॉपडाउन नेटवर्क मेनू पर एथेरियम मेननेट चुनें

![Ethereum Mainnet network selection](/files/VgmYoZtdwN4xHGSazdtG)

## अपने एथेरियम वॉलेट में कम से कम 0.2 ETH जमा करे&#x902;**.**

अब आपको गैस का भुगतान करने के लिए अपने बटुए को पर्याप्त ईथर (संक्षिप्त रूप में ईटीएच) के साथ लोड करने की आवश्यकता है। नेटवर्क पर प्रत्येक लेनदेन के लिए गैस शुल्क की आवश्यकता होती है, उदाहरण के लिए:

* आपके बटुए से धन के हस्तांतरण(ट्रांजैक्शन) के लिए लेनदेन
* आपके संगठन की तैनाती(डिप्लॉइ)
* आपके संगठन के भीतर बातचीत

{% hint style="info" %}
$ETH एथेरियम नेटवर्क की एक मूल क्रिप्टोक्यूरेंसी है और इसे किसी भी[ क्रिप्टोक्यूरेंसी एक्सचेंज से प्राप्त किया जा सकता है जो ETH को सूचीबद्ध करता है।](https://docs.ethhub.io/using-ethereum/how-to-buy-ether/)
{% endhint %}

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

आपको कितने ETH की आवश्यकता होगी, इसके मोटे अनुमान के रूप में: जीवीई में मौजूदा "मानक"[ गैस की कीमत ](https://ethgasstation.info/)0.02 से गुणा करें।

उदाहरण के लिए: 10 gwei के मानक गैस मूल्य पर, आपके बटुए में 0.2 ETH होना चाहिए। आप [यहां](/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-ethereum.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.
