> For the complete documentation index, see [llms.txt](https://fantasy-top.gitbook.io/fantasy-top-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fantasy-top.gitbook.io/fantasy-top-guide/learn-to-play-fantasy/core-concepts.md).

# Core Concepts

**This section explains how Fantasy Top works under the hood.** Before you dive deep into specific game modes, you'll want to understand the fundamental systems that power everything.

Here's what drives the game:

***

### [Heroes](/fantasy-top-guide/learn-to-play-fantasy/core-concepts/heroes.md)

**What a Hero is and how they're represented in the game.**

* What a Hero Is
* Hero Profile Fields (handle, category, social links)
* Hero Categories and Discovery

***

### [Scoring and Social Signals](/fantasy-top-guide/learn-to-play-fantasy/core-concepts/scoring-and-social-signals.md)

**How Heroes earn points and what drives their performance.**

* How Heroes Earn Points (user-facing explanation)
* X Engagement Metrics (views, likes, comments, reposts, quotes)
* Time Windows and Score Updates
* Bot Filtering and Fair Scoring
* Edge Cases and Special Situations

***

### [Cards and Ownership](/fantasy-top-guide/learn-to-play-fantasy/core-concepts/cards-and-ownership.md)

**The collectible layer that lets you own and trade Heroes.**

* Card Rarities (Common, Rare, Epic, Legendary, Mythic)
* Supply and Scarcity
* Floor Prices and Market Value
* Ownership Benefits
* Card Editions and Seasons

***

### [Leagues, Seasons, and Progression](/fantasy-top-guide/learn-to-play-fantasy/core-concepts/leagues-seasons-and-progression.md)

**How competition is structured over time.**

* League Structure (Bronze, Silver, Gold, Platinum, Diamond)
* How Seasons Work
* Progression and Promotion
* Season Rewards and Resets
* Long-term Progression Path

***

### [Currencies](/fantasy-top-guide/learn-to-play-fantasy/core-concepts/currencies.md)

**The different currencies that power the Fantasy Top economy.**

* **Fragments** - Primary in-game currency
* **ETH** - Core Competition and Marketplace rewards
* **USDC** - Arena winnings and future PM rewards
* **FAN Points** - Meta-progression and community influence

***

**Ready to explore specific game modes?** Head to Game Modes to see all the ways you can compete.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://fantasy-top.gitbook.io/fantasy-top-guide/learn-to-play-fantasy/core-concepts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
