> For the complete documentation index, see [llms.txt](https://docs-launchpad.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-launchpad.energyweb.org/energy-solutions/digital-spine-by-energy-web/component-guides/ddhub-client-gateway/deployment-guide/preparing-to-set-up-a-client-gateway/creating-and-funding-an-ewc-account.md).

# Creating and Funding an EWC Account

Since the EW Digital Spine Client GW is a web-based application, it is strongly recommended that users install the MetaMask extension before continuing with the guide.

<div data-full-width="false"><figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcIbOutVvB4PDIubWgR5dqasGCPJQQrSxZr3LnNcY-_-EAGS9U0qdQwzm_jLaVaoLfJI-WDBZPOwhgDzTDtBe67pfeHVB9hoAynsIeQIC2PPmaorhE_ed5yP6YRK_u7GG_4w9As?key=mGFbmWWG1dkMmk1SuvbdKA" alt="" width="375"><figcaption></figcaption></figure></div>

## **Creating a new wallet**

1. For first time users, a new wallet needs to be set up. Click “Get Started” and then “Create a Wallet”.
2. Create a strong password for the wallet, you will be prompted to enter this password each time you open MetaMask
3. A 12-word secret recovery phrase will be generated. Write this down and store it somewhere safe as this is the only way for you to recover the wallet. Keep it secure and private.
4. Confirm the phrase when prompted.
5. An Ethereum account will be created as “Account 1” as default.

## **Adding EWC Network**

1. To add EWC Network in your MetaMask, click on the network dropdown at the top of the extension and choose “Add a custom network”
2. Fill in the network details and click “Save”
3. Network name: Energy Web Chain
4. Default RPC URL: <https://rpc.energyweb.org>&#x20;
5. Chain ID: 246
6. Currency symbol: EWT
7. Block explorer URL: <https://explorer.energyweb.org>&#x20;

## **Funding an EWC Account**

To fund an EWC Account, simply go to any platform that offers EWT exchange. The [CoinMarketCap](https://coinmarketcap.com/currencies/energy-web-token/) may be used to find available markets that support EWT such as Kraken and KuCoin.


---

# 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-launchpad.energyweb.org/energy-solutions/digital-spine-by-energy-web/component-guides/ddhub-client-gateway/deployment-guide/preparing-to-set-up-a-client-gateway/creating-and-funding-an-ewc-account.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.
