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

# plugonomics

### **Supply**

The initial supply of $PLUG began at 3.3 Billion tokens and decreases over time as tokens are burned. At the time of writing the $PLUG supply is 3.179 Bilion tokens, a 3.6% decrease in total supply. $PLUG was originally deployed on Ethereum, but supply has now been bridged between Ethereum, Base, and Berachain.

### **Taxes**

5% of each token transfer (buy, sell and transfer between wallets) is deducted to ensure the plug stays in. These taxes are distributed as follows:

* 2.5% is used to sweep [Honey Comb NFTs](https://magiceden.io/collections/ethereum/0xcb0477d1af5b8b05795d89d59f4667b59eae9244)
* 1% is burned
* 1% goes to Beraplug team & operations
* 0.5% goes into one of $PLUG’s liquidity pools

There are some exciting updates to the tax system coming on Berachain. Head to “What’s next on Berachain” section to find out more&#x20;

### **Initial Distribution**

The entirety of the $PLUG supply was squirted into existence on Valentine’s Day 2024. It was distributed using these rules, with a snapshot taken for the community element on February 7th 2024.

* 33% genesis community airdrop (snapshot taken Feb 7):
  * [Honey Comb](https://sudoswap.xyz/#/browse/buy/honey-comb-2)
  * [Ooga Booga Tickets](https://faucet.0xhoneyjar.xyz/mint) (must have >= 50 tx and >= 0.02 ETH on Ethereum mainnet)
  * [$MIJANI](https://juicebox.money/@mijanidao/)
  * [Bong Bears and rebases](https://opensea.io/collection/bongbears)
  * [Legend of Beraplug lore videos](https://opensea.io/collection/beraplug)
  * [Beraplug Mirror articles](https://opensea.io/collection/the-legend-of-beraplug)
  * [P.L.U.G. tracks](https://opensea.io/assets/optimism/0xd6f22b8411a68d11e2c01ed8dde6a83a474c474d/1)
* 6.9% reserved for future ecosystem & partnership distributions&#x20;
* 40.2% was deployed as liquidity
* 19.9% team, early contributors, and advisors  with 12 months vesting


---

# 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.plug.sucks/plugonomics.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.
