> For the complete documentation index, see [llms.txt](https://docs.mineglyph.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mineglyph.xyz/readme.md).

# Mine Glyph

**Mine Glyph** is a proof-of-activity mining protocol on Robinhood Chain. Instead of GPUs, your on-chain history — wallet age, transaction count, volume, and hold time — becomes your **hashrate**. A fixed, halving emission of the **GLYPH** token is split among all miners in proportion to their hashrate. The more the network mines, the thinner every share gets — Bitcoin-style difficulty, no hardware.

* **Token:** GLYPH ($GLYPH)
* **Max supply:** 21,000,000 (hard cap)
* **Team allocation:** 0%
* **Chain:** Robinhood Chain (EVM L2)
* **Website:** [mineglyph.xyz](https://mineglyph.xyz) · **X:** [@MineGlyph](https://x.com/MineGlyph)

## Why it's different

* **No hardware, no energy waste.** Your existing on-chain footprint is the work.
* **Fair launch.** 90% of supply is mined by the community, 10% seeds locked liquidity, 0% goes to a team. There is no owner mint and no public mint.
* **Sybil-resistant by design.** Metrics are log-scaled (a wallet 10× older is not 10× the hashrate), a one-time fee makes farming thousands of wallets expensive, and a hashrate floor keeps out dust wallets.
* **Trust-minimized.** Rewards are computed by an open MasterChef-style accumulator; the hard cap is enforced at three independent layers.

## Where to go next

* New here? Read [What is Mine Glyph?](/getting-started/what-is-mine-glyph.md)
* Want to mine right now? [Start mining in 3 steps](/getting-started/quickstart-mining.md)
* Curious how hashrate is computed? [Hashrate](/protocol/hashrate.md)
* Security-focused? [Security model](/security/security-model.md) and [Audit status & risks](/security/audits-and-status.md)

> **Note on status.** Mine Glyph is live on **testnet** and undergoing review. Smart contracts are **not yet audited by a third party**. Nothing here is financial advice. See [Audit status & risks](/security/audits-and-status.md) before interacting with real funds.


---

# 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://docs.mineglyph.xyz/readme.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.
