# Simulated matchup (Pro Mode)

**League Setup:**

* Team size: 10 assets
* Weighting: Player-defined (max 20% per asset)
* Scoring: Relative
* Power-ups: Enabled (Captain, Streak Bonus, Volatility Penalty)
* Entry Fee: $100
* Players: 3
* Prize Pool: $300

| Prize Payout | Amount |
| ------------ | ------ |
| 🥇 1st Place | $200   |
| 🥈 2nd Place | $80    |
| 🥉 3rd Place | $20    |

***

#### 🔴 Team Alpha – Balanced Macro Strategy

| Asset | Weight | % Change | Contribution |
| ----- | ------ | -------- | ------------ |
| BTC   | 20%    | +4.0%    | +0.80%       |
| ETH   | 15%    | +5.0%    | +0.75%       |
| AAPL  | 10%    | +5.0%    | +0.50%       |
| TLT   | 10%    | −2.0%    | −0.20%       |
| GLD   | 10%    | +1.0%    | +0.10%       |
| TSLA  | 10%    | −1.0%    | −0.10%       |
| SOL   | 10%    | +5.0%    | +0.50%       |
| JNJ   | 5%     | +0.66%   | +0.033%      |
| BND   | 5%     | −1.33%   | −0.0665%     |
| USD   | 5%     | 0.0%     | 0.00%        |

* **Captain Asset:** ETH → +0.75% × 0.5 = **+0.375% bonus**
* **Streak Bonus:** 3+ assets >5% → **+0.50%**
* **Total Return:** +2.78%
* **Adjusted Return:** +2.78% + 0.375% + 0.50% = **+3.655%**

***

#### 🔵 Team Bravo – Aggressive Crypto Allocation

| Asset | Weight | % Change | Contribution |
| ----- | ------ | -------- | ------------ |
| BTC   | 20%    | +4.0%    | +0.80%       |
| ETH   | 15%    | +5.0%    | +0.75%       |
| DOGE  | 15%    | +12.0%   | +1.80%       |
| SOL   | 10%    | +6.0%    | +0.60%       |
| XRP   | 10%    | +3.5%    | +0.35%       |
| AAPL  | 10%    | +2.5%    | +0.25%       |
| TSLA  | 10%    | −1.0%    | −0.10%       |
| BND   | 5%     | −1.3%    | −0.065%      |
| GLD   | 5%     | +1.0%    | +0.05%       |
| TLT   | 0%     | N/A      | 0.00%        |

* **Captain Asset:** DOGE → +1.80% × 0.5 = **+0.90% bonus**
* **Streak Bonus:** Triggered → **+0.50%**
* **Volatility Penalty:** DOGE >20% drawdown earlier in week → **−0.30%**
* **Total Return:** +4.425%
* **Adjusted Return:** +4.425% + 0.90% + 0.50% − 0.30% = **+5.525%**

***

#### 🟢 Team Charlie – Defensive Yield Seeker

| Asset | Weight | % Change | Contribution |
| ----- | ------ | -------- | ------------ |
| GLD   | 10%    | +1.0%    | +0.10%       |
| TLT   | 10%    | −0.5%    | −0.05%       |
| BND   | 15%    | −1.0%    | −0.15%       |
| USD   | 10%    | 0.0%     | 0.00%        |
| JNJ   | 10%    | +0.8%    | +0.08%       |
| PG    | 10%    | +2.0%    | +0.20%       |
| KO    | 10%    | +1.2%    | +0.12%       |
| MSFT  | 10%    | +1.5%    | +0.15%       |
| AAPL  | 10%    | +2.5%    | +0.25%       |
| VTI   | 5%     | +1.9%    | +0.095%      |

* **Captain Asset:** AAPL → +0.25% × 0.5 = **+0.125% bonus**
* **Streak Bonus:** Not triggered
* **Volatility Penalty:** None
* **Total Return:** +0.825%
* **Adjusted Return:** +0.825% + 0.125% = **+0.95%**

***

#### 📊 League Average Return

\= (3.655% + 5.525% + 0.95%) ÷ 3 = **+3.38%**

***

#### 🏆 Final Scores (Relative Scoring)

| Team       | Adjusted Return | Score (×100)                               | Rank   | Prize |
| ---------- | --------------- | ------------------------------------------ | ------ | ----- |
| 🔵 Bravo   | +5.525%         | (5.525 − 3.38) × 100 = **+214**            | 🥇 1st | $200  |
| 🔴 Alpha   | +3.655%         | (3.655 − 3.38) × 100 = **+27.5** → **+28** | 🥈 2nd | $80   |
| 🟢 Charlie | +0.95%          | (0.95 − 3.38) × 100 = **−243**             | 🥉 3rd | $20   |

***

#### Takeaways

* **Bravo** wins by maximizing high-risk, high-reward crypto picks (with volatility penalties absorbed by upside)
* **Alpha** plays a conservative macro blend with solid diversification and boosts
* **Charlie** focused on capital preservation, but underperformed in a bullish environment


---

# 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://rebellion.gitbook.io/rebellion/scoring-system/simulated-matchup-pro-mode.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.
