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

# What is $STAG?

## The short version

**$STAG** (full name: **STAGWIFHOOD**) is a crypto token — *"the stag who stole Robin Hood's hood."* It lives on a blockchain called **Robinhood Chain**.

But it's not just a coin with a funny name. It's a whole **suite of live products** that actually *pay you* and give you things to do:

* 💰 **Hold it and earn real ETH** (not made-up tokens — actual Ethereum), by staking.
* 🖼️ **Own 1-of-1 NFT art** that boosts your earnings and carries real $STAG bounties.
* 🎁 **Win real prizes** (iPhones, iPads, even a Tesla at big milestones) just for holding.
* 🎮 **Play a 3D game** where you're a stag fighting in Sherwood forest.
* 🔥 **Watch supply shrink** — every NFT mint burns $STAG, making what's left rarer.

## Why "Robin Hood"?

The theme is Robin Hood: steal from the chart, give to the holders. The **Prize Heist** literally does this — at every market-cap milestone, real prizes get shipped to random holders. ["Rob the rich, feed the hood."](/stag-docs/more-to-do/prize-heist.md)

## Is it safe / can they rug?

The project is built to be **verifiable**:

* Liquidity is **locked** with public proof (the Stag Locker).
* Reward money **routes itself** on-chain (no human middleman holding the bag).
* Every contract is **audited** and the addresses are [public](/stag-docs/reference/contracts.md) so anyone can check.

Nothing here is financial advice, and crypto is always risky — but the plumbing is transparent and on-chain.

## Next step

👉 You can't do anything without a **wallet**. [Set one up here](/stag-docs/getting-started/wallet-setup.md) — it takes 5 minutes.


---

# 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://stag.gitbook.io/stag-docs/getting-started/what-is-stag.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.
