# Game #1: DICE

{% hint style="success" %}
To engage in the game, players must **hold at least 1 Meme NFT.** It's <mark style="color:green;">**FREE to mint**</mark> one!
{% endhint %}

## What's this?

At the heart of the game lies the excitement of dice rolling, where users predict whether the outcome will be categorized as Big or Small.&#x20;

This simplicity belies the intricate mechanics at play, as the result is determined by the roll of 3 dices.&#x20;

A <mark style="color:purple;">**Small**</mark> outcome encompasses values ranging from <mark style="color:purple;">**3 to 10**</mark>, while <mark style="color:red;">**Big**</mark> spans from <mark style="color:red;">**11 to 18**</mark>.&#x20;

With only two possible outcomes, the game inherently offers a fixed <mark style="color:green;">**winning rate of 50%**</mark>.

<figure><img src="/files/mqhk5fhqZSgiFiM3aODk" alt=""><figcaption></figcaption></figure>

The magic happens when the outcome of each roll is influenced by two key factors: **the price of LINK**, sourced from the Chainlink oracle, and the amount of tokens wagered in the round.&#x20;

```
// Dice Result = gameId + LINK price + avgBetAmount + diceIndex
```

For a more comprehensive understanding, players can delve into the intricacies detailed on our 'Randomness Source' page.

{% content-ref url="/pages/bTfbxnjgJ7kUYpYd6YiD" %}
[Randomness Source](/transparency/randomness-source.md)
{% endcontent-ref %}

In the span of a typical game session, players are granted a generous window of 3 minutes to strategically place their bets on either Big or Small.&#x20;

Once this betting phase concludes, a further 3-minute interval ensues for the system to diligently process and return the result.&#x20;

Thus, each game session unfolds over a **total duration of 6 minutes**, encompassing both the anticipation of wagering and the exhilarating reveal of the outcome.

The ingenious amalgamation of future token prices and the volume of tokens wagered ensures that each game's outcome remains shrouded in unpredictability, cultivating an environment of fairness and transparency that resonates with every participant.

## How to play?

<figure><img src="/files/mfsYEgY5xBJmHeApyu3K" alt=""><figcaption></figcaption></figure>

1. Buy $PAMP
2. Mint FREE Meme NFT
3. Go to game.pampdacoin.xyz/dice
4. Connect Wallet
5. Insert an amount of $PAMP to play (Minimum 5,000 $PAMP)
6. Choose either Big or Small
7. Approve token (You can approve one time, or approve each time)
8. Hit 'Play' then wait for the result

{% content-ref url="/pages/b7rcB4ENMP8HQd7p2OYn" %}
[Buy PAMP](/wanna-play/buy-pamp.md)
{% endcontent-ref %}

{% content-ref url="/pages/WQAxGZaVmQLWbb0pIzpZ" %}
[Mint Meme NFT](/wanna-play/mint-meme-nft.md)
{% endcontent-ref %}

## Your Game History

Within the game history section, users gain access to a comprehensive record of their past calls and current bet statuses.&#x20;

This invaluable feature serves as a repository of gaming activity, enabling players to effortlessly track their betting history and monitor their ongoing wagers.

By navigating through this meticulously organized archive, users can gain insights into their past decisions, allowing for informed strategizing and analysis of gameplay patterns.&#x20;

Whether revisiting successful calls or reflecting on previous outcomes, the game history section offers a wealth of information to enhance the gaming experience.

With the click of a button, users have the ability to consolidate and claim all accumulated winnings effortlessly. This streamlined process simplifies reward retrieval, ensuring a seamless and efficient experience for players.

<figure><img src="/files/UauW1aNBnUEqm8cB86eP" alt=""><figcaption></figcaption></figure>


---

# 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.pampdacoin.xyz/wanna-play/play-game/dice.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.
