# II. Staking Program

### 1. Staking Structure

* Initial APY: 12%
* Staking Pool: 10,000,000 tokens (10% of total supply)
* Distribution: Monthly rewards
* Minimum Stake Duration: TBD

### 2. Staking Calculations

**2.1 Monthly Reward Rate:**

```
Monthly APY = Annual APY / 12
= 12% / 12
= 1% monthly reward rate
```

2.2 Reward Pool Distribution:

```
Monthly Available Rewards = Staking Pool × Monthly Rate
= 10,000,000 × 0.01
= 100,000 tokens maximum monthly distribution
```

### 3. Staking Impact Analysis

**3.1 Maximum Annual Emissions:**

```
Maximum Annual Rewards = Monthly Rewards × 12
= 100,000 × 12
= 1,200,000 tokens (if 100% staking pool utilized)
```

**3.2 Projected Participation Scenarios:**

* Low (25%): 300,000 annual rewards
* Medium (50%): 600,000 annual rewards
* High (75%): 900,000 annual rewards


---

# 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://whitepaper.bblack.io/usdcard-tokenomics/burn-mechanism-and-staking-program-analysis/ii.-staking-program.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.
