# Games FAQ

<details>

<summary>Can I place bets in other cryptos than just CELT?</summary>

No. All game transactions settle in CELT. If you hold another asset, swap it for CELT on Uniswap first — see [Buy CELT token](https://celestium-1.gitbook.io/celestium-docs/about-celestium/tokenomy/celt-token/buy-celt-token).

</details>

<details>

<summary>Can Celestium block my winnings?</summary>

No. Payouts are executed atomically by the game contract in the same transaction as the round resolution. There is no operator with privileges to block, withhold, or reverse a payout.

</details>

<details>

<summary>Can I be banned from betting?</summary>

No. As long as you hold a Celestium Pass NFT and a sufficient CELT balance, the contracts will accept your bets. There is no admin path to ban a wallet.

</details>

<details>

<summary>Is it possible to reverse or refund my bet?</summary>

No. Once a bet is confirmed on-chain it is permanent. The only refund path is for events that fail to resolve by their deadline — those are refunded automatically by the contract.

</details>

<details>

<summary>Can anyone stop the games?</summary>

No. Once a game contract is deployed it cannot be paused or halted. Stopping a Celestium game would require stopping the underlying blockchain.

</details>

<details>

<summary>Are there any limits for betting?</summary>

Each game has its own minimum and maximum bet thresholds, defined per game type and per bet type. See [Games Terms & Conditions](/dexgames/games-terms/games-terms-and-conditions.md) for the per-game limits.

</details>

<details>

<summary>Where can I find the game rules?</summary>

Per-game rules are in the Games Guide section: [Predict Game](/dexgames/games-guide/predict-game.md), [Roulette](/dexgames/games-guide/roulette.md), [Lucky Round (LURO)](/dexgames/games-guide/lucky-round-luro.md), [Events](/dexgames/games-guide/events.md), [Stones](/dexgames/games-guide/stones.md), [Lotto](/dexgames/games-guide/lotto.md).

</details>

<details>

<summary>Can I bet on opposite sides in a shared-betting game?</summary>

Yes. The contracts do not prevent it. Be aware that the winning side pays the standard winning fee, so betting both sides is not a free hedge — the fee creates a guaranteed loss on the position.

</details>

<details>

<summary>What if a round has an undefined result, such as a tie on Predict?</summary>

All bets are reverted to their owners. No fee is charged and the bonus pool is unaffected.

</details>


---

# 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-guide/games-faq.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.
