# Roadmap

## Milestones

### <mark style="color:purple;">M1</mark>

* [ ] [R\&D](/gamefistacks/r-and-d.md)
* [ ] Platform storing all, current and future, main resources corresponding to GameFi
* [ ] Integrating with the team in order to beta test features and provide feedback
* [ ] Continuous onboarding of new builders into the Stacks GameFi Space

### <mark style="color:purple;">Mid M1</mark>

* [ ] Auth Message Signing App&#x20;
* [ ] Continuous reach outs to developers and companies interested in Blockchain gaming&#x20;
* [ ] The Future of On-Chain Gaming With Stacks&#x20;
* [ ] Develop and update the platform with the new info

### <mark style="color:purple;">M2</mark>

* [ ] Integration of NFTs into a game through a GameFi Programming Tutorial - documented and workshop&#x20;
* [ ] Integrating with the team in order to beta test features and provide feedback&#x20;
* [ ] Continuous reach outs to developers and companies interested in Blockchain gaming&#x20;
* [ ] Continuous onboarding of new builders into the Stacks GameFi Space&#x20;
* [ ] Develop and update the platform with the new info

### <mark style="color:purple;">Mid M2</mark>

* [ ] SFTs: Smart Contracts for GameFi storing on-chain data that games had prior off-chain in web2&#x20;
* [ ] Develop and update the platform with the new info

### <mark style="color:purple;">M3</mark>

* [ ] SFTs: Advanced Smart Contracts, making deployment of new items possible using multiple smart contracts that interacts between them&#x20;
* [ ] Develop and update the platform with the new info

### <mark style="color:purple;">Mid M3</mark>

* [ ] SFTs: Scripts for minting and upgrading items/buildings&#x20;
* [ ] Develop Open Source App which integrates them&#x20;
* [ ] Develop and update the platform with the new info

### <mark style="color:purple;">M4</mark>

* [ ] Subnets: SFTs helpers ( port SFT, mint SFT, custom subnet for GameFi )&#x20;
* [ ] general subnet on testnet for early GameFi projects&#x20;

  ▪ have SFTs the users and game devs can interact with directly&#x20;
* [ ] easy configuration of subnets for GameFi projects with a great number of players/transactions&#x20;

  ▪ deploy your specific SFTs smart contract on the subnet&#x20;
* [ ] Specific highlights for APIs that might be useful for GameFi and the contexts that they could be used in the integrations&#x20;
* [ ] Develop and update the platform with the new info

### <mark style="color:purple;">Mid M4</mark>

* [ ] GameFi Tutorial: Subnets & SFTs&#x20;
* [ ] Scripts to storage integration through Gaia / Pinata&#x20;
* [ ] Develop and update the platform with the new info


---

# 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.degenlab.io/gamefistacks/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.
