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

# User Flow

*Game:*

1. User creates Account.
2. User Locks up 10,000 $PATIC and receives a character NFT ( Survivor NFT).
3. Users can now play in game, level up characters, find blueprints and resources etc.
4. User can turn batches and items into NFT’s using $PATIC to sell in the marketplace.
5. Users can participate in tournaments either paid or free to earn more rewards or tokens.
6. User decides to stop playing hence turns their Character NFT into a sellable one, the locked $PATIC is lost for the user and the user can put their progressed Character NFT into the marketplace.

*Staking:*

1. User buys $PATIC.
2. User chooses the duration they wish to stake for.
3. User provides the amount and stakes the $PATIC.
4. When the lock ends the user can redeem their $PATIC + their accumulated rewards.

*Governance:*

1. User buys $PATIC.
2. User swaps $PATIC into $GCV at a 100:90 (10% Fee).
3. Users can now vote on proposals regarding the game and ecosystem.
4. User decides to stop, converts $GCV back into $PATIC at a 100:100 ratio.

### &#x20;<a href="#id-5rm71dyask4l" id="id-5rm71dyask4l"></a>


---

# 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://projectpolyverse.gitbook.io/polyverse-token-economy-whitepaper/user-flow.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.
