# Operator and Worker Accounts

## Operator account

Marketplace app requires an operator account to make the most of the features it offers. Connect your EWX account, fund your account and sign it up as an operator by following these guides:

<table data-view="cards"><thead><tr><th></th><th data-type="content-ref"></th></tr></thead><tbody><tr><td>Create</td><td><a href="/pages/UqayzPWPofapg7J3S6ir">/pages/UqayzPWPofapg7J3S6ir</a></td></tr><tr><td>Connect</td><td><a href="/pages/sukEcQv1s34t36ekuu6b">/pages/sukEcQv1s34t36ekuu6b</a></td></tr><tr><td>Fund</td><td><a href="/pages/JnY2ovXoOF40jjOQaTXm">/pages/JnY2ovXoOF40jjOQaTXm</a></td></tr><tr><td>Disconnect</td><td><a href="/pages/AOk50vmcdccoJAwOKmWt">/pages/AOk50vmcdccoJAwOKmWt</a></td></tr></tbody></table>

***

## Worker account

A worker node account is used mainly for running worker node logic(s). Though you can earn base rewards by subscribing to a solution group, participating into worker node network allows you to earn extra rewards.&#x20;

{% hint style="success" %}
Worker node accounts do not hold any tokens and cannot access your wallet account tokens. They are only used for computation result submissions
{% endhint %}

#### Discover more guides for this topic:

<table data-view="cards"><thead><tr><th></th><th data-type="content-ref"></th></tr></thead><tbody><tr><td>Create</td><td><a href="/pages/MFWgA2zo6sfdhd9H9in0">/pages/MFWgA2zo6sfdhd9H9in0</a></td></tr><tr><td>Import</td><td><a href="/pages/zTfCdwOTh0vk4ttM5sbk">/pages/zTfCdwOTh0vk4ttM5sbk</a></td></tr><tr><td>Export</td><td><a href="/pages/epAUEiIpObvBOmrtYvOs">/pages/epAUEiIpObvBOmrtYvOs</a></td></tr><tr><td>Link</td><td><a href="/pages/FW9xNudo5TwjV0dYQrnb">/pages/FW9xNudo5TwjV0dYQrnb</a></td></tr><tr><td>Unlink</td><td><a href="/pages/LLykpdheHIaUM0mQp0Aq">/pages/LLykpdheHIaUM0mQp0Aq</a></td></tr></tbody></table>

***

## FAQs

<details>

<summary>What to do when I forgot my worker account seed phrase?</summary>

You can recover your linked worker account's seed phrase using [export](/ewx-ecosystem/the-marketplace-app/operator-and-worker-accounts/exporting-worker-account.md) feature as long as you have your password.

Unfortunately if you have unlinked or if you lost your password, then the seed phrase recovery process is not possible.

</details>

<details>

<summary>What to do when I forgot my operator account seed phrase?</summary>

As per [SubWallet's basic safety](https://docs.subwallet.app/main/privacy-and-security/basic-safety):&#x20;

> If you lose your secret recovery phrase, you will not be able to access your wallet and its contents will be unrecoverable.

Please keep your seed phrase somewhere safe :pray:

</details>

<details>

<summary>What to do when I forgot my worker account password?</summary>

When the app restarts, you will be prompted to unlock your worker node. Follow the instructions in case you forgot your password:

1. Click  `Forgot your password?`

![](/files/bZpl5babgr7CG7QPVhLP)

2. Paste your worker account's seed phrase and click `Continue`

![](/files/EGD5z7vD3XFuPiOKKR04)

3. Enter your new password and click `Reset Password`

![](/files/Ykpu3qlb0dYvTnn4JLQb)

</details>


---

# 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://docs-launchpad.energyweb.org/ewx-ecosystem/the-marketplace-app/operator-and-worker-accounts.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.
