# Match Rules

## Event Structure

Different types of events have distinct rules. In both "Standard Matches" and "Multiplayer Matches," each match follows these rules:

| Event Rules                                                 | Standard Matches & Multiplayer Matches                             |
| ----------------------------------------------------------- | ------------------------------------------------------------------ |
| **Maximum Matchmaking Duration**                            | 30 seconds                                                         |
| **Maximum Pre-match Preparation Duration**                  | 600 seconds                                                        |
| **Timeout without Participation after Successful Matching** | Match remains valid, score set to 0, non-refundable Entry Fee      |
| **Determination of Victory or Ranking**                     | Based on the highest score                                         |
| **Tiebreaker for Players with Equal Scores**                | Players compete again until scores differ                          |
| **Timeout for All Players without Participation**           | Match remains valid, all players score 0, non-refundable Entry Fee |

## Quit Scenarios

<table><thead><tr><th width="187">Quit Scenario</th><th>Action</th></tr></thead><tbody><tr><td><strong>Matchmaking in Progress but No Result Yet</strong></td><td>Matchmaking terminates, Entry Fee terminated</td></tr><tr><td><strong>Successfully Matched but Match Not Started</strong></td><td>Entry Fee deducted, player must join within 10 mins. Failure results in 0 score, loss, non-refundable Entry Fee</td></tr><tr><td><strong>Match in Progress but Not Ended</strong></td><td>Match continues counting down, player must return before countdown ends</td></tr><tr><td><strong>Match Ended, but Player Hasn't Checked Score or Confirmed Results</strong></td><td>No effect on result, manual confirmation needed for prize distribution</td></tr></tbody></table>


---

# 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.miniton.games/about-miniton/social-esports-flexible-and-compatible/match-rules.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.
