# Game Mechanics and Anti-Cheating Measures

1. **Blockchain Transactions**\
   Each time a player clicks the **“Mine”** button, a transaction is recorded on the blockchain. This ensures complete transparency and security, allowing anyone to verify in-game actions.
2. **Smart Contract Governance**\
   The game is powered by a smart contract, making cheating or tampering nearly impossible. All actions and rewards are securely logged on the blockchain. Robust anti-cheating mechanisms are in place to detect spamming, auto-clickers, and other suspicious behavior. Players found cheating will be banned, reflecting our zero-tolerance policy.
3. **Gasless Transactions**\
   Bitrock supports **0 gwei** transactions, meaning players can conduct in-game transactions without incurring gas fees. This creates a seamless and cost-free experience for all participants.

By combining transparent blockchain records, smart contract enforcement, and zero gas fees, our system ensures fairness, security, and accessibility for every player.


---

# 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://bitdog.gitbook.io/bitdog/game-mechanics-and-anti-cheating-measures.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.
