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

# Steps

Here are the future steps coming to McAI.

**STEP 1. Automation of incentives**

As the beta version supports the "continue" on-chain feature which makes the player spend 1000 $McAI to continue the game, we'll still disitribute the rewards manually. Automation will be the first part to our way to our 2.0 McAI version.

**STEP 2. Integrate skins and in-game extras**

* A shop with a new in-game currency will allow players to buy extra benefits to the game.
* Some products will be available to be bought with $McAI.

**STEP 3. More games to come**

* Adding progressively more games will allow McAI to keep interest from its players.&#x20;
* Leaderboard will then be based on the scores of all the available games. It will calculate each player's score as follow : (Score Game 1) + (Score Game 2) + (Score Game X) = Total Score.

*NB : if a player doesn't play one or several games for a week's season, its score for this or these games will be automatically set to 0.*

**STEP 4. Ability for the player to create their own McDonald's-based games**

Once everything will be configured, we'll implement a built-in feature allowing people to create their own games in minuts. Every month, they can submit their creations to $McAI holders, to make it online for the next month.


---

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

```
GET https://mcai.gitbook.io/mcai/how-mcai-works/steps.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.
