# Hod mincí

## Jak to funguje?

Hráči mohou vytvořit sázku a další hráči ji mohou přijmout. Výsledek je náhodný a vítěz získá vsazené peníze.

{% hint style="info" %}
Minimální sázka je **100 peněz**.
{% endhint %}

## Hlavní funkce

* Možnost sázení mincí mezi hráči.
* Statistky výher a proher.
* Ochrana proti zneužití a limitace sázek.

## Příkazy

| Příkaz                      | Popis                             |
| --------------------------- | --------------------------------- |
| `/coinflip create <částka>` | Vytvoří novou sázku na hod mincí. |
| `/coinflip toggle`          | Vypne oznamování her.             |
| `/coinflip delete`          | Zruší tvoje aktivní sázky.        |

## Časté otázky

**1. Jak se rozhoduje vítěz?**\
Vítěz je určen náhodně s šancí 50:50.

**2. Co se stane s mojí sázkou po odpojení?**\
Sázka se zruší a peníze se ti vrátí.


---

# 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://wiki.darkup.cz/survival-a-oneblock/hod-minci.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.
