> ## Documentation Index
> Fetch the complete documentation index at: https://q3-56b48e0c-brove-doc.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Uses Cases

> Examples the different use cases

## BroveBoxes: Demonstrating Brove in Action

**BroveBoxes** are the first implementation showcasing how Brove verifies specific Bitcoin activity.

### ⚖️ Verifiable Bitcoin Conditions

* **Minimum satoshis transferred**
* **Bitcoin block range** (start/end height)
* **Number of Bitcoin transactions**
* **Bitcoin script type** (P2PKH, P2SH, SegWit, Taproot)
* **Transaction metadata** (fees, inputs/outputs, etc.)

### 📃 Active BroveBoxes

| Vault               | Verified Bitcoin Activity               | Technical Conditions        |
| ------------------- | --------------------------------------- | --------------------------- |
| **OG Satoshi Club** | You transacted before block 150,000     | `end_block < 150000`        |
| **Power Holder**    | You received +0.01 BTC in a transaction | `min_sats = 1000000`        |
| **Early Bitcoiner** | Activity between blocks 1 and 200,000   | `start = 1`, `end = 200000` |
| **SegWit Pioneer**  | You used SegWit addresses (`bc1q...`)   | `pkScript starts with 0014` |
| **Active Trader**   | You made at least 10 transactions       | `max_user_tx >= 10`         |

Each vault validates **real Bitcoin activity** using **Raito + S-two**.

## Use Cases: Real Bitcoin Activity in Starknet Applications

### 🏦 DeFi on Starknet with Bitcoin Credentials

* **Lending Protocols**: Better rates for users with early Bitcoin activity (pre-block X).
* **Yield Farming**: Exclusive pools for addresses that historically received +1 BTC.
* **Insurance**: Premiums calculated based on years of verifiable Bitcoin activity.
* **AMMs**: Incentives for LPs who demonstrated being Bitcoin HODLers.

### 🎭 Verified Bitcoin Identity on Starknet

* **OG Bitcoin Status**: Privileges for users active before 2015.
* **Developer Credentials**: Verification of advanced Bitcoin features (Taproot, SegWit).
* **Bitcoin Experience**: DAOs weighting votes based on years of activity.
* **Reputation Systems**: Scores based on long-term Bitcoin activity.

### 🎮 Gaming and NFTs with Real Bitcoin Achievements

* **Achievement NFTs**: Verifiable badges for Bitcoin milestones (first TX, Taproot usage).
* **Gaming Access**: Unlockable content for early Bitcoin adopters.
* **Collectibles**: Exclusive NFTs for specific Bitcoin activity.
* **Tournaments**: Restricted competitions for verified Bitcoin users.

### 🏛️ DAOs and Bitcoin-Weighted Governance

* **Voting Power**: Proportional to verified historical Bitcoin activity.
* **Membership Tiers**: Levels based on years of usage.
* **Treasury Decisions**: Delegation to Bitcoin veterans.
* **Grant Allocation**: Committees of verified participants.

### 🎯 Marketing and Distributions

* **Targeted Airdrops**: Distributions to users active in specific periods.
* **Customer Acquisition**: Bonuses for pre-mainstream Bitcoin users.
* **Loyalty Programs**: Rewards proportional to activity duration.
* **Referral Systems**: Bonuses for referrals with verified history.

### 💡 Integration Potential

Brove functions as **base infrastructure**. Any protocol or application on Starknet can integrate Bitcoin verification. **Identity Vaults** are just the first example of what's possible.

**Build applications that recognize and reward real Bitcoin activity.**
