# Progressive Fee System

#### Trading Fee Framework

MindCP implements a capped trading fee model. This progressive structure automatically reduces fees as on-chain trading volume milestones are met, ensuring a clear path toward fee-free trading.

{% hint style="info" %}
The trading fee applies only to buys and sells. Wallet-to-wallet transfers are always free.
{% endhint %}

***

### Launch Protection Mechanisms

To ensure fair token distribution and prevent initial sniping, the following measures apply at launch:

| Trading Fee | Time        |
| ----------- | ----------- |
| 40%         | First 1 min |
| 30%         | 2-5 min     |
| 20%         | 6-8 min     |
| 10%         | 9-15 min    |

After 16 minutes, the fee drops to 5% and max wallet size is 0.5%. All wallet limits are removed after 1 hour.

***

### **Progressive Fee Reduction**

Fees reduce automatically as the project reaches certain ETH volume milestones.

| **Fees Collected** | **Fee** |
| ------------------ | ------- |
| 0 - 300 ETH        | 5%      |
| 300 - 500 ETH      | 4%      |
| 500 - 700 ETH      | 3%      |
| 700+ ETH           | 0%      |

***

### Step-by-Step Overview

**Phase One: 0 to 300 ETH**

* A 5% fee is applied to buys and sells
* Wallet transfers remain free
* Revenue fuels initial development and outreach

**Phase Two: 300 to 500 ETH**

* Fee drops to 4% as adoption increases
* Funds contribute to deeper infrastructure and protocol growth

**Phase Three: 500 to 700 ETH**

* Trading fee reduced to 3%
* Focus shifts to agent scalability and broader ecosystem integration

**Phase Four: 700+ ETH**

* Trading becomes completely fee-free
* Platform operates independently through established revenue channels

***

#### Why a Progressive Trading Fee?

MindCP adopts a progressive trading fee to create a fair, transparent, and milestone-driven ecosystem. Rather than applying static or indefinite fees, our model ensures that early support helps bootstrap the project while rewarding long-term growth. As the network reaches its key funding benchmarks, fees automatically reduce and eventually disappear. This approach aligns the interests of users, builders, and the broader community.

By doing so, MindCP can:

* Accelerate early-stage development and infrastructure setup
* Scale without relying on external funding or aggressive token sales
* Transition into a sustainable, self-funded platform with zero trading fees

***

#### Built for Long-Term Growth

The trading fees are a temporary tool to bootstrap the platform’s foundations. Each phase of the structure is enforced through on-chain logic, making the system transparent and tamper-proof. Once the final milestone is reached, trading on MindCP becomes permanently free.

***

#### Commitment to the Community

All revenue from trading fees is transparently managed and used exclusively to grow and strengthen the MindCP ecosystem. No discretionary changes, no hidden mechanisms, and no middlemen. Our commitment is simple: clear rules, transparent execution, and a system that puts the long-term health of the protocol first.


---

# 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://docs.mindcp.ai/progressive-fee-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.
