# OVERTIME CASINO

- [Introduction to Overtime Casino](https://docs.overtime.io/overtime-casino/introduction-to-overtime-casino.md): The Casino Is a Smart Contract Now.
- [How the Games are Built](https://docs.overtime.io/overtime-casino/how-the-games-are-built.md)
- [GAMES](https://docs.overtime.io/overtime-casino/games.md)
- [Table Games](https://docs.overtime.io/overtime-casino/games/table-games.md)
- [Roulette](https://docs.overtime.io/overtime-casino/games/table-games/roulette.md): European single-zero roulette, fully onchain. Every spin is resolved by a single Chainlink VRF random word.
- [Blackjack](https://docs.overtime.io/overtime-casino/games/table-games/blackjack.md): Single-player heads-up blackjack against a deterministic onchain dealer. Every card you draw is a separate Chainlink VRF random word.
- [Baccarat](https://docs.overtime.io/overtime-casino/games/table-games/baccarat.md): Standard Punto Banco baccarat (Player, Banker, Tie) with the third-card draw rules implemented in pure Solidity.
- [Three Card Poker](https://docs.overtime.io/overtime-casino/games/table-games/three-card-poker.md)
- [Ultimate Texas Hold'em](https://docs.overtime.io/overtime-casino/games/table-games/ultimate-texas-holdem.md)
- [Bonus Texas Hold'em](https://docs.overtime.io/overtime-casino/games/table-games/bonus-texas-holdem.md)
- [Quick Games](https://docs.overtime.io/overtime-casino/games/quick-games.md)
- [Keno](https://docs.overtime.io/overtime-casino/games/quick-games/keno.md)
- [HI-LO](https://docs.overtime.io/overtime-casino/games/quick-games/hi-lo.md)
- [Plinko](https://docs.overtime.io/overtime-casino/games/quick-games/plinko.md)
- [Dice](https://docs.overtime.io/overtime-casino/games/quick-games/dice.md): A 20-sided die with a configurable, capped house edge and payouts derived from probability, not from a marketing page.
- [Video Poker](https://docs.overtime.io/overtime-casino/games/quick-games/video-poker.md)
- [Slots](https://docs.overtime.io/overtime-casino/games/quick-games/slots.md): A 3-reel slot machine with weighted symbols, configurable payouts, and a verifiably-onchain RTP you can compute yourself before you spin.
- [Casino Affiliate](https://docs.overtime.io/overtime-casino/casino-affiliate.md)
- [Casino Integration](https://docs.overtime.io/overtime-casino/casino-integration.md): The five Overtime Casino contracts are not a backend behind a proprietary UI. They are not a gated SDK. They are public, deployed, and callable by any wallet: yours, your users', or an AI agent's.


---

# 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.overtime.io/overtime-casino.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.
