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

# Staking

{% embed url="<https://polygonscan.com/address/0xf93d18c71c7a0a4b6fe6f6dbe5f0fc9f499f6d7c>" %}
Staking smart contract
{% endembed %}

Cryptopolium's staking program has been created to motivate users to play as much as possible. The staking fund is fed by 10% and 5% respectively of the fees paid by the player and his opponent when visiting the temple cards and by the amount paid by the player when visiting the Treasury card. The rewards are distributed every day in proportion to the amount of staked tokens. The player has the possibility to withdraw the rewards directly to his wallet or to compound them.

**Initial supply:** 2,000,000,000 XPOL

**Game contribution:**

* 10% of the fees paid by players at the temples
* 5% of the fees paid by computer at the temples
* The amount paid by the player when visiting the Treasury, which corresponds to 2% of the total amount invested in the game

**Rewards distribution**

* The staking rewards will be distributed weekly or when the staking pool balance reaches the amount set by the Emperor.
* The staking score of players will be reseated after every distribution.
* The staking score is based on the amount of staked tokens and the staked time until next distribution.


---

# 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://cryptopolium.gitbook.io/whitepaper/game-economy/staking.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.
