> For the complete documentation index, see [llms.txt](https://microdivingproject.gitbook.io/microdiving/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://microdivingproject.gitbook.io/microdiving/microdiving-eng-soon/project-overview.md).

# Project overview

**Microdiving -** [RWA](https://www.coinbase.com/ru/learn/crypto-glossary/what-are-real-world-assets-rwa#:~:text=Real%2DWorld%20Assets%20\(RWAs\)%20refer%20to%20tangible%20assets%20that,exist%20outside%20the%20digital%20realm.) Ecosystem on TON

**The project idea** is the tokenization of clothing production with profit distribution among holders of NFTs and $MIC tokens. For the first time in the history of the crypto industry, we are offering an alternative to the traditional Web2 model of distributing profits to investors through stocks and bonds, namely through Web3 tools: NFTs and tokens.

## Ecosystem

* [**$MIC Token**](/microdiving/microdiving-eng-soon/ecosystem/usdmic.md): The utility currency within the ecosystem. Used for all payments, fees, and transactions.&#x20;
* [**NFT Collection**:](/microdiving/microdiving-eng-soon/ecosystem/nft.md) Each NFT represents a digitized pattern. NFT holders receive the right to participate in project profit sharing.&#x20;
* [**Sewing and Crafting App**](/microdiving/microdiving-eng-soon/ecosystem/nft/crafting.md): Currently under development. Closed beta testing will be launched soon.&#x20;
* [**Design Creation App**](/microdiving/microdiving-eng-soon/ecosystem/design-creation-app.md)**:** A separate desktop application for creating your own designs. Developed based on Marvelous Designer.
* [**Game**:](/microdiving/microdiving-eng-soon/ecosystem/game.md) Allows users to become owners of virtual clothing factories. The goal is to maximize profits. Currently under development.
* **Bot-guarantor:** Enables direct NFT trading in OTC deals without intermediaries. Transaction reliability and security are ensured by smart contract. Under development...

Join our project and become part of the best ecosystem!

{% hint style="info" %}
Our team's goal at Microdiving is to create a sustainable token economy and extensive use cases through integration into the ecosystem's products.
{% endhint %}

{% hint style="danger" %}
Please note that this information is not final. Microdiving is constantly evolving. We aim to make Microdiving the #1 ecosystem. You can stay updated on all the latest developments through [our news channel](https://t.me/Microdiving_Eng) and GitBook

\
**Current Project Status: Pre-Closed Beta Testing. Start CBT - Q4 2024**
{% endhint %}


---

# 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://microdivingproject.gitbook.io/microdiving/microdiving-eng-soon/project-overview.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.
