> 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/how-rewards-work.md).

# How Rewards Work

$STAG pays you in **real ETH** — not inflationary "reward tokens." Here's how, in plain English.

## Where does the reward ETH come from?

The project's own **revenue** funds it. Specifically:

* Every **Hooded 20 NFT mint** sends **90%** straight into the **reward pool**.
* Every **Sherwood Saints mint** sends **30%** into a reward pool (and **60% burns $STAG**).

That ETH then **streams** to everyone who's staked.

## What is "streaming"?

Think of the reward pool as a **tank of ETH with a tap**. When the tap is on, ETH drips out continuously to everyone staked, split by their **weight** (how much they've staked and their multipliers). You accrue rewards **every second** — and you **claim** whenever you want.

* ✅ **You don't have to do anything to keep earning** — once you're staked and the tap is on, it just adds up.
* 🖐️ You just tap **Claim** when you want to collect what's built up.

## "Weight" — why some people earn more

Your share of the stream = **your weight ÷ everyone's total weight**. You build weight by:

* Staking **more $STAG**.
* **Locking longer** (30/60/90-day locks boost you).
* **Holding NFTs** (Hooded 20 / Saints multiply your yield).
* Holding a **bigger $STAG balance** (holding-tier multipliers).

Stack them all for the biggest share.

## Important: the tap can run dry

A reward "stream" is funded for a set period. When the tank empties, earning pauses until it's **refilled**. Good news: the main **Stag Staking** pool **refills itself automatically** from new mint revenue. So as long as people keep minting, the tap keeps flowing.

## The two reward pools

| Pool               | Who earns                         | Funding                                |
| ------------------ | --------------------------------- | -------------------------------------- |
| **Stag Staking**   | $STAG stakers + Hooded 20 stakers | Auto — 90% of Hooded 20 mints          |
| **Sherwood Vault** | NFT stakers (Saints, WANTED)      | Funded by the team + Saints mint share |

Next: [how to actually stake](/stag-docs/earn-real-eth/staking.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/how-rewards-work.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.
