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

# Pack Sale

### 1. Overview

The FSP Pack Sale is a limited-time event that allows users to gain early ownership of star players and officially enter the FanSports fantasy football and on-chain trading ecosystem.

By purchasing FSP Packs, participants receive Player Shares, enabling them to compete in tournaments, trade assets on the marketplace, and participate in the long-term economic system of the platform.

### 2. Event Structure

The FSP Pack Sale is conducted in **two phases**:

#### Phase 1 - Early Access Sale

* **Duration:** 48 hours
* **Eligibility:** Only qualified accounts are allowed to participate
* **Purchase limit:** Determined by account tier

#### Phase 2 - Whitelist Sale

* **Duration:** 24 hours
* **Eligibility:** Accounts added to the whitelist
* **Purchase limit:** Determined by account tier

### 3. Pack Contents

* Each pack contains **4 random players**
* Users receive **500 Player Shares per player**
* Total per pack: **2,000 Player Shares**

Player Shares represent ownership rights and are used for tournament participation, ranking calculation, and marketplace trading.

### 4. Eligibility & Tier System

Eligibility to purchase FSP Packs is determined by an **Account Tier System**, calculated based on user reputation, on-chain behavior, and overall ecosystem activity.

#### Tier Requirements

<table><thead><tr><th width="102.21875">Tier</th><th>Key Requirements</th><th data-hidden>Purchase Limit</th></tr></thead><tbody><tr><td><strong>Tier 1</strong></td><td>• Account active ≥ 15 days<br>• Account level ≥ 10<br>• At least 20 on-chain market transactions<br>• Minimum 1 active referral</td><td><strong>60 USDT</strong></td></tr><tr><td><strong>Tier 2</strong></td><td>• Account active ≥ 15 days<br>• Account level ≥ 20<br>• At least 50 on-chain transactions<br>• Participation in at least 2 tournaments<br>• Minimum 2 active referrals</td><td><strong>300 USDT</strong></td></tr><tr><td><strong>Tier 3</strong></td><td>• Account active ≥ 15 days<br>• Account level ≥ 30<br>• At least 100 on-chain transactions<br>• Participation in at least 5 tournaments<br>• Opened at least 5 packs<br>• Minimum 5 active referrals</td><td><strong>800 USDT</strong></td></tr><tr><td><strong>Tier 4</strong></td><td>• Account active ≥ 15 days<br>• Account level ≥ 40<br>• At least 200 on-chain transactions<br>• Participation in at least 10 tournaments<br>• Opened at least 10 packs<br>• Minimum 10 active referrals<br>• All platform objectives completed</td><td></td></tr></tbody></table>


---

# 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/pack-sale.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.
