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

# Metaverse Ecosystem

<figure><img src="/files/0rDjgsOOifQEs1yakDv7" alt=""><figcaption></figcaption></figure>

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

## Mining Zone

There are Mining Zones in ZELIX.\
Materials (stone, tree, metal ... etc.) needed for different production can be obtained from Mining.   Each material is graded, and rare materials can be acquired by certain probability.\
Rare materials are also produced by combining lower grade materials.\
The collected materials also be sold on ZELIX shops so that users can enjoy economic activities.     Those collected materials can produce random boxes and upgraded to material of higher grade. Rare materials can be obtained in low probability.

* Individual users can unearth materials to make NFTs from mining zones, and if in possession of many ZELIX's, they can either buy materials or sell the materials on ZELIX Market place to accumulate ZELIX currencies.

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

## ZELIX Shop

In the economic activity system route ZELIX, ZELIX shops are on each area. Algorithm of supply and demand automatically updates market prices of materials in ZELIX shops. For that, price differences among shops in different areas enable economic activities and influx of population can be ensured through all area.

&#x20;

At ZELIX Shop, different materials are sold and purchased, at that time, ZELIX is going to provide a dashboard which users can check upon Buy/Sell market price for each material in each area. Through the dashboard, users can buy the necessary materials at the reasonable price or move to a shop in the area where the user wants to sell.


---

# 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://zelix-io.gitbook.io/zelix/metaverse-ecosystem.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.
