> For the complete documentation index, see [llms.txt](https://9mm-pro.gitbook.io/9mm-pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://9mm-pro.gitbook.io/9mm-pro/overview/9mm-tokenomics.md).

# 9MM Tokenomics

* **Total Supply:** 100 million on all chains.
* **9MM Supply Distribution**:

  * 6% allocated to the initial liquidity pool on PulseChain.
  * 94% distributed to PulseOG and PUSSY NFT holders.
  * 9MM holders get a free copy of 9MM on all new chains.

**🖼️ OG NFT Collection**

* **PulseOG:** 5,555 unique NFTs, initially used for distributing 9MM token supply.
* **Based OG:** 11,110 unique NFTs, initially used for distributing 9MM token supply.
* Sonic OG: 10,000 unique NFTs, initially used for distributing 9MM token supply.
* **Revenue Share:** The OG collections receive 96% of the secondary revenue share.
* **Airdrops:** Monthly distribution of 9MM to all OG holders for loyalty and engagement.<br>

**🐱 PUSSY 404 NFT Collection**

* **Size:** 404 semi-fungible tokens (ERC-20/ERC-721 hybrid).
* **Role:** Liquid NFT tradeable on the DEX incentivizes active participation within the 9MM ecosystem.
* **Revenue Share:** Allocated 4% of the secondary revenue share, distributed monthly to whole NFT holders. Liquidity provisions are excluded from the revenue share.
* When a PUSSY token is transferred from your wallet, it is burned, and a new PUSSY NFT is minted in the recipient's wallet. To retain the rarity of the PUSSY NFT, you must use the send function of a marketplace.

**Innovation:** The hybrid ERC-20/ERC-721 design solves traditional NFT liquidity issues, enabling direct trading on the DEX.<br>

The revenue share is paid out to the wallet holding the NFTs. Listing the NFT on a marketplace does not affect the revenue payout. Holders will automatically receive 9MM tokens in the wallet holding the NFTs.


---

# 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://9mm-pro.gitbook.io/9mm-pro/overview/9mm-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.
