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

# FAQ & Troubleshooting

Plain-English answers to the questions everyone asks. Can't find yours? Ask in the [Telegram](https://t.me/StagWifHood).

## Buying

**Q: I bought $STAG but I don't see it in my wallet.** Make sure you're on **Robinhood Chain**, then **import the token** using `0xCDdB2d9838b7eDab2F04aF4943a6EFE42C2f9F49`. New tokens don't show automatically.

**Q: Can I buy with Solana?** Yes — but the $STAG lands on Robinhood Chain, which needs a **0x (EVM) address**. So you pay from your Solana wallet and receive on an EVM wallet. Full guide: [Buying with Solana](/stag-docs/buy-usdstag/from-solana.md).

**Q: Why did the bridge ask me to connect&#x20;*****two*****&#x20;wallets?** Because you're paying from one chain (e.g. Solana) and receiving on another (Robinhood Chain). One wallet pays, the other receives. Totally normal for cross-chain.

**Q: When I tapped Connect on my phone, it opened my wallet app / a new screen.** That's normal — your phone hands off to the wallet app so you can approve. Approve it, and it comes back.

## Gas & Fees

**Q: What is "gas"?** A tiny fee (paid in ETH on Robinhood Chain) to do anything on-chain — stake, mint, claim. You need a small amount of RH-Chain ETH on hand.

**Q: How do I get ETH on Robinhood Chain?** Use the **Bridge → "Bridge to Robinhood"** tab to send a little ETH over from any chain.

## Staking & Rewards

**Q: Do I have to do anything to keep earning?** No. Once you're staked and a reward stream is active, ETH accrues **automatically, every second**. You just tap **Claim** to collect.

**Q: I staked but I'm not earning — why?** Either the reward stream for that pool has run dry (it needs a refill), or you're checking the wrong pool. The main Stag Staking pool auto-refills from mints. See [How Rewards Work](/stag-docs/earn-real-eth/how-rewards-work.md).

**Q: What happens if I unstake early?** $STAG tokens: **15% penalty + forfeit pending rewards** if you unstake before your lock ends. NFTs: just **forfeit pending rewards** (no penalty). **Tip:** claim first, then unstake.

**Q: Are the rewards real?** Yes — real **ETH**, funded by the project's mint revenue. Not printed reward tokens.

## NFTs

**Q: How do WANTED bounties work?** Each WANTED NFT has $STAG set aside for its holder. Own the NFT → tap **Claim bounty** → the $STAG is yours (once per NFT). See [WANTED](/stag-docs/nfts/wanted.md).

**Q: Mint failed with "missing revert data."** You're on the **wrong network** or don't have enough **ETH on Robinhood Chain**. Switch to chain 4663 and add a little ETH, then retry.

## 🛡️ Safety & Scams — READ THIS <a href="#safety" id="safety"></a>

* **The only official site is `stagwifhood.fun`.** Bookmark it. Scam lookalike domains exist.
* **We will NEVER DM you first.** Not for "support," not for a "bridge link," not for anything.
* **NEVER share your Secret Recovery Phrase (seed phrase).** No real site or person ever needs it. Anyone asking is stealing your money.
* **We never ask you to approve "unlimited" token access** on the bridge — the widget scopes approvals for you.
* **Always verify the $STAG address**: `0xCDdB2d9838b7eDab2F04aF4943a6EFE42C2f9F49`. Fake tokens copy the name.
* If something feels off, **stop and ask in the official Telegram** before signing anything.

## Still stuck?

* Official site: **stagwifhood.fun**
* X: **@StagWifHood** · Telegram: **t.me/StagWifHood**
* Verify anything on the explorer: **robinhoodchain.blockscout.com**


---

# 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/reference/faq.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.
