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

# Token Fees

**$BR launches at 33% Buy/Sell Fees, then automatically lowers to a Final Buy/Sell Fee of 7.77%.**

After this automated phase, the BitRewards Community decides on the next taxation steps.

The BitRewards Max-Fees are hard-coded, so no one can ever write the Total Fees higher than 21% after the Contract has been deployed.

**There are no transfer fees.**

**All Fees will be used in the BitRewards Community's favor.**

### Token Fees Milestones

**Launch Fees**

* **33%** Buy/Sell **Fees**

**30 min Fees**

* **22%** Buy/Sell **Fees**

**90 min Fees**

* **11%** Buy/Sell **Fees**

**7 hour Fees**

* **7.77%** Buy/Sell **Fees**

### &#x20;Token Fees Distribution

**33% Fees:**

* 10% **Liquidity**
* 12% **Marketing**
* 7% Wrapped **BTC Rewards**
* 4% **BITCOIN Rewards**

**22% Fees:**

* 5% **Liquidity**
* 7% **Marketing**
* &#x20;7% Wrapped **BTC Rewards**
* 3% **BITCOIN Rewards**

**11% Fees:**

* 1% **Liquidity**
* 1% **Marketing**
* 6% Wrapped **BTC Rewards**
* 3% **BITCOIN Rewards**

**7.77% Fees:**

* 5.55% **BTC Rewards**
* 2.22% **BITCOIN Rewards**


---

# 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.bitrewards.io/token/tokenomics/token-fees.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.
