# Games Terms & Conditions

Each Celestium game has its own terms and conditions document. The terms are immutable once a game contract is deployed — they apply for the lifetime of the game.

## Conservative Games

| Game                                                                          | Terms                   | Live                      |
| ----------------------------------------------------------------------------- | ----------------------- | ------------------------- |
| [Predict Game](/dexgames/games-guide/predict-game.md)                         | `TODO_PREDICT_TC_URL`   | `TODO_PREDICT_LIVE_URL`   |
| [Lucky Round (LURO)](/dexgames/games-guide/lucky-round-luro.md) — 5-min round | `TODO_LURO_5MIN_TC_URL` | `TODO_LURO_5MIN_LIVE_URL` |
| [Lucky Round (LURO)](/dexgames/games-guide/lucky-round-luro.md) — 1-day round | `TODO_LURO_1DAY_TC_URL` | `TODO_LURO_1DAY_LIVE_URL` |
| [Stones](/dexgames/games-guide/stones.md)                                     | `TODO_STONES_TC_URL`    | `TODO_STONES_LIVE_URL`    |
| [Events](/dexgames/games-guide/events.md)                                     | `TODO_EVENTS_TC_URL`    | `TODO_EVENTS_LIVE_URL`    |

## Dynamic Games

| Game                                          | Terms                  | Live                     |
| --------------------------------------------- | ---------------------- | ------------------------ |
| [Roulette](/dexgames/games-guide/roulette.md) | `TODO_ROULETTE_TC_URL` | `TODO_ROULETTE_LIVE_URL` |
| [Lotto](/dexgames/games-guide/lotto.md)       | `TODO_LOTTO_TC_URL`    | `TODO_LOTTO_LIVE_URL`    |

## Related

* [Games FAQ](/dexgames/games-guide/games-faq.md)
* [Conservative vs Dynamic Games](/dexgames/games-terms/conservative-vs-dynamic-games.md) — the structural distinction that determines which terms set applies to a given game.
* [Smart Contract Addresses](https://celestium-1.gitbook.io/celestium-docs/about-celestium/governance/contract-addresses) — the on-chain authority for every game's parameters.


---

# 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.celestium.digital/dexgames/games-terms/games-terms-and-conditions.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.
