# Draft

#### Team Composition

Each fantasy portfolio consists of **10 assets** selected from a curated, multi-asset universe. Users build their teams from the following categories:

* **Crypto Tokens** – e.g., ETH, BTC, SOL, UNI, AVAX
* **Stocks** – e.g., NVDA, AAPL, MSFT, TSLA, META
* **Bonds & Currencies** – e.g., USD, EUR, 10-Year U.S. Treasuries
* **Commodities** – e.g., Gold (GLD), Oil (USO), Silver (SLV)

***

#### Rules & Constraints

* **Max Allocation Per Asset**: 20%\
  (e.g., no more than 2 assets can carry a 20% portfolio weight each)
* **Diversification Mandate**: Minimum 1 asset, and Maximum 4 per category to ensure cross-market exposure
* **Auto-Balance UI**: Intuitive portfolio builder shows how much of your “fantasy capital” is allocated in real time


---

# 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/platform/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.
