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

# Project FAQ

**Which blockchain is Polysport launched on?**

Polysport is now launched on Polygon Chain.

**Which wallets can players use?**

Players can use crypto wallet as Metamask, Trust, Safepal to play Polysport game.

**What is the price of minting box?**

* Bronze Box: 100 PLS
* Silver Box: 200 PLS
* Gold Box: 300 PLS

<div><figure><img src="/files/moJ00aXWIqsmIK8rJFIG" alt="" width="256"><figcaption></figcaption></figure> <figure><img src="/files/Syi0iQwt00gTfZoLfk5a" alt="" width="256"><figcaption></figcaption></figure> <figure><img src="/files/x8HJXCJgBXJzCvtrm7Zp" alt="" width="256"><figcaption></figcaption></figure></div>

**How are the fees for trading on the marketplace?**

We charge a 0.5% fee to the seller on the marketplace

**How is reward pool for players?**

80% of PLS tokens which are used to mint box will be transferred directly to the reward pool

**What is the withdrawal mechanism?**

There are 3 options to withdraw PLS to your wallet:

* Withdraw now: 65% amount of PLS
* Withdraw after 24h: 80% amount of PLS
* Withdraw after 72h: 100% amount of PLS

**How many types of NFTs are there?**

NFTs have 5 different rarities from 1 to 5 stars corresponding to 5 colors: Silver, Emerald, Amethyst, Ruby and Gold.

<div><figure><img src="/files/CXiK0VNeFgxxa2Pyo16a" alt=""><figcaption></figcaption></figure> <figure><img src="/files/c2LOjgIWTSFtoGavexkw" alt=""><figcaption></figcaption></figure> <figure><img src="/files/tNUj0xiKnp5qVw5pNaJM" alt=""><figcaption></figcaption></figure> <figure><img src="/files/XHRyFDqx4H7wCIVzqoBf" alt=""><figcaption></figcaption></figure> <figure><img src="/files/NzTBIfSVPEMlq4mthtyb" alt=""><figcaption></figcaption></figure></div>


---

# 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://polysport.gitbook.io/polysport/guides/project-faq.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.
