> For the complete documentation index, see [llms.txt](https://docs.unbotheredwolves.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.unbotheredwolves.com/more/guess-bot/mini-casino.md).

# Mini Casino

### General Info

To start playing, you need to deposit ([Deposit & Withdraw](/more/guess-bot/deposit-and-withdraw.md)) supported tokens into your Discord virtual wallet. ADA isn't supported for the games yet but could be used or set for . Each game is priced between **100 and 5000 tokens** \[double or nothing], which means if you lose, all your wagered amount will be lost and if you win, the amount you bet will be doubled.

Where to play? ╭🎰・mini-casino channel

### **🪙 Coin Flip**

Choose between **Heads** or **Tails**.\
\
Command:\
\&#xNAN;**`/coin flip`**

### **🔢 Numble**

You will have 6 chances to guess the number between 1 and 100. For every wrong guess a hint will be provided if the missing number is lower or greater than the number you guessed.\
\
Command:\
\&#xNAN;**`/numble play`**

### 📖 Wolfle

This is our version of Wordle. You'll need to guess the word. You have \[six attempts] to guess the word correctly. To make a guess, type in a five-letter word into the guessing box.\
\
If a letter is \[correct and in the correct position], it will appear as a 🟩 green square.\
If a letter is \[correct but in the wrong position], it will appear as a 🟨 yellow square.\
If a letter is \[not in the word], it will appear as a ◻️ white square.\
\
Commands:\
\&#xNAN;**`/wolfle play`** - To start playing the game\
\&#xNAN;**`/wolfle continue`** - Continue the existing game with its ID

### Tipping

This is gifting or giving ADA or tokens to other users.\
\
Commands:\
\&#xNAN;**`/tip gift`** - Tipping to a single, specific user\
\&#xNAN;**`/tip active`** - Tipping active users on a specific channel usually on gen-chat


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.unbotheredwolves.com/more/guess-bot/mini-casino.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
