> For the complete documentation index, see [llms.txt](https://docs.energyweb.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.energyweb.org/legacy-documentation/ew-dos-technology-components-2023/trust-layer-energy-web-chain/ewc-guides-and-tutorials/getting-started-with-ew-dos.md).

# Getting started with Energy Web Chain

## 1. Install MetaMask

You will need to [install MetaMask](https://metamask.io/) (or another Ethereum wallet) to connect to EW-DOS applications on the Volta test network or the main network, and to sign transactions on the blockchain.&#x20;

Read more about using MetaMask [here](/legacy-documentation/foundational-concepts/wallets-and-exchanges.md#metamask).&#x20;

## 2. Get Tokens

If you are using applications or smart contracts on the [**Volta Test Network (testnet)**](/legacy-documentation/ew-dos-technology-components-2023/trust-layer-energy-web-chain/ewc-guides-and-tutorials/testnet-and-mainnet.md#developing-on-volta-test-network), you will need [Volta tokens](/legacy-documentation/community-resources/using-the-energy-web-chain/volta-testnet-token.md).&#x20;

* Learn how to get Volta Tokens [here](/legacy-documentation/community-resources/using-the-energy-web-chain/volta-testnet-token.md).&#x20;
* Once you have Volta tokens, you will need to [connect MetaMask to the Volta blockchain](/legacy-documentation/ew-dos-technology-components-2023/trust-layer-energy-web-chain/ewc-guides-and-tutorials/connect-to-energy-web-chain-main-network-with-metamash.md#to-connect-to-the-volta-test-network).&#x20;

If you are using or developing applications or smart contracts deployed on the [**Energy Web Main Network (mainnet)**](/legacy-documentation/ew-dos-technology-components-2023/trust-layer-energy-web-chain/ewc-guides-and-tutorials/testnet-and-mainnet.md#developing-on-energy-web-main-network), you will need to have [Energy Web Tokens](/legacy-documentation/ew-dos-technology-components-2023/trust-layer-energy-web-chain/energy-web-token.md).

* &#x20;Learn how to get EWT [here](/legacy-documentation/ew-dos-technology-components-2023/trust-layer-energy-web-chain/energy-web-token.md#get-ewt).&#x20;
* Once you have EWT, you will need to [connect MetaMask to the Energy Web Chain](/legacy-documentation/ew-dos-technology-components-2023/trust-layer-energy-web-chain/ewc-guides-and-tutorials/connect-to-energy-web-chain-main-network-with-metamash.md#to-connect-to-the-energy-web-main-network).&#x20;

## 3. Using EW-DOS

### Learn about Volta Testnet and Energy Web Mainnet

{% content-ref url="/pages/-MgLiGK5QgHztz4JLgPQ" %}
[Developing on the Volta Test Network and Main Network (Energy Web Chain)](/legacy-documentation/ew-dos-technology-components-2023/trust-layer-energy-web-chain/ewc-guides-and-tutorials/testnet-and-mainnet.md)
{% endcontent-ref %}

### See an Overview of the EW-DOS Tech Stack

{% content-ref url="/pages/-MftS1UK7rXV2KGfQI02" %}
[Broken mention](broken://pages/-MftS1UK7rXV2KGfQI02)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.energyweb.org/legacy-documentation/ew-dos-technology-components-2023/trust-layer-energy-web-chain/ewc-guides-and-tutorials/getting-started-with-ew-dos.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
