# Taxation System

<figure><img src="/files/2C2ArsOU0oFXCpKez5Sc" alt="" width="375"><figcaption><p> Taxation System V1</p></figcaption></figure>

{% hint style="info" %}

* Simple Transfers have a 0% tax e.g. a wallet-to-wallet transfer.&#x20;
* For added security, the tax rates have been hardcoded with an upper limit, ensuring they can never exceed a 10% tax.
* A further advantage of transaction taxes is their ability to minimize MEV bot frontrunning and sandwich attacks.&#x20;
  {% endhint %}

We acknowledge that a 5% tax may seem steep, but it plays a crucial role in bolstering the Blob ecosystem. The higher the tax, the more rewards Blob can distribute for feeding and the quicker our treasury grows. Rest assured, 100% of these taxes are utilized transparently to benefit Blob's community.

After careful consideration, we have decided that adding a taxation system is the fastest and most sustainable way to grow the DAO treasury. This solution, we believe, serves as the optimal path to accelerate the growth of our DAO treasury but the beauty of our DAO is that it evolves with its community.&#x20;

As such, once our treasury becomes a revenue-generating powerhouse, we'll consider the possibility of removing this taxation system. But remember, the Blob ecosystem is rooted in democracy. The decision to alter or remove this taxation system will be determined by you - our community - through a collective vote. In this way, we ensure that BlobDAO remains a space where every voice matters, every idea counts, and every step forward is a shared triumph.


---

# 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://blobdao.gitbook.io/blob/blob-protocol/what-is-blob-dao/taxation-system.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.
