> For the complete documentation index, see [llms.txt](https://docs.desuicoinflip.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.desuicoinflip.io/how-to-play.md).

# How to Play

1. Get $SUI tokens: Obtain $SUI tokens through exchanges or designated platforms.
2. Connect your wallet: Use a compatible crypto wallet like SUI Wallet and connect it to DeSuiFlip.
3. Choose Heads or Tails: Select your bet option for the coin flip.
4. Set your bet amount: Decide how many $SUI tokens to wager.
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.
7. If you win, DeSuiLabs will take a 1% fee of the original bet amount.
8. Play responsibly: Set limits, gamble with caution, and enjoy the game responsibly.
9. Engage with the community: Connect with other players, share strategies, and stay updated on DeSuiFlip's social channels.
10. Stay informed: Look out for new features and game offerings in the future.
11. Start playing DeSuiFlip and experience the excitement of doubling your $SUI tokens through a fair and transparent coin flip game. Remember to play responsibly for a sustainable and enjoyable experience.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.desuicoinflip.io/how-to-play.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
