# 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: 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:

```
GET https://docs.pigletz.com/pigletz/tokenomics.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
