# Gameweek Scoring

Each Gameweek, your lineup earns points based on the **real-world weekly performances** of the athletes you selected, combined with strategic bonuses that reward your card collection and long-term engagement.

Your final Gameweek score determines your **ranking and rewards**.

***

### 1. Base Performance Score

Every talent receives a **Weekly Performance Score** based on their **Instagram activity** during the Gameweek:

**Measurement Window:**\
**Monday 00:01 → Sunday 23:59**

{% content-ref url="/pages/rMIaon4Q6cSwKRSqdpjW" %}
[Athlete Performances](/guide/peaxel-game/athletes-and-cards/athlete-performances.md)
{% endcontent-ref %}

The system analyzes:

* Number of posts
* Likes and comments
* Engagement momentum
* Follower growth or decline

This results in a single **Talent Score** for the week.

If the athlete is in your lineup, this score is added to your total.

```
Lineup Base Score = Sum of Weekly Talent Scores from all selected cards
```

You need **minimum 1 card** to enter a Gameweek, and you can use **maximum 5 cards** in your lineup.

***

### 2. Force Bonus

Each card has a **Force** value, which represents the athlete’s athletic potential and power.\
Higher Force contributes more to your **final lineup total**.

```
Force Bonus = Weekly Performances of the Athlete × Force Bonus Coefficient
```

This rewards strong teams built around high-performance athletes.

***

### 3. Experience Bonus

Each card also has an **Experience** level.

Every time you **use a card in a Gameweek**, the card gains Experience.\
Over time, this increases its contribution to your lineup.

```
Experience Bonus = Weekly Performances of the Athlete × Bonus Coefficient XP
```

This means the more you **play a card**, the stronger it becomes.

Your team improves through **consistent engagement**, not just purchases.

***

### 4. Collection Bonus (Same Talent Bonus)

If you own **several cards from the same talent**, you unlock a **Collection Bonus** that increases your score when one of these cards is used in your lineup.

This reflects the idea of being a **true supporter** of the athlete.

```
More cards of the same athlete owned = Higher bonus for that athlete in lineup
```

This bonus incentivizes:

* Collecting deeper sets of your favorite talents
* Supporting athletes you believe in long-term

***

### 5. Final Lineup Score

Your final Gameweek score is:

```
Final Score =
Base Performance Score
+ Force Bonus
+ Experience Bonus
+ Collection Bonus
```

This score places you on the **Global Leaderboard** for that Gameweek.


---

# Agent Instructions: 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:

```
GET https://docs.peaxel.me/guide/peaxel-game/gameweeks-and-competitions/gameweek-scoring.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
