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

# Contract Addresses

Everything is on **Robinhood Chain (chain 4663)**. You can paste any of these into the [explorer](https://robinhoodchain.blockscout.com) to verify.

> ⚠️ **Always double-check the $STAG address before buying or importing.** Scammers make fake tokens with the same name. The real one is below.

## Core

| Contract                          | Address                                      |
| --------------------------------- | -------------------------------------------- |
| **$STAG token**                   | `0xCDdB2d9838b7eDab2F04aF4943a6EFE42C2f9F49` |
| **Stag Staking** (earn ETH)       | `0x2faA6672546912e7cDec4E1AaCF1eeF52bA524fF` |
| **Sherwood Vault** (NFT staking)  | `0x9eeE6eFe6540C3e3AC515D052c99ad4b389a344c` |
| **Sherwood Pact** (proof-of-hold) | `0xc36662D2db9432702f018963ABdab19432AA488B` |

## NFT Collections

| Collection          | Address                                      |
| ------------------- | -------------------------------------------- |
| **The Hooded 20**   | `0x4384cB362D908d36266bDF3C31F18DB95EB127dc` |
| **Sherwood Saints** | `0x5c309bC7D137cA4c5AC450B68D1A1d896eF28327` |
| **WANTED: Outlaws** | *deployed at launch — check /nfts*           |

## Revenue Routing

| Contract                         | Split                          | Address                                      |
| -------------------------------- | ------------------------------ | -------------------------------------------- |
| **Revenue Splitter** (Hooded 20) | 90% pool / 10% team            | `0x1F6D791108635ac4522b1cfaD86FD7B435aDFe2a` |
| **Saints Splitter**              | 60% burn / 30% pool / 10% team | `0x101a344172f15ABe969027ea06624305F4a63082` |

## Network

| Setting   | Value                                     |
| --------- | ----------------------------------------- |
| Network   | Robinhood Chain                           |
| Chain ID  | 4663                                      |
| Gas token | ETH                                       |
| RPC       | `https://rpc.mainnet.chain.robinhood.com` |
| Explorer  | `https://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/contracts.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.
