# Matchmaking Rating

Is a scoring system that measures a player’s skill based on their wins and losses. It is used to match players with opponents of similar level, ensuring balanced games. Within the DEW ecosystem, it determines leaderboard positions and access to rewards.

### **Key points to know:**

* MMR belongs to the player, not the avatar.
* It has no relation to avatar type, accessories, or domicoins.
* A “Win” adds MMR points and a “Loss” subtracts them in any game mode.

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


---

# 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://domino-earning-world.gitbook.io/domino-earning-world-english/competitions/matchmaking-rating.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.
