> For the complete documentation index, see [llms.txt](https://degenius-casino.gitbook.io/degenius-casino-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://degenius-casino.gitbook.io/degenius-casino-whitepaper/degenius-holdem-poker-bot.md).

# DeGenius Holdem Poker Bot

The Poker Bot is an interactive application designed to facilitate poker games on the Telegram platform. It combines classic poker rules with modern technological conveniences to provide a seamless online poker experience.

**Game Initialization and Player Participation**

* **Starting a Game**: Users can initiate a poker game using specific commands. The bot responds with game setup options.
* **Joining a Game**: Players can join an ongoing game, subject to the maximum player limit. The game begins when the minimum required players are ready.

**Gameplay Structure**

* **Game Stages**: The game follows traditional poker stages: pre-flop, flop, turn, and river.
* **Card Dealing**: At the start of each round, players are dealt cards by the bot.
* **Betting Rounds**: Players go through betting rounds, making decisions to fold, call, check, bet, raise, or go all-in.
* **Turn-Based Mechanics**: The game operates on a turn-based system, ensuring each player gets a chance to act.

**Player Interactions and User Interface**

* **Commands and Buttons**: Players interact through Telegram messages and custom buttons for actions.
* **Timed Turns**: A timer for each player’s turn is implemented to maintain game flow. Failure to act within the time limit results in automatic folding.

**Financial Transactions and Wallet Management**

* **In-Game Currency**: The bot manages virtual funds for betting.
* **Winnings and Payouts**: Winnings are calculated based on the best poker hand, and the pot is distributed to the winner(s).

**Additional Features**

* **Daily Bonuses**: Players can receive daily bonuses, enhancing engagement.
* **Wallet Management**: Players have virtual wallets to manage their funds.

**Game Termination and Restart**

* **Concluding a Game**: At the end of a round, the bot determines the winner(s) based on poker hand rankings.
* **Restart Options**: Players can opt to start a new game or exit after a round concludes.

The Poker Bot provides an engaging poker experience, integrating the thrill of poker with digital convenience. It is designed for players who enjoy strategic gameplay in an online community setting, complete with financial management and interactive gameplay features.


---

# 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:

```
GET https://degenius-casino.gitbook.io/degenius-casino-whitepaper/degenius-holdem-poker-bot.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.
