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

# The Collections

$STAG NFTs aren't just pictures — they're **keys**. Every one **boosts your staking rewards** and feeds the treasury. There are three collections.

## 1. The Hooded 20

* **20 unique stags** across **5 rarity tiers** (Common → Mythic). The founding collection.
* **Two ways to mint:**
  * **Pick** — choose the exact stag you want; price scales with its tier.
  * **Gamble** — pay less for a random pull from what's left.
* **Reward:** holding one **multiplies your staking yield**, and each can be **staked in place** (never leaves your wallet) to earn ETH.
* Contract: `0x4384cB362D908d36266bDF3C31F18DB95EB127dc`

## 2. Sherwood Saints

* **5 top-tier animated 1/1s** — the "ATH crew," each tied to a real community member (their X handle is baked into the NFT).
* **Fixed price 0.03 ETH**, hard cap of 5, full animated art.
* **Reward:** stakeable in the **Sherwood Vault** for ETH, and **60% of every mint burns $STAG** — shrinking supply the moment you buy.
* Has **on-chain royalties** (creators earn on every resale).
* Contract: `0x5c309bC7D137cA4c5AC450B68D1A1d896eF28327`

## 3. WANTED: Outlaws of Sherwood

* **21 animated 1/1 "WANTED poster" stags** — each an outlaw with a **real $STAG bounty** you claim on-chain.
* Bounties range **2,000–6,000 $STAG** (87,000 $STAG total across the set).
* **Reward:** claim the bounty, **stake it in the Vault** for ETH, plus mint proceeds **burn $STAG**.
* Full details: [WANTED Bounties](/stag-docs/nfts/wanted.md).

## Which should I get?

* Want the cheapest way into the reward multiplier? → **Hooded 20 (Gamble)**.
* Want a prestige animated 1/1? → **Saints** or a **WANTED Mythic**.
* Want an NFT that literally hands you $STAG? → **WANTED** (claim the bounty).

👉 [How to Mint](/stag-docs/nfts/how-to-mint.md)


---

# 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/nfts/collections.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.
