# Profitability

## POSSIBLE WINNINGS FROM A SINGLE GAME

Player with $5 to enter the game

Total accumulated: $20 in a single game (4 players)

<table><thead><tr><th width="234" align="center">AVATAR %</th><th width="266" align="center">Player profit ($)</th></tr></thead><tbody><tr><td align="center">60 %</td><td align="center">$ 12</td></tr><tr><td align="center">70 %</td><td align="center">$ 14</td></tr><tr><td align="center">80%</td><td align="center">$ 16</td></tr><tr><td align="center">90 %</td><td align="center">$ 18</td></tr></tbody></table>

## POSSIBLE DAILY PROFIT

Average of 10 minutes per game the same player with $5 in a 24 hour period.

Total accumulated: $20 per game (4 players)

6 games per hour x 24 hours = 144 games

<table><thead><tr><th width="249" align="center">AVATAR %</th><th width="282" align="center">Player profit ($)</th></tr></thead><tbody><tr><td align="center">60 %</td><td align="center">12 x 144 = $ 1728</td></tr><tr><td align="center">70 %</td><td align="center">14 x 144 = $ 2016</td></tr><tr><td align="center">80 %</td><td align="center">16 x 144 = $ 2304</td></tr><tr><td align="center">90 %</td><td align="center">18 x 144 = $ 2592</td></tr></tbody></table>

<figure><img src="/files/GOG0t1c9Czy7RY7NkzUW" 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/avatar/profitability.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.
