# Dice Game

#### 🎲 Dice Module Overview <a href="#dice-module-overview" id="dice-module-overview"></a>

The Dice module is one of the primary high-speed game mechanics inside FarosBeacon. It allows users to stake $PHRS and predict outcome direction against the system roll.

The entire process runs through smart contracts on Pharos Network, ensuring verifiable execution without backend control.

This module is built for quick interaction, fixed stake tiers, and transparent reward settlement.

***

#### 🎮 How It Works <a href="#how-it-works" id="how-it-works"></a>

1. Select your outcome case:
   * 🎯 Higher
   * 🎯 Equal
   * 🎯 Lower
2. Choose your stake amount from predefined options:
   * 0.1 PHRS
   * 0.5 PHRS
   * 1 PHRS
   * 5 PHRS
   * 10 PHRS
   * 15 PHRS
3. Confirm your transaction.
4. The smart contract generates the result.

If your prediction matches the outcome, your reward is automatically distributed based on the defined payout logic.

All results are recorded on-chain.

***

#### 💸 Fee Structure <a href="#fee-structure" id="fee-structure"></a>

4% Standard Fee A 4% protocol fee is applied on every winning bet.

2% Reduced Fee for NFT Holders Users holding eligible FarosBeacon NFTs benefit from a reduced 2% fee on successful outcomes.

Future Distribution Protocol fees may later be allocated toward NFT reward pools, staking incentives, or governance-driven distribution mechanisms.

***

#### 👉 Why Use the Dice Module <a href="#why-use-the-dice-module" id="why-use-the-dice-module"></a>

* Fully on-chain execution
* Transparent and verifiable results
* Structured fixed betting tiers
* Reduced fees for NFT participants
* Instant settlement through smart contracts

The Dice module is designed for fast participation, controlled staking tiers, and transparent reward logic.

Select your case. Choose your stake. Execute the transaction.


---

# 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://farosbeacon.gitbook.io/farosbeacon-docs/games/dice-game.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.
