# How to Play

1. Get $SUI tokens: Obtain $SUI tokens through crypto exchanges or swaps.
2. Connect your wallet: Use a compatible crypto wallet like SUI Wallet and connect it to [Sui Coin Flip.](https://desuicoinflip.io/)
3. Select your bet option for the coin flip: Choose heads or tails
4. Set your bet amount: select the number of $SUI tokens you wish to bet. Click on the whale icon to unlock higher bet amounts.&#x20;
5. Confirm the transaction: Review and confirm the details through your connected wallet
6. Await the result: The smart contract will determine the outcome on the blockchain using Sui Networks [on-chain randomness function](/sui-coin-flip/transparency.md).
7. If you win, you will automatically receive double your original bet amount, minus [DeSuiLabs fees](/sui-coin-flip/fees.md). If you lose, you will not be charged, but you will lose your initial bet amount. &#x20;
8. Play responsibly: Set limits, gamble with caution, and enjoy the game responsibly.


---

# 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.desuilabs.io/sui-coin-flip/how-to-play.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.
