> For the complete documentation index, see [llms.txt](https://pubgame.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://pubgame.gitbook.io/whitepaper/sustainability-strategy/pool-refill-system.md).

# Pool Refill System

The Pubverse Rewards Pool plays an essential role in the game's ecosystem, constantly being replenished through game fees and content releases on Pubverse. Energy fees, collected from users during their active participation in pubverse, are directed to the Rewards Pool, increasing its value and availability of rewards.

These game fees are a way to sustain and expand the rewards offered to players, encouraging their engagement and active participation in Pub Game's virtual universe. Each time players engage in activities such as battles, explorations and competitions, a portion of the fees are directed to the Rewards Pool, creating a continuous cycle of appreciation and accumulation of prizes.

In addition to game fees, the Rewards Pool is also fueled by periodic releases of new content and events on Pubverse. With each launch, a portion of the revenue generated goes into the Pool, further enriching the rewards available to players. This strategy aims to encourage players to explore all the possibilities offered by Pubverse, boosting engagement and participation in the Pub community.

With this dynamic and self-sustaining system, the Pubverse Reward Pool is continuously growing stronger, providing players with a diverse and valuable pool of rewards. Users are encouraged to be actively involved in the game, contributing to the growth of the Reward Pool and enjoying the benefits of an engaged and rewarding community.

The Pubverse Rewards Pool is fueled by game fees and content releases, creating a virtuous cycle of appreciation and accumulation of rewards. This sustainable approach ensures a rewarding experience for players, encouraging their continued engagement in Pubverse.


---

# 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://pubgame.gitbook.io/whitepaper/sustainability-strategy/pool-refill-system.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.
