> 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/ewx-ecosystem/the-marketplace-app/operator-and-worker-accounts/creating-an-operator-account.md).

# Creating an operator account

## Sign up as an operator

### Prerequisites

* [x] [EWX](/ewx-ecosystem/the-marketplace-app/token-management/creating-an-ewc-account.md) account that is [connected](/ewx-ecosystem/the-marketplace-app/operator-and-worker-accounts/connecting-to-operator-account.md) to Marketplace
* [x] Some [funds](/ewx-ecosystem/the-marketplace-app/operator-and-worker-accounts/funding-an-operator-account.md) in the EWX account for transaction fee

1. Select any of the solution group that is available for subscription and click `Opt-in`

<figure><img src="/files/NEixGKoAIxZ0raFE1NYr" alt=""><figcaption><p>Opt-in to a solution group</p></figcaption></figure>

2. Enter the name you desired for your operator account in the text field, select country of residence and then hit `Continue`

<figure><img src="/files/UwzkDtesrsKWMFAMnByA" alt="" width="375"><figcaption><p>Sign up as operator</p></figcaption></figure>

3. Confirm the transaction in your wallet

<figure><img src="/files/Hanv2ekrmjanTXa5ASdU" alt="" width="375"><figcaption><p>Pending confirmation</p></figcaption></figure>

4. Once approved, wait for the transaction to be executed

<figure><img src="/files/U9SemCwXIdWJ0TyBxAeV" alt="" width="375"><figcaption><p>Executing transaction</p></figcaption></figure>

5. You will see a success message along with the transaction URL to Polkadot explorer. Your operator account is now registered :partying\_face:

<figure><img src="/files/AI105rsFu6YRbhggpby1" alt="" width="375"><figcaption><p>Sign up operator success</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-launchpad.energyweb.org/ewx-ecosystem/the-marketplace-app/operator-and-worker-accounts/creating-an-operator-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.
