# Tournament Mode

For tournament mode, the user must be registered and the tournament should be flagged with LIVE status.

When the tournament status changes to LIVE, the play button is activated on the tournament page. See the following image below:

<figure><img src="/files/hm3iIW1gzpvOh8OLCPEV" alt=""><figcaption></figcaption></figure>

Just hit the PLAY NOW button to start the game.

In Tournament Mode, there are some pre-check requirements before the game starts, one of them requires the user action: to sign the tournament. The user signs a plain text message, which means it's only to make sure the connected wallet belongs to the signer and nothing will be spent nor transferred.

<figure><img src="/files/BuKToRmW03pq1aJ0th8s" alt=""><figcaption><p>Pre-check requirements before the tournament</p></figcaption></figure>

Pre-check requirements:

<figure><img src="/files/KBSaGPUr7HziIqdntqnF" alt=""><figcaption><p>Pre-check requirements</p></figcaption></figure>

Usually, only the Tournament signature requires a user action, the rest are checked automatically.

This is how the signature request looks like:

<figure><img src="/files/UIky6eIUjuZw7eePk3KJ" alt=""><figcaption></figcaption></figure>

For MetaMask users, it looks like this:

<figure><img src="/files/AYq7fBPt7UEVdKiujuD8" alt=""><figcaption></figcaption></figure>

After signing the tournament, the user will see all the requirements done:

<figure><img src="/files/GeOxHXleLjAlcU7pD09p" alt=""><figcaption><p>Requirements complete</p></figcaption></figure>

From now, just wait for the tournament start time and the game will open automatically at the scheduled time.

If the user rejects the signature unintentionally, the pre-check marks the requirement as an error:

<figure><img src="/files/0h4d8Z4tqpMyn0qiynE0" alt=""><figcaption><p>User rejected the signature</p></figcaption></figure>

Just hit the button FIX and the signature request will popup again.

<mark style="color:orange;">**IMPORTANT:**</mark> In order to have better performance in the game, we strongly recommend to play it in a desktop computer. The cursor control is better when you use a conventional mouse device.

<mark style="color:green;">**The game is compatible with all modern browsers, but we tested it exhaustively in Google Chrome, Microsoft Edge and Firefox. We guarantee that works smoothly in these browsers.**</mark>


---

# 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.papparico.finance/explore-papparico/games/tournament-mode.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.
