> For the complete documentation index, see [llms.txt](https://fcm-1.gitbook.io/fcm-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fcm-1.gitbook.io/fcm-docs/platform-features.md).

# Platform Features

**Teams View**

* Filter by club or league.
* Sort by market cap, price, valuation ratio.
* Every player is shown as a **Player Bar**:

| Player         | Flag | Market Cap | IRL Value | Token CA | Short CA   |
| -------------- | ---- | ---------- | --------- | -------- | ---------- |
| Alexandr Isaak | 🇸🇪 | $120M      | $100M     | 0xabc... | 3jdu..pump |

***

**Leaderboards**

* **Top Movers** → biggest % gain/loss in 24h.
* **Most Traded** → volume leaders.
* **Undervalued** → lowest token/IRL ratio.
* **Top Traders** → highest ROI portfolios.

***

**Player Page**

* Price chart with event overlays.
* Player stats (goals, assists, form).
* Market sentiment: bullish/bearish %.
* Quick buy/sell + order history.

***

**User Dashboard**

* Portfolio value in USD + % P/L.
* Positions: entry price, current price, % change.


---

# 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://fcm-1.gitbook.io/fcm-docs/platform-features.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.
