> 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/tokenomics.md).

# Tokenomics

## Token parameters

<table><thead><tr><th width="242">Parameter</th><th>Value (default)</th><th>Notes</th></tr></thead><tbody><tr><td>Name</td><td>HoodStrategy</td><td></td></tr><tr><td>Ticker</td><td><strong>$HOODSTR</strong></td><td></td></tr><tr><td>Total supply</td><td><strong>100,000,000</strong></td><td>Fixed — <strong>no mint</strong> after deployment</td></tr><tr><td>DEX</td><td>Uniswap v4</td><td></td></tr><tr><td>Reward asset</td><td><strong>HOODX</strong></td><td>18 decimals</td></tr></tbody></table>

{% hint style="info" %}
Values marked "default" are project parameters to finalize and publish before deployment.
{% endhint %}

The credibility principle: no large wallet able to dump, transparent allocations, on-chain verifiable vesting.

## Two value engines

HoodStrategy is primarily a **distribution token**: value returns to holders as HOODX. Optionally, the protocol can dedicate part of the tax to a **buy & burn** of $HOODSTR, adding a deflationary component. The exact split (reward share vs burn share) is set by the protocol and visible on-chain — see [Fees & Taxes](/hoodstrategy/fees-and-taxes.md).

## Summary

* **$HOODSTR**: the token you hold.
* **HOODX**: what you earn.
* Fixed supply, no mint, hard-capped tax, locked liquidity.


---

# 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/tokenomics.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.
