# Coin Flips

Another way to make (or lose) money is by gambling with a coin flip. You bet a set amount of money and another player can accept your bet. The system will pick your head or their head as the winner. The winner wins all of the money excep 20%, which goes to the Mineseed bank.

Do **/coinflip** or **/cf** or **/cf toggle** (for bedrock) to participate, which can open a gui from which you can create a coin flip or accept a coinflip:

<figure><img src="/files/55bn5RwS491cjfyrGCDU" alt=""><figcaption></figcaption></figure>

Do **/cf create  $amount$** to create one without entering the gui window.

### Other Coinflip Commands

| Command             | What it does                                                                                |
| ------------------- | ------------------------------------------------------------------------------------------- |
| /cf help            | displays a help window with the same commands listed in this table, but in your chat window |
| /cf delete          | removes your coinflip game                                                                  |
| /cf toggle          | toggles the broadcast messages on or off                                                    |
| /cf create $amount$ | creates a coinflip for the amount that you put in                                           |


---

# 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.mineseed.org/mineseed/economy/coin-flips.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.
