> 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/ewx-ecosystem/the-marketplace-app/token-management/managing-ewc-accounts.md).

# Managing EWC accounts (deprecated)

### Prerequisite

* [x] Connected EWX account

## Adding an EWC account

1. Click on `Add EWC Account +` button that is available on the left panel

<figure><img src="https://4257445316-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fnf3YeoQlQerc93GsC2Me%2Fuploads%2Feip54L3d1EZrhbiszBW8%2FScreenshot%202025-03-14%20at%202.35.42%E2%80%AFPM.png?alt=media&amp;token=91b1177b-9bcf-422a-b983-f7e5e4625ba7" alt=""><figcaption><p>Add EWC account menu</p></figcaption></figure>

2. Enter a valid EWC account address and press `+`. You may add multiple accounts and they will appear as a list

<figure><img src="https://4257445316-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fnf3YeoQlQerc93GsC2Me%2Fuploads%2FdJ0VjjhNMe8DNxmdUDAQ%2Fimage.png?alt=media&amp;token=dd718c64-bc0b-451a-8531-fa8e22ee8cee" alt="" width="375"><figcaption><p>Add EWC Account</p></figcaption></figure>

## Removing an EWC account

1. Click on `⋮` icon next to the EWC account balance, and choose `Manage Accounts`

<figure><img src="https://4257445316-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fnf3YeoQlQerc93GsC2Me%2Fuploads%2FMvsZ8aI3oZd8ZA5NYzE4%2FScreenshot%202025-03-14%20at%202.44.49%E2%80%AFPM.png?alt=media&amp;token=3723023c-38ac-4337-a261-b27ec67796b7" alt=""><figcaption><p>Manage accounts menu</p></figcaption></figure>

2. There's a `-` icon right next to each of the added accounts. Click on it to remove

<figure><img src="https://4257445316-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fnf3YeoQlQerc93GsC2Me%2Fuploads%2F9Ug6X8WTYEpyUG5gcA4n%2FScreenshot%202025-03-14%20at%202.50.37%E2%80%AFPM.png?alt=media&amp;token=2819e6e3-4798-41fa-b0be-4a1fc2b613c4" alt="" width="375"><figcaption><p>Manage account</p></figcaption></figure>


---

# 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/ewx-ecosystem/the-marketplace-app/token-management/managing-ewc-accounts.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.
