# Draft

In Pro Mode, Rebellion enables flexible, skill-based portfolio construction—allowing players to assign custom weights to each asset while maintaining clear constraints to prevent overexposure and promote strategic diversity.

***

#### Portfolio Allocation Rules

* **Team Size:** 10 assets
* **Custom Weighting:** Players assign a specific weight to each asset
* **Maximum Allocation per Asset:** 20%
* **Total Allocation:** Must equal 100%
* **Diversification Requirement:**
  * Minimum of 1 asset from each class:
    * Crypto
    * Stocks
    * Bonds/Currencies
    * Commodities

These rules create a competitive environment that rewards smart asset balancing, not just high-risk picks.

***

#### Example Portfolio Allocation

| Asset     | Category  | Allocation |
| --------- | --------- | ---------- |
| BTC       | Crypto    | 20%        |
| ETH       | Crypto    | 15%        |
| AAPL      | Stock     | 15%        |
| TSLA      | Stock     | 10%        |
| GLD       | Commodity | 10%        |
| BND       | Bond ETF  | 10%        |
| SOL       | Crypto    | 10%        |
| USD       | Currency  | 5%         |
| XOM       | Stock     | 3%         |
| TLT       | Bond ETF  | 2%         |
| **Total** |           | **100%**   |

> Note: No single asset exceeds the 20% cap, and all four asset classes are represented.

***

#### Rebalancing

* **One rebalancing window** is allowed per league
* Players may adjust allocations during this window, subject to the same constraints
* Portfolio updates are locked once the rebalance window closes

***

#### Strategic Outcome

Pro Mode prioritizes **conviction-weighted decision-making**, **market insight**, and **portfolio theory application**. Players succeed not only by picking the right assets, but by choosing how much to commit to each—within a well-balanced risk envelope.


---

# 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/game-modes/pro-mode/draft.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.
