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

# Tokenomics

## Summary

* **Token Name:** Peezy
* **Ticker:** $PEEZY
* **Chain:** Ethereum (ERC-20)
* **Max Supply:** 420,690,000,000
* **Burnt Supply:** 69,139,106,466
* **Total Supply:** 351,550,893,534
* **Donations/Treasury:** 40,000,000,000 (For Marketing/CEX Listings)
* **Circulating Supply:** 305,650,000,000
* **Liquidity Burnt:** 100% (LP Locked Forever)

## Initial Distribution

* Liquidity Pool: 77%
* Contract: 23% (sold into LP at launch to fund Initial marketing)

All supply was initially distributed between the liquidity pool and the contract. The portion sent to the contract was fully sold shortly after launch to cover initial marketing expenses. This means there were no shady airdrops or stealth token allocations, everything was transparent from day one.

*Proof:* [*https://etherscan.io/tx/0x10c9345b25eebe85bc7bd98894ae251b725c5679782cd5b6056424891a8e2c81*](https://etherscan.io/tx/0x10c9345b25eebe85bc7bd98894ae251b725c5679782cd5b6056424891a8e2c81)

## Tax (Buy/Sell)

* Buy Tax: 0%
* Sell Tax: 0%

## **Liquidity Burnt (Locked Forever)**

Liquidity is burned, forever. That means no pulling the rug, no draining the pool, no funny business. Peezy’s liquidity is locked tight. You can trade knowing no one’s yanking the floor out from under you.

*Proof:* [*https://etherscan.io/token/0x1D91389b2Aa45C388C4d02eB39a7726d02a71d18#balances*](https://etherscan.io/token/0x1D91389b2Aa45C388C4d02eB39a7726d02a71d18#balances)

## Donations/Treasury Wallet (peezyvault.eth)

This wallet is for various initiatives to help sustain the project. Some of these include:

* Marketing and community engagement campaigns
* Centralized exchange (CEX) listing fees
* Market-making operations to support liquidity and price stability

All spending decisions are made with community awareness and long-term visibility in mind.

*Donations/Treasury Wallet:* [*https://etherscan.io/address/0xebda4632969d011af1db03cb14c9ada339ce2385*](https://etherscan.io/address/0xebda4632969d011af1db03cb14c9ada339ce2385)

### *<mark style="color:red;">For more info regarding</mark> **peezyvault.eth** <mark style="color:red;">please click</mark>* [*<mark style="color:blue;">**here**</mark>*](/whitepaper/peezyvault.eth.md)


---

# 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://whitepaper.peezy.vip/whitepaper/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.
