# Core Features

**Fantasy League Format**

Users enter leagues by paying a fixed entry fee, building a fantasy portfolio of 10 assets from various financial categories. Each asset is assigned a weight, and teams are scored based on the **performance of their portfolio** during the league period.

**Scoring System**

**Relative Scoring** based on how your portfolio performs compared to other players. Even in a market crash, the top *least bad* team wins.

* **Power-Ups** (e.g., 1.5x scoring on a “captain” asset)
* **Volatility penalties**, bonus streaks, rebalancing opportunities

**Cross-Market Asset Universe**

Players can pick from a curated list of real-world financial instruments:

* **Crypto** (e.g., BTC, ETH, SOL, LINK)
* **Stocks** (e.g., AAPL, TSLA, MSFT)
* **Bonds/Currencies** (e.g., TLT, BND)
* **Commodities** (e.g., gold, silver, oil ETFs)

Diversification is enforced by league rules.

**Leaderboards & Prize Pools**

* Players compete for a shared prize pool based on their score ranking.
* Daily/weekly/monthly tournaments
* Live leaderboards with real-time tracking and analytics


---

# 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/core-features.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.
