> 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/tokenomics.md).

# Tokenomics

## PiFi

<div align="left"><img src="/files/E828yNOXCQpyozxgsPvU" alt=""></div>

PiFi is a ERC20 / BEP20 token. Its contract is [0xf7405eff16ff7e96898b6b40497a54894fc86c44](https://bscscan.com/token/0xf7405eff16ff7e96898b6b40497a54894fc86c44)

Each piglet mints internal PiFi token every 24 hours.

![PiFi Miner](/files/c1d3glTXOR6URqRCcUSH)

The amount minted is calculated by the formula

$$
mint\_{24h} = mint\_{base} \times \sum{boosters}
$$

<table><thead><tr><th data-type="number">Level</th><th data-type="number">Base Mint</th></tr></thead><tbody><tr><td>1</td><td>167</td></tr><tr><td>2</td><td>250</td></tr><tr><td>3</td><td>417</td></tr><tr><td>4</td><td>500</td></tr></tbody></table>

## Cap

Each Piglet has a cap of the total possible PiFi tokens to be minted which is 2,000,000 PiFi.

Getting into an account that the total supply of all Pigletz is 12,345 the max supply of the PiFi token will be:

$$
12,345 \times 2,000,000 = 24,690,000,000
$$

## Liquidity

The SalesManager allows us to mint PiFi that will be used to create the initial Liquidity Pool. The amount of PiFi we can mint is limited to the total minted Pigletz with the following formula:

We will create the Liquidity Pool at [PancakeSwap](https://pancakeswap.finance/) investing BNB and PiFi once we mint at least 10% from the total supply of the Pigletz.

$$
PiFi\_{max} = Pigletz\_{minted} \times 10,000
$$

After creating the pool we will revoke the minting rights to the PiFi token and Pigletz will be the only generator of new PiFi tokens.&#x20;

![](/files/TahmhKhxL8MXINvJQSVN)


---

# 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/tokenomics.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.
