> For the complete documentation index, see [llms.txt](https://wiki.5tars.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.5tars.io/know-your-assets/nft-cards/nft-player-cards.md).

# NFT Player Cards

Players' Cards represent a Player in the game and act as **booster cards,** giving different bonuses depending on how the players performs during the game:

* If the Player on your Card has played within the match you’ll earn 1 point.
* If the Player on your Card is on the winning team, you’ll earn 1 point.
* If the Player on your Card scores a goal, you’ll earn 10 points per goal.
* If the Player on your Card assists with scoring a goal, you’ll warm 5 points per assist.
* If the Player on your Card is a goalkeeper and does not concede a goal during the match, you’ll earn 10 points.
* If the Player on your Card is a defender and does not concede a goal during the match, you’ll earn 5 points.

{% hint style="info" %}
**The 5TARS NFT Cards represent real players**: If the player is transferred to a different team during the current season or once the season is over, your card will be updated, but the player will still belong to you.\
\
**If the player is transferred to a team that it's not available on 5TARS, it will be updated as well, however, the card will not provide any boost toward your Fantasy Points**
{% endhint %}

**85% of all the cards are Player Cards**.

* **Common Player**: a Player card has a **75% chance of being Common**.

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

* &#x20;**Rare Player**: a Player card has a **20% chance of being Rare**.

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

* &#x20;**Legendary Player:** a Player card has a **5% chance of being Legendary**.

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


---

# 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://wiki.5tars.io/know-your-assets/nft-cards/nft-player-cards.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.
