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

# Development Plans

While Duel Royale launches with a fully working game, we acknowledge the importance of keeping a <mark style="color:red;">**continuous stream of development updates**</mark> to keep the community active and the game exciting for existing players. As such, below are some development updates the community can start getting excited for!

⚔️ <mark style="color:purple;">**In-Group Battles**</mark>\
Inspired by Rumble Royale, Duel Royale initially launches with its own Announcement Channel, also known as the <mark style="color:purple;">**'Arena'**</mark>, in which players can gamble and play against each other for $ROYALE tokens. One development priority, however, is to extend this bot to enable the possibility to add the Battles in your own group. With this addition, members of other communities can <mark style="color:purple;">**battle it out inside their own groups**</mark> and prove who is the real alpha male!\
\
⚔️ <mark style="color:orange;">**Additional Currency Support**</mark>\
Initially playable only with our proprietary <mark style="color:orange;">**$ROYALE token**</mark>, we will be adding support and gambling functionalities for additional tokens in the near term after our launch, starting with support for <mark style="color:orange;">**ETH**</mark>, followed shortly by <mark style="color:orange;">**SOL**</mark>. Any additionally added token support will be dependent on community votes.\
\
⚔️ <mark style="color:yellow;">**Extended Fighter Profiles & Loot**</mark>\
An important development aspect in the future will be the <mark style="color:yellow;">**fighter profiles**</mark>. Constantly updating the leaderboards and fighter profiles, with aspects such as <mark style="color:yellow;">**'weapons'**</mark> and <mark style="color:yellow;">**'armour'**</mark> collectibles, we will add updates to create a unique incentive to play the game. Namely - in the future, besides tokens, players can win <mark style="color:red;">**'loot'**</mark> following fights, with which they can upgrade their fighter profiles.\
\
⚔️ <mark style="color:red;">**And more...**</mark>\
As mentioned, we aim to maintain a continuous stream of development updates, with which we listen to the community's preferences. Additional, mid-term additions to the game include a <mark style="color:red;">**Revenue Sharing program**</mark> generated by small fees on the battles, new <mark style="color:red;">**seasons/themes of the battles**</mark>, as well as <mark style="color:red;">**Discord support.**</mark>


---

# 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://duelroyale.gitbook.io/duelroyale/development-plans.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.
