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

# Terms of Service

**Last updated: July 10, 2026**

> **Template notice.** This document is a good-faith draft, not legal advice. Have it reviewed and adapted by a qualified lawyer in your jurisdiction before you rely on it. Replace bracketed placeholders and confirm it matches your actual operations.

These Terms of Service ("Terms") govern your access to and use of the Mine Glyph website, documentation, application interface, and related services (together, the "Service"), operated by the Mine Glyph project ("we," "us," "our"). By accessing or using the Service, you agree to these Terms. If you do not agree, do not use the Service.

## 1. Eligibility

You must be of legal age to form a binding contract in your jurisdiction and not be barred from using the Service under any applicable law. You are responsible for ensuring that your use of the Service is legal where you are. The Service is not offered to persons in jurisdictions where it would be unlawful, and not to any person subject to applicable sanctions.

## 2. Nature of the Service

Mine Glyph is a **non-custodial**, experimental, decentralized protocol. We do not take custody of your assets, hold your private keys, or execute transactions on your behalf. All on-chain actions — starting mining, updating hashrate, and claiming — are transactions **you** initiate and sign from your own wallet. We provide an interface and supporting services; the underlying smart contracts run autonomously on the blockchain.

## 3. No financial advice

Nothing in the Service is financial, investment, legal, accounting, or tax advice. GLYPH is a utility token of an experimental protocol; it is **not** a security, share, deposit, or promise of profit, and we make no representation that it has or will have any value. You are solely responsible for your decisions and for evaluating the risks. See [Audit status & risks](/security/audits-and-status.md).

## 4. Fees

Starting to mine requires a one-time registration fee paid in the network's native asset (ETH), plus network gas. Claiming requires network gas. Fees and gas are non-refundable. Protocol parameters, including the registration fee, may change; current values are visible on-chain and in the interface.

## 5. Assumption of risk

You understand and accept that:

* Blockchain transactions are **irreversible**; mistakes cannot be undone.
* Smart contracts may contain bugs; at the time of writing the contracts are **not third-party audited**.
* Token values are volatile and may fall to zero.
* You are responsible for the security of your wallet, keys, and devices.
* The underlying blockchain, RPC providers, and other third-party infrastructure are outside our control and may fail, fork, or be attacked.

You use the Service entirely at your own risk.

## 6. Acceptable use

You agree not to:

* use the Service for unlawful purposes, money laundering, or sanctions evasion;
* attempt to exploit, attack, overload, or gain unauthorized access to the Service or its infrastructure (good-faith security research under our [disclosure policy](/security/responsible-disclosure.md) excepted);
* manipulate, defraud, or game the hashrate or reward system through deception, automation abuse, or falsified data;
* impersonate the project or misrepresent your affiliation with it.

## 7. No warranties

The Service is provided **"as is" and "as available," without warranties of any kind**, express or implied, including merchantability, fitness for a particular purpose, title, and non-infringement. We do not warrant that the Service will be uninterrupted, secure, error-free, or that any information is accurate or complete.

## 8. Limitation of liability

To the maximum extent permitted by law, we and our contributors will not be liable for any indirect, incidental, special, consequential, or exemplary damages, or for any loss of profits, tokens, data, or goodwill, arising from or related to your use of the Service — even if advised of the possibility. To the extent liability cannot be excluded, it is limited to the greatest extent permitted by law.

## 9. Third parties

The Service may link to or rely on third-party services (wallets, RPC providers, block explorers, decentralized exchanges, hosting). We do not control and are not responsible for third-party services, and your use of them is subject to their own terms. Mine Glyph is **not affiliated with, endorsed by, or connected to Robinhood Markets, Inc.**; "Robinhood Chain" refers only to the underlying network.

## 10. Intellectual property

Open-source components are governed by their respective licenses. The Mine Glyph name, brand, and marks may not be used to imply endorsement or affiliation without permission.

## 11. Changes

We may update these Terms. Material changes will be reflected by the "Last updated" date. Your continued use after changes take effect constitutes acceptance.

## 12. Governing law & disputes

These Terms are governed by the laws of **\[jurisdiction to be specified]**, without regard to conflict-of-law rules. **\[Specify dispute resolution — e.g. courts or arbitration — with your counsel.]**

## 13. Contact

Questions about these Terms: <legal@mineglyph.xyz>.


---

# 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/legal/terms.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.
