> For the complete documentation index, see [llms.txt](https://docs.pigletz.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pigletz.com/pigletz/game.md).

# Game

Pigletz features gamification elements.

## Levels

![](/files/qRgYzoBbgGNP3bQbge8A)

Each piglet starts his life in Level 1. There only some traits are visible - gender, body, eyes, mouth, zodiac, background ([see NFT](/pigletz/nft.md)). In order to reveal more of his traits the piglet needs to level up.&#x20;

There are totally 4 levels. Up to level 3 the requirement to level up is to have some amount of PiFi tokens minted. On level 3 all traits are revealed. Level 4 can be achieved only in the Real World ([See Materialization](/pigletz/materialization.md)).

To level up the piglet needs to collect (mint) enough PiFi tokens. PiFi tokens are generated every 24 hours. The amount of the generated PiFi tokens depends on the level of the piglet and the activated boosters.&#x20;

The following table shows the PiFi required for each level:

<table><thead><tr><th width="150" data-type="number">Level</th><th width="197.02715669667054" data-type="number">Base Minting (24h)</th><th width="188.22889556222887" data-type="number">PiFi To Next Level</th><th>Months </th></tr></thead><tbody><tr><td>1</td><td>167</td><td>0</td><td></td></tr><tr><td>2</td><td>250</td><td>10000</td><td>2</td></tr><tr><td>3</td><td>417</td><td>55000</td><td>6</td></tr><tr><td>4</td><td>500</td><td>null</td><td></td></tr></tbody></table>

## Boosters

![](/files/aFbWG6994k0tRJ0DvFxU)

Boosters increase the amount of PiFi tokens minted by a Piglet daily. In order to be activated the booster requires some task to be completed.&#x20;

<table><thead><tr><th>Booster</th><th width="150" data-type="number">Level</th><th width="150">Boost</th><th>Requirement</th></tr></thead><tbody><tr><td><strong>Value $100</strong></td><td>1</td><td>10%</td><td>Invest tokens and make your piglet with at least $100 valuation</td></tr><tr><td><strong>Invest 3 Tokens</strong></td><td>1</td><td>10%</td><td>Invest 3 different tokens</td></tr><tr><td><strong>Collect 3</strong></td><td>1</td><td>20%</td><td>Collect 3 Pigletz</td></tr><tr><td><strong>3 Similar</strong></td><td>1</td><td>30%</td><td>Collect 3 with the same zodiac sign</td></tr><tr><td><strong>Staked</strong></td><td>1</td><td>50%</td><td>Stake it in the Staking Contract</td></tr><tr><td><strong>Special</strong></td><td>1</td><td>50%</td><td>It is born like this</td></tr><tr><td><strong>Invest $500</strong></td><td>2</td><td>30%</td><td>Invest tokens and make your piglet with at least $500 valuation</td></tr><tr><td><strong>Collect 7</strong></td><td>2</td><td>30%</td><td>Collect 7 piglets</td></tr><tr><td><strong>Invest $2000</strong></td><td>3</td><td>100%</td><td>Invest tokens and make your piglet with at least $2000 valuation</td></tr><tr><td><strong>Invest 7 tokens</strong></td><td>3</td><td>20%</td><td>Invest 7 different tokens</td></tr><tr><td><strong>12 Different</strong></td><td>3</td><td>80%</td><td>Collect 12 piglets with different zodiac signs</td></tr></tbody></table>

The maximum boost possible is **430%**


---

# 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://docs.pigletz.com/pigletz/game.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.
