# Roadmap

<details>

<summary>Work in progress</summary>

* [ ] Writing the article: Crypto Cash and Offers
* [ ] Writing the article: How to achieve high throughput
* [ ] Coding the minting of Access Key NFTs
* [ ] Remastering Pioneers Program

</details>

<details>

<summary>Milestones</summary>

### Prelaunch (work in progress)

* [ ] Development of the Pioneers Program: smart contracts, portal, mini-game
* [ ] Designing the system and publishing the final documentation
* [ ] Distribution of 9000 Access Key NFTs

### Pioneers Program launch (Q3-Q4 2023)

* [ ] Distribution of the Access Key NFTs left after prelaunch
* [ ] Development of the Elysium core

### Elysium launch for pioneers (Q3 2024)

* [ ] Pioneers launch their Workers, Routers and Keepers
* [ ] Pioneers test the blockchain core while earning real SKY
* [ ] Development of the bridge for entering Elysium from other chains
* [ ] Development of DEX for swaping tokens

### Opening Elysium for everyone (Q2 2025)

* [ ] Development and testing of crypto cash and offers mechanincs

### Launch of crypto cash and offers (Q2 2026)

</details>

<details>

<summary>History</summary>

#### October 2022

* [x] Birth of the [Elysium Discord Community](https://discord.gg/elysiumchain)
* [x] Launch of the [Elysium website](https://elysium-chain.com/)

#### November 2022

* [x] Elaboration of the Tokenomics design details
* [x] Elaboration of the Consensus design details
* [x] Development of the [Tokenomics simulation](https://tokenomics.elysium-chain.com)

#### December 2022

* [x] Publication of the [Introduction ](https://github.com/elysium-chain/gitbook-documentation/blob/main/introduction/broken-reference/README.md)section of the documentation
* [x] Elaboration of the Message Routing design details
* [x] Elaboration of the Pioneers Program mechanics
* [x] Publication of the [Pioneers Program](https://github.com/elysium-chain/gitbook-documentation/blob/main/introduction/broken-reference/README.md) section of the documentation

#### January 2023

* [x] Publication of the [Tokenomics](/en/elysium/duonomics.md)[ ](https://github.com/elysium-chain/gitbook-documentation/blob/main/introduction/broken-reference/README.md)section of the documentation
* [x] Blockchain selection for the Pioneers Program (Polygon)
* [x] Detailing of the Elysium blockchain architecture
* [x] Development of the Pioneers Portal architecture
* [x] Development of the Discord <-> Polygon interactions

#### February 2023

* [x] Launch of the Pioneers Program promo website
* [x] Development of the Pioneers Portal interface
* [x] Writing the article: Public Cluster&#x20;
* [x] Designing the system

#### March 2023

* [x] Writing the article: Managed Hash Ring
* [x] Designing the system

#### April 2023

* [x] Writing the article: Proof of Victory
* [x] Designing the system

#### May 2023

* [x] Writing the article: Statechain
* [x] Designing the system

#### June 2023

* [x] Published the documentation section: [Public Cluster](/en/elysium/public-cluster.md)
* [x] Publishing the documentation section: [Hash Ring](/en/elysium/hash-ring.md)
* [x] Publishing the documentation section: [Proof of Victory](/en/elysium/proof-of-victory.md)
* [x] Publishing the documentation section: [Statechain](/en/elysium/statechain.md)

</details>


---

# Agent Instructions: 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:

```
GET https://docs.elysium-chain.com/en/introduction/roadmap.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
