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

# Roadmap

Metarium won't be just a "**one-click per day**" game like many others. We will have different mechanics with different modes of play to enhance game experience.

To make this successfully happen, we have defined a complete development roadmap for the entire year 2022 with dates and goals.

<details>

<summary>JANUARY 2022</summary>

:white\_check\_mark: Website Launch - **21st**

</details>

<details>

<summary>FEBRUARY 2022</summary>

:white\_check\_mark: Token MRM Creation - **1st** | Verify in Tokenomics\
:white\_check\_mark: Token MRM Creation - **1st** | Verify in Tokenomics\
:small\_blue\_diamond: Airdrop Event Start - **10th**\
:small\_blue\_diamond: IDO - **15th**<br>

</details>

<details>

<summary>MARCH 2022</summary>

:small\_blue\_diamond: Listing MRM on PancakeSwap - **28th**\
:small\_blue\_diamond: Marketplace Launch - **29th**\
:small\_blue\_diamond: Stake Pool Launch - **30th**\
:small\_blue\_diamond: Lottery Launch - **31st**

</details>

<details>

<summary>APRIL 2022</summary>

:large\_blue\_diamond: PVP - **29th**

:large\_blue\_diamond: Ranking - **30th**

</details>

<details>

<summary>MAY 2022</summary>

:large\_blue\_diamond: PVE Mission - **29th**

:large\_blue\_diamond: PVP Mission - **30th**

:large\_blue\_diamond: Land Pre-Sale - **31st**

</details>

<details>

<summary>JUNE 2022</summary>

:large\_blue\_diamond: Mint Monsters - **29th**

:large\_blue\_diamond: Land - **30th**

</details>

<details>

<summary>JULY 2022</summary>

:large\_blue\_diamond: Items - **29th**

:large\_blue\_diamond: Craft - **30th**

:large\_blue\_diamond: Farm Mode - **31st**

</details>

<details>

<summary>AUGUST 2022</summary>

:large\_blue\_diamond: Guild - **31st**

</details>

<details>

<summary>SEPTEMBER 2022</summary>

:large\_blue\_diamond: PVP Tournament - **30th**

</details>

<details>

<summary>OCTOBER 2022</summary>

:large\_blue\_diamond: Guild Tournament - **31st**

</details>

<details>

<summary>NOVEMBER 2022</summary>

:large\_blue\_diamond: Cosmetic Items - **30th**

</details>

{% hint style="info" %}
Dates are targets only and are subject to change.
{% endhint %}

* :large\_blue\_diamond: = Upcoming
* :white\_check\_mark: = Complete


---

# 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://metarium.gitbook.io/metarium-whitepaper/about-us/roadmap.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.
