> 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/kyc-verification/after-submitting-kyc-details.md).

# After Submitting KYC Details

The KYC Verification comes with three (3) statuses:

1. [#kyc-verification-in-progress](#kyc-verification-in-progress "mention")
2. [#kyc-verification-successful](#kyc-verification-successful "mention")
3. [#kyc-verification-rejected](#kyc-verification-rejected "mention")

#### KYC Verification In-Progress

When KYC verification is in processing phase, the Marketplace app shows the respective status on the screen.

<figure><img src="/files/bGbFrE2EtSwOSM0Ie6n0" alt=""><figcaption></figcaption></figure>

#### KYC Verification Successful

When KYC verification succeeds, the operator will be whitelisted in the target solution group and will be allowed to subscribe to it. The screen will display the KYC status as "KYC Verified".

To proceed with the subscription process, please refer to [Subscriptions](/ewx-ecosystem/the-marketplace-app/subscriptions.md)page.

<figure><img src="/files/xeq2aTDKXwjtpotWJv6r" alt=""><figcaption></figcaption></figure>

For solution groups that enable KYC verification, not everyone is eligible to participate in submitting solution results as votes. In such case, an info icon will be shown in the Dashboard to provide such detail:<br>

<figure><img src="/files/Xv2X0kWZUj0VQ05KmYvr" alt=""><figcaption><p>Solution group that has 0 votes which the operator is not eligible to submit results</p></figcaption></figure>

<figure><img src="/files/NtgzUxZHyHSwPILAucFa" alt=""><figcaption><p>A particular solution informing that the operator is not eligible to submit votes</p></figcaption></figure>

#### KYC Verification Rejected

When KYC verification is rejected, the operator is no longer allowed to subscribe to the target solution group.<br>

<figure><img src="/files/eX4baFhKbzqvn54p2A7f" alt=""><figcaption></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/kyc-verification/after-submitting-kyc-details.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.
