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

# Tokenomics

### Low Buy & Sell Taxes

Currently, our tax is currently **6% on each buy or sell transaction.** This **rate is the lowest** across DeFi 3.0 projects. &#x20;

* 2% of each buy/sell goes to existing holders via Reflections.
* 4% of each buy/sell goes into Multi-Chain Farming to add to the Yield Farming Treasury and support buy backs of $MCC tokens.

### **Hyper-Deflationary Setup**

Another important feature of our tokenomics is that **$MCC is a  hyper-deflationary token.**  We made this possible by initially sending 35% of the total supply into a “Black Hole” address which will forever compound, thus increasing the burn rate. &#x20;

Specifically:

1\)  tokens set to the **Black Hole address** can never be taken out because no user has the private keys to this [address](https://etherscan.io/token/0xc146b7cdbaff065090077151d391f4c96aa09e0c?a=0x000000000000000000000000000000000000dead). &#x20;

2\) the **reflections will continue to compound in this wallet**, removing more and more tokens out of circulation.  &#x20;

![](/files/xYoSNTXyUIvUl4b62L2a)

&#x20;&#x20;


---

# 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.mchain.capital/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.
