> 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/resources/contract-addresses.md).

# Contract addresses

> **Always verify addresses** against this page and the official website ([mineglyph.xyz](https://mineglyph.xyz)) and X ([@MineGlyph](https://x.com/MineGlyph)). Never trust a contract address sent to you in a direct message.

## Networks

| Network                     | Chain ID | Explorer                             |
| --------------------------- | -------- | ------------------------------------ |
| Robinhood Chain **testnet** | 46630    | explorer.testnet.chain.robinhood.com |
| Robinhood Chain **mainnet** | 4663     | (see official channels)              |

Robinhood Chain is an EVM-compatible Layer-2. The native gas token is ETH.

## Testnet (chain 46630)

| Contract           | Address                                      |
| ------------------ | -------------------------------------------- |
| GlyphToken (GLYPH) | `0xDe74D069d4D618fd0355A3Ba99f45b7F123A6797` |
| GlyphMining        | `0xb110a5E50E8C934C8E19cFfcc2dBBca06261217A` |

> The testnet deployment is for testing only. Testnet GLYPH has no value. Note that this deployment predates some protocol changes (e.g. the registration fee and claim cooldown); the mainnet deployment will reflect the current contracts.

## Mainnet (chain 4663)

| Contract           | Address                                      |
| ------------------ | -------------------------------------------- |
| GlyphToken (GLYPH) | `0x095FE6DaE49C449c04dfcf6803c0fD78d08e8938` |
| GlyphMining        | `0xe1BCAdB80A420F44E465985445395ac866c68DF1` |

Live parameters: registration fee `0.00056 ETH`, claim cooldown `1 hour`, max supply `21,000,000 GLYPH`, LP premine `2,100,000` (10%) minted at deploy.

> Only trust these two addresses (and copies published on the official website and X). Any other "GLYPH" address is fraudulent.

## Adding the network to your wallet

1. Open your wallet's network settings and add a custom network.
2. Enter the RPC URL, chain ID, and ETH as the currency symbol for the network you want (testnet 46630 / mainnet 4663).
3. Import or switch to that network, then connect at [mineglyph.xyz](https://mineglyph.xyz).

The site will also prompt you to switch to the correct network automatically if your wallet is on the wrong one.


---

# 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/resources/contract-addresses.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.
