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

# Glossary

**$HOODSTR** — the HoodStrategy protocol token (ERC-20). What you hold.

**HOODX** — tokenized Robinhood stock (Backed / xStocks), the asset accumulated and distributed. What you earn.

**Hook (Uniswap v4)** — a contract attached to a pool that runs custom code before/after swaps.

**PoolManager** — the single Uniswap v4 contract hosting all pools (flash accounting).

**Flywheel** — the virtuous cycle: volume → tax → asset purchase → rewards → attraction.

**Harvest** — the cycle that buys HOOD and updates rewards.

**accHoodPerShare** — the global per-token reward accumulator.

**rewardDebt** — an accounting adjustment preventing claims on rewards not owed.

**Pull (model)** — holders claim their own rewards (as opposed to *push*, force-sending).

**Slippage** — the gap between the expected price and the execution price of a swap.

**MEV** — value extractable by reordering transactions (front-running, sandwich).

**Timelock** — a contract imposing a public delay before an admin change takes effect.

**Cross-chain arbitrage** — the mechanism by which third parties align an asset's price across chains.

**RWA** — Real-World Asset: a tokenized real-world asset (stocks, bonds…).

**Honeypot** — a trapped token you can buy but not sell. Neutralized here by the hard-coded tax cap.


---

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