> 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/how-to-mint.md).

# How to Mint

"Minting" = buying a brand-new NFT directly from the collection. Here's how, step by step.

## What you need

* Your wallet on **Robinhood Chain** (chain 4663).
* Enough **ETH on Robinhood Chain** for the price **+ a little gas**.
* If you don't have RH-Chain ETH yet: use the [Bridge → "Bridge to Robinhood"](/stag-docs/buy-usdstag/how-to-buy.md) tab to get some.

## Steps

1. Go to **stagwifhood.fun/nfts**.
2. **Connect Wallet** — make sure it says **Robinhood Chain**. (On the wrong network, minting fails with a confusing error.)
3. Choose your NFT:
   * **Hooded 20:** tap **Pick** (choose the exact stag) or **Gamble** (random, cheaper).
   * **Saints / WANTED:** tap the piece you want, at its price.
4. Confirm in your wallet and wait for it to complete.
5. 🎉 The NFT is now in your wallet.

## After you mint

* **Stake it** to boost your ETH yield → [Staking](/stag-docs/earn-real-eth/staking.md).
* **WANTED holders:** claim your $STAG **bounty** → [WANTED Bounties](/stag-docs/nfts/wanted.md).
* **See it in your wallet:** if it doesn't show, import the collection address (see [Contracts](/stag-docs/reference/contracts.md)) or check your NFTs tab on the [explorer](/stag-docs/getting-started/robinhood-chain.md).

## Common mint problems

| Problem                                    | Fix                                                                                                                           |
| ------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------- |
| "Missing revert data" / it fails instantly | You're on the **wrong network** *or* don't have enough **ETH on Robinhood Chain**. Switch to chain 4663 and add a little ETH. |
| Nothing happens on tap                     | Refresh the page; make sure your wallet is connected and on Robinhood Chain.                                                  |
| "Wallet limit"                             | There's a per-wallet cap on some drops — you've hit it.                                                                       |
| Using a smart-contract wallet              | Mints need a normal (EOA) wallet like MetaMask.                                                                               |


---

# 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/how-to-mint.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.
