> 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/example-strategies.md).

# Example Strategies

Football Capital Markets isn’t just about holding tokens - it’s about **choosing your trading style**. Different fans and traders can approach the market in unique ways depending on their risk appetite, football knowledge, and goals.

***

#### 1. Match Trader <a href="#id-1.-match-trader" id="id-1.-match-trader"></a>

**Play the game, minute by minute.**

* **How it works:** Enter before kickoff, anticipating who will shine. Sell into momentum when big events hit (goals, assists, red cards).
* **Example:** Buy Isaak before a derby, sell right after he scores in the first half.
* **Why it’s exciting:** Volatility is highest during live matches → big swings, fast profits.
* **Risk:** One unlucky moment (injury, substitution) can crash prices.

***

#### 2. Form Investor <a href="#id-2.-form-investor" id="id-2.-form-investor"></a>

**Ride the hot streak.**

* **How it works:** Focus on players in great form and hold for weeks or months as their value compounds.
* **Example:** Spot a young midfielder consistently getting assists → buy and hold as market sentiment builds.
* **Why it’s exciting:** Consistency pays off, like investing in a growth stock.
* **Risk:** Form drops suddenly — bad game, tactical changes, or loss of starting spot.

***

#### 3. Arbitrageur <a href="#id-3.-arbitrageur" id="id-3.-arbitrageur"></a>

**Numbers don’t lie.**

* **How it works:** Compare token Market Cap vs real-life Transfer Value (IRL Valuation). Buy undervalued players, short overpriced ones.
* **Example:** A defender worth $60M IRL but token trades at $20M → buy and wait for correction.
* **Why it’s exciting:** Pure logic play - exploit market inefficiencies before others spot them.
* **Risk:** Market sentiment may ignore “fair value” for longer than expected.

***

#### 4. Index Holder <a href="#id-4.-index-holder" id="id-4.-index-holder"></a>

**Diversify, like a fund.**

* **How it works:** Instead of betting on one star, buy bundles of players:
  * Full team (all Arsenal players).
  * Position group (all strikers).
  * League index (all EPL midfielders).
* **Example:** Instead of chasing one superstar, hold all attackers from Man City → hedge risks.
* **Why it’s exciting:** Lower risk, steady long-term growth.
* **Risk:** Less explosive upside than single-player bets.

***

#### 5. Supporter <a href="#id-5.-supporter" id="id-5.-supporter"></a>

**Trade with your heart.**

* **How it works:** Buy and hold your favorite club or player all season. Profit is secondary - it’s about backing your team.
* **Example:** A Liverpool fan buys Mo Salah tokens and keeps them through the entire season, regardless of ups and downs.
* **Why it’s exciting:** Emotional connection + financial stake = deeper fan experience.
* **Risk:** Loyalty might cost you if performance drops. But hey — that’s football.

***

#### Summary Table

| Strategy      | Time Horizon  | Risk Level | Reward Potential   | Best For                        |
| ------------- | ------------- | ---------- | ------------------ | ------------------------------- |
| Match Trader  | 90 mins–1 day | High       | Very High          | Fast movers, live traders       |
| Form Investor | Weeks–Months  | Medium     | High               | Analytical fans, trend spotters |
| Arbitrageur   | Days–Weeks    | Medium     | Medium–High        | Data-driven traders             |
| Index Holder  | Months        | Low        | Medium             | Risk-averse investors           |
| Supporter     | Season-long   | Variable   | Emotional + Medium | Fans who want skin in the game  |

***

**FCM isn’t one-size-fits-all.** Whether you’re a day trader chasing volatility, a long-term believer in rising stars, or just a fan backing your club - there’s a place for you in Football Capital Markets.


---

# 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/example-strategies.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.
