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

# Fees & Taxes

The tax is the protocol's **fuel**: it funds the HOOD purchases distributed to holders.

## Tax structure

<table><thead><tr><th width="198">Parameter</th><th>Default</th><th>Hard cap (coded)</th></tr></thead><tbody><tr><td>Buy tax (<code>buyTax</code>)</td><td>5%</td><td>≤ 5% (can only be <strong>lowered</strong>)</td></tr><tr><td>Sell tax (<code>sellTax</code>)</td><td>5%</td><td>≤ 5% under normal conditions</td></tr><tr><td>Wallet-to-wallet transfer</td><td><strong>0%</strong></td><td>Always 0</td></tr></tbody></table>

{% hint style="success" %}
**Sending $HOODSTR to a friend costs no tax.** Only buys and sells through a pool are taxed.
{% endhint %}

## Addresses excluded from rewards

Some addresses must not accrue rewards, or distribution would become circular or wasteful. Excluded:

* the Uniswap $HOODSTR/ETH pool (liquidity is not a "holder");
* the HoodStrategy contract itself;
* the treasury and operations wallet;
* the burn address (`0x…dead`).

The **"eligible supply"** used in reward math = total supply − balances of excluded addresses.


---

# 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://hoodstrategy.gitbook.io/hoodstrategy/fees-and-taxes.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.
