# Game Types

Each user / player will have a wide variety of competitions to participate in — from private bets to large tournaments. Each tournament, no matter the size, will guarantee rewards / winnings to the winner. Powered by the knowledge and skill of the user / player, while also increasing their confidence and knowledge at the same time.

For the realization of the games, we took the basis of 1 minute per round duration. The complexity of the mechanic is based on a mathematical equation of the efficiency of a wager.

The result of each barter is calculated using:&#x20;

$$
R=x1\*(D-d1) + x2\*(D-d2) + ... + xN\*(D-dN)
$$

*Where:*

*R — Result*\
*D — Price at the moment of the end of the round d1 — Price at the moment of wager No1*\
*х1 — Size of wager No1*

As such, a player should not only strive for the correct prognosis, but also for the moment of action: the higher the difference of value between the currency — the bigger the prize, in addition it provides an edge over the player’s opponent at any given stage of the tournament.


---

# 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.tradeplayz.com/tradeplayz/game-types.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.
