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

# Community Gamble

Rules:

* Every 24H, a vote is cast by the community. As a player, to participate in the voting, simply head over to skellybets.com
* You will be presented with 6 distinct choices: Checkout, Dice, Limbo, Mines, Plinko, and Blackjack
  * Checkout: The current community pot will split amongst 5 randomly selected players
  * Dice, Limbo, Mines, Plinko, Blackjack: The community pot will be wagered on the chosen game
* The specifics of each games, i.e. how the game is played, will be decided live in [our discord server](https://discord.gg/tnGM4Ag6jX) during the wager!
* The event ends when the community pot reaches 0ℏ , or the community decides to checkout

Voting:

* As stated, to vote, you must head over to [skellybets.com](https://skellybets.com/)
* Every game vote (blue) forms a group, and checkout (green) forms another
  * If the green group wins -> Checkout
  * If the blue group wins, the game is then selected with respect to each game's votes
* Ties are broken randomly
* Example 1:
  * Checkout : 10 votes
  * Dice : 2 votes
  * Limbo: 0 votes
  * Mines : 4 votes
  * Plinko : 7 votes
  * Blackjack : 7 votes
    * Result: Blackjack and Plinko tie -> Randomly choose one
* Example 2:
  * Checkout : 19 votes
  * Dice : 3 votes
  * Limbo: 2 votes
  * Mines : 6 votes
  * Plinko : 4 votes
  * Blackjack : 3 votes
    * Result: Checkout

Pot Division:

* Each vote casted in a different round counts as one ticket. So voting in 2 different rounds gives you 2x the probability of winning compared to someone who voted once
* Draw: Choose 5 random ticket amongst all
* Condition: Randomly chosen player must be following the Twitter, and be in Discord. Else a new draw is made

Vote Table:

* The size of each choice's section is proportional to how many people voted for it
* The exact amount is also displayed next to the choice
* Feel free to experiment with different votes to see their effects! You can change your vote as many times as you wish until the deadline.


---

# 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://skellybets-com.gitbook.io/skellybets.com/community-gamble/community-gamble.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.
