# Athlete Performances

<figure><img src="/files/WPWtYxBBycNKyCPTBUOA" alt=""><figcaption></figcaption></figure>

These points form the **Talent Score**, which determines how many points a manager earns when selecting that card in their lineup.

Only the athlete’s verified Instagram account connected to Peaxel is used for scoring.

### Transparency of Scoring

The scoring system is fully **transparent and available to every user**.

* On each Athlete Profile, under **Weekly Performances**, you can view historical scores.
* Clicking any weekly bar opens a **detailed calculation panel** showing:
  * Raw metrics (likes, comments, followers, posts)
  * Each scoring category result
  * Final Gameweek Talent Score

This ensures you always understand *why* an athlete scored the way they did.

#### Performance Labels

Each category also displays a label such as:

* **Outstanding**
* **Good**
* **Average**
* **Low**
* **A Bit Low**
* **Quite Low**

These labels are **comparisons to all other athletes in the same Gameweek**, not absolute judgments.

***

### What We Measure Each Week

| Metric            | Purpose                                |
| ----------------- | -------------------------------------- |
| Number of Posts   | Measures weekly activity               |
| Likes per Post    | Reflects audience resonance            |
| Comments per Post | Measures conversation and engaged fans |
| Follower Change   | Indicates growth momentum              |

This ensures the scoring reflects *current reality*, not just past reputation.

***

### Scoring Categories

| Category     | Meaning                        | Driven By          |
| ------------ | ------------------------------ | ------------------ |
| **Success**  | How strong key highlights land | (Likes + Comments) |
| **Impact**   | Audience resonance per moment  | Engagement Quality |
| **Strength** | Depth of committed audience    | Comments intensity |
| **Pulse**    | Short-term excitement          | Engagement spikes  |
| **Growth**   | Community expansion            | Follower change    |

***

<figure><img src="/files/AJYltTE9QBrqd2c0OXCi" alt=""><figcaption></figcaption></figure>

### Final Score Formula

```
( 0.45 × Success
+ 0.30 × Impact
+ 0.03 × Strength
+ 0.11 × Pulse
+ 0.11 × Growth ) × 100
```

The result is the **Talent Score** for the week.

***

### Important Scoring Rules

| Scenario                                                                        | Outcome                                                                               |
| ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| The athlete **hides likes or comments** on posts                                | That post counts as **-1** (negatively impacts score)                                 |
| The athlete **mainly reposts content from others** instead of their own updates | They may be temporarily removed from the scoring system or from the platform entirely |

Peaxel is designed to **reward athletes who actively share their journey**, not passive or artificial activity.

***

### Example

If an athlete posts once and gets:

* **285 likes**
* **11 comments**
* **-11 follower change** over the week

The system calculates category scores and produces a final Talent Score (e.g., **25,026 Points**). This score is applied to **every lineup** where that card is selected.

***

### How It Affects Your Lineup

* You need **at least 1 card** to play.
* You can select up to **5 cards** in your weekly lineup.
* Your **Lineup Score = Sum of Talent Scores of your selected cards**.
* Rankings and rewards are distributed **every Monday** after final scoring.

Rewards are automatically credited to your **Peaxel Cash Wallet**, and you receive a **Gameweek Results Email**.


---

# 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/athletes-and-cards/athlete-performances.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.
