> 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/earn-real-eth/staking.md).

# Staking (Earn ETH)

**Staking** = committing your $STAG (or your NFTs) so you earn a share of the ETH reward stream. You can unstake later. This is the main way to earn.

## What you need

* Some **$STAG** ([buy here](/stag-docs/buy-usdstag/how-to-buy.md)) and/or an eligible **NFT**.
* A little **ETH on Robinhood Chain** for the gas fee.
* Your wallet on **Robinhood Chain** (chain 4663).

## Option A — Stake $STAG tokens

1. Go to **stagwifhood.fun/stake**.
2. **Connect Wallet** (make sure you're on Robinhood Chain).
3. Enter how much $STAG to stake.
4. **Pick a lock (optional):** no-lock, or **30 / 60 / 90 days**. Longer lock = bigger reward multiplier.
5. Approve + confirm in your wallet.
6. ✅ You're now earning ETH every second. Come back anytime and tap **Claim**.

> **Lock tiers:** longer locks give a bigger slice of the stream. A no-lock stake still earns — just at the base rate.

## Option B — Stake your NFTs (lock-in-place)

The Hooded 20 uses **lock-in-place** staking — your NFT **never leaves your wallet**, it just gets marked as staked. Nice and safe.

1. Go to **stagwifhood.fun/stake**.
2. Connect wallet, find your NFT, tap **Stake**.
3. Confirm. It now boosts your yield while staying in your wallet.

Sherwood Saints (and soon WANTED) stake in the **Sherwood Vault** instead — same idea, tap **Stake** on the NFT.

## Claiming your ETH

* Tap **Claim** any time. The accrued ETH goes to your wallet.
* Claiming doesn't unstake you — you keep earning.

## Unstaking (and the penalty)

* **$STAG tokens:** if you unstake **before your lock ends**, there's a **15% penalty** on the amount **and you forfeit pending (unclaimed) rewards**. After the lock ends, no penalty.
* **NFTs:** unstaking early just **forfeits pending rewards** (no token penalty).

> 💡 **Tip:** Claim your rewards *before* you unstake early, so you don't forfeit them.

## "Am I actually earning?"

Yes — once staked and a stream is active, your rewards tick up automatically. You can verify your stake and rewards on the [explorer](/stag-docs/getting-started/robinhood-chain.md). If a pool's stream has run dry, earning pauses until it refills — see [How Rewards Work](/stag-docs/earn-real-eth/how-rewards-work.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/earn-real-eth/staking.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.
