# Trading Fees

One of the biggest handicaps of V1 is having hardcoded high trading fees.

Although 84% of fees are directly returned back to the community, it seemed to have discouraged people to invest in MOOX.

So, this version has only %1 buy/sell fee on Pancakeswap MOOX/BUSD pair.

Since there is no rebasing mechanism, it is possible to create more liquidity pools with zero trading fee, but, they can't have integrated awarding features.

Trading fee breakdown is as below:

|                | Buy  | Sell |
| -------------- | ---- | ---- |
| LP Stake Award | 0.5% | 0.5% |
| Lottery Fund   | 0.4% | 0.5% |
| Protocol Fee   | 0.1% | 0.1% |


---

# 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.moox.one/tokenomics/trading-fees.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.
