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

# Teams

The **Team Feature** allows every user on FCM to create their own football squad using player tokens.\
Just like building a fantasy lineup - but on-chain, and with real token ownership.&#x20;

### **What is a Team?**

A **Team** is a lineup of **11 real player tokens** you already own in your wallet.

* 11 players = 1 full team
* Players can come from **any club, any league**
* The stronger your squad performs in real matches → the more points you earn

Once your team is created, you can enter **weekly competitions** and compete on the global leaderboard.

### **How Points Work**

Each player in your team earns points based on real match performance:

| Event                    | Points |
| ------------------------ | ------ |
| Goal (Forward)           | +8     |
| Goal (Midfielder)        | +10    |
| Goal (Defender)          | +12    |
| Assist                   | +6     |
| Clean Sheet (Goalkeeper) | +8     |
| Clean Sheet (Defender)   | +6     |
| Win (played ≥1 min)      | +3     |
| Draw (played ≥1 min)     | +1     |

Your **Team Score** = Sum of all players’ points for the match week.

Higher score → higher rank → bigger rewards

### **Competitions & Rewards**

Every match week, FCM distributes reward pools to the top-ranking teams.

Rewards may include:

* Player tokens
* $FCM tokens
* Mystery Packs
* Signed shirts & football merch
* VIP football experiences

Rewards are distributed **automatically** based on leaderboard ranking.

### **How to Enter a Team**

1. Buy any 11 player tokens on FCM.fun
2. Go to **“Team”**
3. Select 11 players from your wallet
4. Confirm and enter the weekly competition

You can **edit** your squad any time before a new game week begins.

### **Team Value (Leaderboard Scoring Formula)**

Your **Team Value** measures the total strength of your squad.\
It combines:

* How many tokens you hold
* The current token price
* The player’s Market Cap
* The player’s Real-World Value

This system **rewards holders of valuable, high-performance players** and creates a fair ranking for the leaderboard.

**Formula**

Team Value = (Token Amount × Token Price) × (Market Cap + Real Value) × (Real Value ÷ 1,000,000)

#### **What It Means**

* Holding **more tokens** increases Team Value
* Holding **higher-priced tokens** increases Team Value
* Holding players with **high Market Cap** and **high Real Value** increases Team Value even more
* Real superstars boost rankings-— because the market respects real performance


---

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