> For the complete documentation index, see [llms.txt](https://docs.fansports.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fansports.fun/getting-started/player-shares/player-packs.md).

# Player Packs

### 1. What are Legendary Players?

**Legendary Players** are iconic football legends who have been globally recognized throughout the history of the sport.

In FanSports.fun, Legendary Players do not directly participate in matches. Instead, they are added to a player’s squad to **provide stat-boosting effects**, enhancing the overall performance of active players in specific tournaments.

### 2. Legendary Player Boost Mechanism

Each Legendary Player comes with **unique boost effects** inspired by their real-life legacy and playstyle.

Boosts may:

* Apply to the **entire squad** or specific player roles (FWD, MID, DEF, GK)
* Trigger based on **in-match events** such as goals, assists, clean sheets, or saves
* Grant bonus points or **reduce penalty points**

#### Main Boost Categories

* **Offensive Boosts**
* **Playmaking & Control Boosts**
* **Defensive & Goalkeeping Boosts**

> The full list of Legendary Players and their specific boost effects may be updated and published separately as part of game documentation.

### 3. Pack Structure

Each Pack contains **4 Player Cards**, with randomized players and Share amounts depending on the Pack type.

| Pack Type               | Pack Price | Player Cards | Total Shares Range |
| ----------------------- | ---------- | ------------ | ------------------ |
| **Pro Pack**            | 125 FP     | 4            | 31 – 46            |
| **Epic Pack**           | 500 FP     | 4            | 124 – 184          |
| **Legendary Pack**      | 5,000 FP   | 4            | 1,240 – 1,840      |
| **World Cup 2026 Pack** | 500 FP     | 4            | 124 – 184          |

> Each Pack guarantees the number of player cards and Share ranges as defined above.\
> Player selection remains randomized within supported leagues and events.

### 4. Boost Activation Conditions

Legendary Player boosts are applied only when **all of the following conditions are met**:

* The boosted player is included in the **Liveup list**
* The match takes place within **World Cup competitions**
* During the match, the user does **not sell more than 10% of the shares** they hold for that player
* The player remains in **Active status** throughout the match

### 5. Characteristics of Legendary Players

#### 5.1. Player Cards

* Legendary Player cards feature **distinct visual designs**, including multi-color backgrounds or animated effects
* These designs clearly differentiate Legendary Players from standard players

#### 5.2. Shares & Supply

* Legendary Players are minted with shares and liquidity pools, similar to regular players
* Due to their legendary status, total supply is **limited**, resulting in higher market value
* Players can acquire Legendary Players through:
  * Marketplace trading
  * Opening packs (Gold Packs or Legendary Packs)

#### 5.3. Contracts

* Contract and renewal mechanics for Legendary Players are **identical** to those of regular players

### 6. Squad & Legendary Player Limits

* Each user squad can contain up to **90 players**
* A maximum of **3 Legendary Players** can be added to a squad
* Legendary Players only provide **stat-boosting effects** during World Cup matches


---

# 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://docs.fansports.fun/getting-started/player-shares/player-packs.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.
