> 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/faq.md).

# FAQ

### :crossed\_swords: How does <mark style="color:yellow;">Duel Royale</mark> work exactly? Can you explain the gameplay and mechanics in more detail?

<mark style="color:yellow;">**Duel Royale**</mark> is a Telegram bot game where players engage in fast-paced battles against each other or bot opponents. Players can wager on their battles, with each participant contributing an equal amount to the pot, creating a winner-takes-all concept for added excitement. For a detailed guide on how to play, navigate to the ['How to Play'](/duelroyale/how-to-play.md) chapter of this whitepaper.

### :game\_die: I'm curious about the gambling aspect mentioned. How do players wager on battles, and what are the potential rewards?

In <mark style="color:yellow;">**Duel Royale**</mark>, players can wager on battles by contributing an equal amount to the pot alongside other participants. The winner of the battle claims the entire pot as their reward, creating a winner-takes-all scenario. This adds an extra layer of excitement and competition to the gameplay experience.&#x20;

### :robot: What options are available for players who want to participate in battles? Can they choose between facing other players or challenging bot opponents?

In <mark style="color:yellow;">**Duel Royale**</mark>, players have options! They can face off against other players for battles, or they can challenge our bot opponents for instant action. Whether you prefer testing your skills against real players or sharpening your strategies against bots, Duel Royale has something thrilling for everyone!&#x20;

### :coin: Besides your own <mark style="color:red;">$ROYALE</mark> token, will players be able to use Ethereum to play and wager?

Certainly! Initially, players can use our unique native token <mark style="color:red;">**$ROYALE**</mark> to participate in battles. Later on, we'll introduce the option to play using ETH, expanding the possibilities for even more players to join in on the action. Players can obtain our token through various means, such as participating in game events, completing challenges, or purchasing them through supported exchanges. To use these tokens, players simply need to send the desired amount directly to the assigned wallet in the bot, ensuring a seamless and convenient gaming experience while prioritizing their security.&#x20;

### :unlock: Security is always a concern when it comes to online gaming. How does <mark style="color:yellow;">Duel Royale</mark> ensure the safety of players' funds and personal information, especially when it comes to depositing and withdrawing money?

To play Duel Royale, there's no need to connect a wallet or enter a private key. Simply deposit and withdraw funds to the vault wallet to be able to play. As such, there is no risk of any exploitation of your funds!


---

# 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/faq.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.
