# Cash Game Engine

BETFI Poker utilizes a deterministic, server-authoritative cash game engine designed for fairness, consistency, and real-time stability.

Unlike client-driven models, all gameplay logic executes exclusively on the server, including:

• Hand dealing\
• Betting rounds\
• Pot calculations\
• Side-pot resolution\
• Winner determination\
• Rake extraction

This architecture prevents client manipulation, state divergence, and action inconsistencies.

The engine supports:

• Multi-player tables\
• Split pots\
• All-in scenarios\
• Side-pot logic\
• Disconnect handling\
• Action timers & time bank integration

Every hand produces a fully auditable outcome state.


---

# 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://litepaper.betficasino.io/betfi-poker/poker/cash-game-engine.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.
