> For the complete documentation index, see [llms.txt](https://docs.magicsquare.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.magicsquare.io/magic-store/for-project-owners-developers/unverified-apps.md).

# Project Status

<figure><img src="/files/0E09kNnFQaeXURNNfIN3" alt=""><figcaption><p>Your Project Status on the Magic Store</p></figcaption></figure>

### There are four types of Projects on the Magic Store<img src="/files/39QZT6jjMT4BXmcqq4iB" alt="" data-size="line">:&#x20;

* Validated Projects <img src="/files/TbPOIw3RBEF3I7ZISCm2" alt="" data-size="line">
* Under Validation Projects <img src="/files/ntLKlp4B2009zxCcsvtn" alt="" data-size="line">
* Upcoming Projects <img src="/files/u70jcYVMi5TcBWNMvPtG" alt="" data-size="line">
* Unvalidated Projects<img src="/files/trc11sLsx1GIDE3MUAoD" alt="" data-size="line">

<img src="/files/TbPOIw3RBEF3I7ZISCm2" alt="" data-size="line"> The **Validated Projects** are marked with a pink badge. This confirms that the app has successfully been listed in the Magic Store after passing the community validation process. Validated projects appear on all pages: Discover, Apps, and Games, while upcoming projects only appear in the Upcoming section. Validated projects may also be randomly selected for a banner on the Magic Store, which is updated every 1-2 months. During the Validation these projects get exposure from the community through the voting itself and marketing announcements.&#x20;

<img src="/files/LNwIuRkJmVFoePgIBQBu" alt="" data-size="line">Projects that are **Under Validation** are marked with an orange badge. This indicates that the app is currently undergoing the essential community voting validation process. This helps ensure that only the best and most trustworthy Projects are listed in the Magic Store. During the 14 days of Validation, users review the projects, giving attention to all projects from the community.&#x20;

They can be found on the main page in the "Under Validation - Vote Now to Earn" block or in the Project Validation section (found in *Account -> Settings -> Project Validation*). Projects are in this status for 2 weeks, when users can vote for their app to be listed on the store, or not. After two weeks the app will change to **Validated** status, or **Unvalidated** status, depending on the voting results. Read more about the Project Validation [here](/magic-store/for-users/guide-community-project-validation.md).&#x20;

<img src="/files/u70jcYVMi5TcBWNMvPtG" alt="" data-size="line"> The **Upcoming Projects** are marked with a blue badge. They can be found in the<img src="/files/IHTZLiT8R3xixYdjWHCe" alt="" data-size="line">section. These projects are not live yet. They are either in the beta testing phase or haven't launched their token yet - but the app can't be used without it. Some upcoming projects specify their estimated launching date when you open the app detail page.&#x20;

<div align="left"><figure><img src="/files/7anbscscs9hRofprRVJR" alt=""><figcaption><p>Validated App </p></figcaption></figure> <figure><img src="/files/X3FEk0GTrfwmuZqOMa2t" alt=""><figcaption><p>Under Validation App</p></figcaption></figure> <figure><img src="/files/Vu53WSmvp1H6O4e9uGEm" alt=""><figcaption><p>Upcoming App</p></figcaption></figure></div>

<figure><img src="/files/abAxyPiFZBRhtbxTjZmO" alt="upcoming bar"><figcaption><p>Upcoming app - launching date bar</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.magicsquare.io/magic-store/for-project-owners-developers/unverified-apps.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.
