> 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/more-to-do/games-and-tools.md).

# Games & Tools

Reasons to show up that aren't a price chart.

## 🎮 STAG WARS — 3D Arena

A bloody 3D survival-fighter. **You're a muscular stag** battling rival bucks in a living Sherwood forest.

* **POV antler combat:** charge, gore, and knock rivals down.
* **Survive the wild:** graze, drink, and sleep through a day/night cycle.
* Grab **Robin Hood's Hood** for a superstrength power-up; level up your rack (antlers).
* **Play:** stagwifhood.fun/arena

## 🗺️ Hooded Maps — Holder Bubble Map

See the **whole holder base as a bubble map** — who holds what, at a glance.

* Whole-chain token enumeration + a live holder bubble map.
* Instantly spot whales, concentration, and distribution.
* **Explore:** maps.stagwifhood.fun

## 🖥️ Trench Terminal — On-Chain Console

A lightweight in-browser console for reading the realm and moving on Robinhood Chain.

* See your positions across the whole suite in one place.
* Live on-chain reads — balances, stakes, pool state.
* Mobile **WalletConnect** built in (no extension needed).
* **Open:** stagwifhood.fun/terminal

## 🔒 Stag Locker — Liquidity & Token Locks

The "we can't rug" proof.

* **Lock liquidity and tokens** on a public timer, with vesting schedules anyone can verify on the explorer.
* **Burn-to-extend:** spend $STAG to push a lock longer (which burns supply).
* Audited to CLEAN.
* **Open:** stagwifhood.fun/locker


---

# 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/more-to-do/games-and-tools.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.
