> For the complete documentation index, see [llms.txt](https://the-gainlings.gitbook.io/the-gainlings/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://the-gainlings.gitbook.io/the-gainlings/skins/trophy-skins.md).

# Trophy Skins

Starting from Season 2, players can enhance the aesthetic appeal of their characters on the Battlefield by collecting skins. These skins do not impact the underlying game mechanics but offer a visually stunning presence on the Battlefield, allowing players to stand out and express their individuality. \
\
Each skin is a unique ERC-721 token, with a strictly limited supply of only 10,000. \
Skins are season-independent and, once minted, can be used across all future seasons and will remain compatible with the specific blockchain ecosystem.<br>

<figure><img src="/files/dRE22vQgfG9weQgWQHne" alt="" width="294"><figcaption></figcaption></figure>

To mint a trophy on the Battlefield, players need to accumulate a total of 100 points. Points are earned by performing specific actions during gameplay.

* **Mint**: Executing a "Mint" action awards players 5 points.
* **Attack**: Engaging in an "Attack" action grants players 8 points.

To access the skins section click on your wallet-address and select 'skins' in the top right corner of the page. <br>

{% embed url="<https://youtu.be/9mptMfFoCgc>" %}


---

# 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://the-gainlings.gitbook.io/the-gainlings/skins/trophy-skins.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.
