# 21 Duel

## Introduction

### The Problem with Modern Gaming

In the current landscape of online games and Telegram bots, the player is almost always at a mathematical disadvantage. Whether it's slots, dice, or standard blackjack, you are playing against **"The House"**—an algorithm designed to ensure you eventually lose your money.

The House edge is built into the code. The longer you play, the more you lose.

### The 21 Duel Solution

**21 Duel** flips this model upside down. We are not a casino. We are a **Protocol**.

21 Duel is a **Player-vs-Player (PvP) Strategy Game** where the protocol acts as a neutral referee. We provide the security, the shuffling fairness, and the matchmaking. You provide the skill.

When you sit at a table, you are not fighting a computer; you are fighting another human being on the other side of the screen.

### Core Vision

Our mission is to build a decentralized economy where value flows to the **active players**, not the developers.

#### 1. Fairness First

Every game starts with a cryptographically secure coin toss to determine turn order. The deck shuffling is handled by server-side SystemRandom entropy, making it mathematically impossible to predict cards or rig hands.

#### 2. Proof of Play (Mining)

We introduced a mechanism called **"Proof of Play"**. You do not buy $21D tokens during a presale; you **mine** them by playing the game. Winning hands against AI or Humans "unlocks" tokens from the supply contract.

#### 3. Hyper-Deflation

We do not take a profit from your losses. Instead, we enforce a **2.5% Burn Protocol** on every PvP pot.

* **Winner:** Takes 97.5% of the total pot.
* **Protocol:** Takes 2.5% and **BURNS** it immediately.

This reduces the total supply of $21D forever, ensuring that as the game grows, the tokens become scarcer and more valuable.

<br>


---

# 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:

```
GET https://21-duel.gitbook.io/21-duel-docs/21-duel.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.
