# BitBlockMiner - Prize Pool

***

### 1. Abstract

BitBlockMiner - Prize Pool is a gamified reward system that transforms Bitcoin block data into a pattern‑hunting treasure hunt. Instead of traditional mining hardware, participants scan publicly available Bitcoin block information for rare patterns (like "21e8" or specific numbers of leading zeros). When a qualifying pattern is found, users can claim **BitBlock ($BBK)** tokens as a reward.

The system leverages the transparency of the Bitcoin blockchain to create an interactive, verifiable, and fair reward mechanism—rewarding pattern recognition rather than computational power.

***

### 2. Vision

To build a community‑driven pattern discovery ecosystem where Bitcoin's immutable block data becomes the foundation for engaging, educational, and rewarding experiences. BitBlockMiner turns blockchain transparency into a treasure map that anyone can follow.

***

### 3. Core Concept

BitBlockMiner - Prize Pool **does not mine Bitcoin**. Instead, it:

* Reads public Bitcoin block data via APIs
* Evaluates predefined pattern rules
* Awards $BBK tokens when conditions are met

This creates a **Proof‑of‑Pattern** system—deterministic, transparent, and accessible to all.

***

### 4. System Overview

The workflow is simple and transparent:

1. User discovers a Bitcoin block (**≥ 900,000**) containing one of the active patterns using any public block explorer.
2. User visits the **Claim Code** page (`verify.html`) and enters the block number. The system fetches block data and checks for eligible patterns.
3. If a pattern is found and **not already claimed for that specific block**, a unique **Winner Code** (e.g., `BM-912345-21E8`) is issued.
4. User sends the fixed entry fee of **500,000 $BBK** to the pool address and submits the Winner Code, Runes‑compatible wallet address, and TXID via the **Home** page (`index.html`).
5. Admin verifies the payment on‑chain, then declares the winner. The winner receives **85%** of the pattern's share of the current prize pool. Rewards are batched and distributed at the end of each month to optimize network fees.

***

### 5. Active Patterns & Rarity Shares

The current pattern set and their prize pool shares (subject to adjustment by admin) are:

| Pattern Name | Description                                   | Pool Share |
| ------------ | --------------------------------------------- | ---------- |
| **21E8**     | Block hash contains "21e8" (case‑insensitive) | **10%**    |
| **ZERO22**   | Block hash starts with 22 leading zeros       | **10%**    |
| **ZERO23**   | Block hash starts with 23 leading zeros       | **15%**    |
| **ZERO24**   | Block hash starts with 24 leading zeros       | **25%**    |
| **TX8000**   | Transaction count ≥ 10,000                    | **25%**    |
| **TX7500**   | Transaction count ≥ 8,000 and < 10,000        | **15%**    |

**Total weight always sums to 100%.**\
The winner receives **85%** of the pattern's share; **15%** is retained as a platform fee to support operations.

***

### 6. Token Overview — BitBlock ($BBK)

* **Token Name:** BitBlock
* **Symbol:** $BBK
* **Total Supply:** 21,000,000,000 BBK (21 billion)
* **Protocol:** Bitcoin Runes (native to Bitcoin L1)

$BBK is a reward miner token created to provide an additional income stream for Bitcoin miners as block subsidies continue to decline. It serves as the native utility token of the BitBlockMiner ecosystem.

***

### 7. Token Utility

$BBK is used for:

* Entry fee for pattern claims (fixed at 500,000 $BBK per claim)
* Prize pool payouts to winners
* Future governance participation (planned)

***

### 8. Emission Model

$BBK is **fully minted** with a fixed supply of 21 billion tokens. There is no inflationary minting. All rewards distributed through BitBlockMiner come from the circulating pool funded by participant entry fees. The prize pool grows with each claim and is reduced when winners are declared.

***

### 9. System Architecture

BitBlockMiner - Prize Pool is a lightweight, manual‑verification system composed of:

* **Frontend:** Static HTML/JavaScript (Home, Claim Code, FAQ)
* **Data Source:** Public Bitcoin APIs (ordinals.com, mempool.space)
* **Logic Engine:** Client‑side pattern detection
* **Claim Ledger:** Google Sheets + Apps Script backend (publicly viewable for transparency)
* **Admin Panel:** Batch winner declaration, pool management, pattern editing

Future upgrades may include on‑chain verification, automated payouts, and wallet integration.

***

### 10. Claim System (Detailed)

1. **Winner Code Generation:**\
   The Claim Code page (`verify.html`) fetches block data and checks for active patterns. If a pattern is found and not yet claimed for that block, a unique Winner Code (`BM-{block}-{PATTERN}`) is generated and logged in the public ledger.
2. **Claim Submission:**\
   The user submits the Winner Code, their Runes‑compatible Bitcoin wallet address, and the TXID proving payment of exactly 500,000 $BBK via the Home page.
3. **Admin Verification:**\
   Admin uses the batch lookup tool to review pending claims, verifies the TXID on‑chain, and confirms the Winner Code matches the claimed block and pattern.
4. **Winner Declaration:**\
   Admin clicks **"Declare Selected Winners"**. The pool is reduced by the pattern's share, the claim status is updated to `APPROVED` in the public ledger, and the winner's wallet address is recorded for payout.
5. **Reward Distribution:**\
   At the end of each month, admin batches all approved claims and sends the accumulated $BBK rewards to winners in a single transaction to save network fees.

***

### 11. Security & Fairness

* All pattern rules are deterministic and publicly documented.
* Block data is sourced from reliable public APIs.
* Winner Codes prevent duplicate claims for the same block+pattern combination.
* A public Google Sheet provides full transparency of issued codes and claim statuses.
* Admin actions are logged and visible to all participants.

***

### 12. Disclaimers & Risk Disclosure

BitBlockMiner - Prize Pool is an experimental, community‑driven reward game. Participation involves risk and uncertainty.

* $BBK is a utility token within this ecosystem and does **not** represent equity, ownership, or financial rights.
* Token value may fluctuate or have no market value.
* Rewards are distributed at admin discretion based on predefined rules.
* The system may be updated, paused, or discontinued at any time without prior notice.
* Users participate at their own risk for educational and entertainment purposes only.

**No Investment Advice:** Nothing in this system constitutes financial, legal, or investment advice.

***

### 13. Closing Statement

BitBlockMiner - Prize Pool transforms Bitcoin block data into a pattern discovery game—where every block holds a hidden fortune, and you are the map.

⛏️ *Find rare patterns. Claim BitBlock.*


---

# 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://bitblock.gitbook.io/bitblock/getting-started/bitblockminer-prize-pool.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.
