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

# Overview

## The concept, simply

Picture a **club** whose membership card can be bought or sold at any time. Every time someone buys or sells a card, they leave a small **5% commission** in the club's pot.

The club uses that pot to buy **real Robinhood stock**. And it doesn't keep it: it **shares it among all members**, based on how many cards each one holds. The more cards you hold, the more stock you receive.

So a member does nothing: they hold their card, and their share of Robinhood stock grows on its own. Whenever they want, they click one button to pull their stock into their wallet.

In protocol terms:

* The **membership card** is the **$HOODSTR** token.
* The **commission** is the 5% tax on every buy/sell.
* The **Robinhood stock** is **HOODX**, the tokenized version of the share.
* **Pulling your stock** is the `claim` function.

## What a holder does

1. **Buy $HOODSTR** on Uniswap.
2. **Hold.** Nothing else. No staking, no locking, no management.
3. Your **claimable HOODX grows** with every protocol buy cycle.
4. Whenever you want, **claim** your HOODX and it lands in your wallet.
5. **Keep** your HOODX (exposure to Robinhood stock) or swap it for something else — your call.

## Why Uniswap v4

HoodStrategy is built on **Uniswap v4**, and that choice is not cosmetic. Uniswap v4 introduces **hooks,** contracts that run custom logic at precise points of a pool's lifecycle. Hooks are exactly what makes HoodStrategy's atomic mechanic possible: tax collection, the HOOD purchase, and reward distribution all execute inside a single transaction, natively at the pool level, with minimal gas thanks to v4's flash accounting.

## What makes it credible

* **Real stock**, not a promise: HOODX is backed 1:1 by Robinhood shares held in custody.
* **You do nothing, it works for you**: no advanced crypto skills required.
* **Everything is verifiable**: public contracts, a live dashboard, every purchase visible on-chain.


---

# 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/readme/overview.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.
