> For the complete documentation index, see [llms.txt](https://ghospers.gitbook.io/ghospersgame/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ghospers.gitbook.io/ghospersgame/blockchain/unlock-schedule/play-to-earn.md).

# Play-To-Earn

{% tabs %}
{% tab title="Overview" %}

| Total Supply | % of total supply | Unlock Schedule                                       |
| ------------ | ----------------- | ----------------------------------------------------- |
| 15.000.000   | 15                | Locked: issuance starts Q1 2022 once minigame is live |
| {% endtab %} |                   |                                                       |

{% tab title="Detailed Unlock Schedule" %}

| Date          | Tokens Unlocked |
| ------------- | --------------- |
| Day 0 TGE     | 750.000         |
| Month 1       | 593.750         |
| Month 2       | 593.750         |
| Month 3       | 593.750         |
| Month 4       | 593.750         |
| Month 5       | 593.750         |
| Month 6       | 593.750         |
| Month 7       | 593.750         |
| Month 8       | 593.750         |
| Month 9       | 593.750         |
| Month 10      | 593.750         |
| Month 11      | 593.750         |
| Month 12      | 593.750         |
| Month 13      | 593.750         |
| Month 14      | 593.750         |
| Month 15      | 593.750         |
| Month 16      | 593.750         |
| Month 17      | 593.750         |
| Month 18      | 593.750         |
| Month 19      | 593.750         |
| Month 20      | 593.750         |
| Month 21      | 593.750         |
| Month 22      | 593.750         |
| Month 23      | 593.750         |
| Month 24      | 593.750         |
| {% endtab %}  |                 |
| {% endtabs %} |                 |

Play-to-earn is the name of the game. The play-to-earn allocation represents 15% of the total GHSP supply. By playing Ghospers Game and participating in the Ghospers Game economy, you can earn GHSP tokens as a reward. These rewards can be paid out for the following player activities:

* Win PVP battles against other Ghospers
* Compete in Tournaments to be in the top 3

The number of tokens earned for the player's activities may depend on their in-game skillset and achievements. By playing more and getting better at the game a player could potentially earn more GHSP tokens.


---

# 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://ghospers.gitbook.io/ghospersgame/blockchain/unlock-schedule/play-to-earn.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.
