> 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/how-to-play.md).

# How to play

To enter the Duel Royale Arena, navigate to <https://t.me/duelroyalebot>, which is the home of your fighter profile and leaderboards, and the start of your Duel Royale journey!\
\
To set up your account for wagering and entering battles, select the <mark style="color:purple;">**'Fighter Profile'**</mark> option from the initial menu after prompting the /start button.\
\
In the Figher Profile Menu, select <mark style="color:orange;">**'Wallet Address'**</mark> and input the wallet you would like to play with. After your wallet is setup, simply send your <mark style="color:red;">**$ROYALE tokens**</mark> to the wallet specified under <mark style="color:purple;">**'Deposit $ROYALE tokens by sending to this address'**</mark><mark style="color:purple;">.</mark> There's no need to worry about connecting wallets, and <mark style="color:yellow;">**Duel Royale**</mark> requires no private key to play. If you want to cash out any winnings or previously deposited tokens, navigate back to this menu to withdraw.\
\
\&#xNAN;*At launch, the game will be playable with our own token <mark style="color:red;">**$ROYALE**</mark>, offering a unique gaming experience right from the start. Later on, we'll be adding the option to play with ETH, expanding the possibilities for even more players to join in on the action.*\
\
Now that your wallet is set up, it's time to start playing in the <mark style="color:green;">**Arena!**</mark> Simply navigate to <https://t.me/duelroyalearena>, to enter the battlefield!

In the Duel Royale game, battles consist of four players, each contributing an equal amount to the pot. It's a winner-takes-all concept, adding an extra layer of excitement and competition. To join one of the games, simply select the <mark style="color:purple;">**'Join Game'**</mark> button on the bottom of the last message in the <mark style="color:green;">**Arena.**</mark> \
\
Once the game is filled, either with players or bots, the game begins. In each round, one of the contenders drops off, eventually leaving one winner, who wins the <mark style="color:red;">**$ROYALE tokens**</mark> put in by each member.


---

# 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/how-to-play.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.
