> For the complete documentation index, see [llms.txt](https://docs.hoodloot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hoodloot.com/reference/disclaimer.md).

# Disclaimer

{% hint style="danger" %}
**TL;DR — This is a game.** HOODLOOT, **$SHARE**, the Merry Men, Hideouts, Loot Rate, and every other element are **fictional** and have **no monetary value**. Nothing here is financial, investment, legal, or tax advice. HOODLOOT is **not affiliated with, endorsed by, or sponsored by Robinhood Markets, Inc.**, nor by **The Walt Disney Company** or any rights-holder of the Robin Hood story. Play for fun.
{% endhint %}

***

## Fiction & entertainment only

HOODLOOT is a **game** — a piece of interactive entertainment and a homage to the Robin Hood folk tale. Every character, place, item, statistic, and storyline in it is **fictional**. Any resemblance to real persons, organizations, or events is coincidental or used as parody/homage.

## No monetary value

**$SHARE and all in-game assets have no monetary value.** $SHARE, Loot Rate, the Merry Men, Hideouts, Legend ranks, and any other in-game token, item, or number are **game objects only**. They are **not**:

* money, currency, legal tender, or e‑money;
* securities, shares, stocks, equities, bonds, derivatives, or any financial instrument;
* an investment, a yield product, or a claim on any asset, entity, revenue, or profit;
* a promise, guarantee, or representation of any future value.

The name "$SHARE" is a **play on words** (a *share* of the loot / *sharing* the wealth) and is **not** a share of stock or any equity interest in anything.

Nothing in HOODLOOT or these docs is an offer to sell, or a solicitation of an offer to buy, any asset, token, or security in any jurisdiction.

## Not financial, investment, legal, or tax advice

Nothing here constitutes financial, investment, legal, accounting, or tax advice, or a recommendation to buy, sell, or hold anything. Do your own research and consult qualified professionals for your own situation.

## No affiliation — parody & homage

HOODLOOT is an **independent, unofficial project**.

* **Robinhood Markets, Inc. / Robinhood Chain.** HOODLOOT is deployed to (or targets) *Robinhood Chain* as a technical network only. HOODLOOT is **not affiliated with, endorsed by, sponsored by, or connected to** Robinhood Markets, Inc. or any of its subsidiaries. "Robinhood" and related marks are the property of their respective owners.
* **The Robin Hood story.** The Robin Hood legend is a work of folklore in the **public domain**. HOODLOOT's characters and setting are an original, parodic homage to that folklore and are **not** based on, affiliated with, or endorsed by **The Walt Disney Company** or any other studio's copyrighted adaptation.
* **All third‑party names, trademarks, and logos** mentioned anywhere (e.g., Ethereum, Arbitrum, Chainlink, Uniswap, MetaMask) belong to their respective owners and are used **nominatively**, for identification and interoperability only. Their mention does not imply any endorsement.

## No warranty — use at your own risk

HOODLOOT and these docs are provided **"as is" and "as available", without warranties of any kind**, express or implied, including merchantability, fitness for a particular purpose, and non‑infringement. The software may contain bugs or errors and may change or be discontinued at any time.

You are solely responsible for your wallet, your keys, and your actions. **Onchain transactions are irreversible.** To the maximum extent permitted by law, the creators of HOODLOOT accept **no liability** for any loss or damage arising from use of the game, the docs, or any associated software or network.

## Eligibility & jurisdiction

Availability may be restricted in certain jurisdictions. You are responsible for ensuring your use of HOODLOOT complies with all laws and regulations that apply to you. HOODLOOT is **not** offered to any person in any place where playing it, or interacting with its tokens, would be unlawful.

## Testnet / mock

HOODLOOT currently runs in **mock mode** and/or on **test networks**. No real assets are exchanged, and testnet tokens have no value. Any future deployment does not change the fact that in‑game items are fictional and value‑less.

***

*By playing HOODLOOT you acknowledge that you have read and understood this disclaimer.*


---

# 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.hoodloot.com/reference/disclaimer.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.
