08bbd74532
Static landing page for goblin.st (index, privacy, terms) with Geist fonts and brand assets. Matches the currently-deployed /opt/goblin/www. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
107 lines
4.3 KiB
HTML
107 lines
4.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Terms of Use — Goblin</title>
|
|
<meta name="robots" content="noindex">
|
|
<link rel="icon" type="image/png" href="assets/goblin-icon.png">
|
|
<link rel="stylesheet" href="styles.css">
|
|
</head>
|
|
<body>
|
|
|
|
<div class="wrap">
|
|
<header class="site">
|
|
<a class="brand" href="/">
|
|
<span class="mark" aria-hidden="true"></span>
|
|
<span class="word">Goblin</span>
|
|
</a>
|
|
<nav class="site" aria-label="Site">
|
|
<a href="/#downloads">Downloads</a>
|
|
<a class="gh" href="https://github.com/2ro/goblin" rel="noopener">GitHub</a>
|
|
</nav>
|
|
</header>
|
|
|
|
<main class="legal">
|
|
<h1>Terms of Use</h1>
|
|
<p class="updated">Last updated · June 12, 2026</p>
|
|
|
|
<div class="callout">
|
|
<strong>The short version:</strong> Goblin is free, open-source,
|
|
non-custodial software. You hold your own keys, you are responsible for
|
|
your own funds, and everything is provided as-is.
|
|
</div>
|
|
|
|
<h2>1. What Goblin is</h2>
|
|
<p>Goblin is open-source wallet software for the GRIN cryptocurrency,
|
|
licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0" rel="noopener">Apache
|
|
License 2.0</a>. The software runs on your own device. The project also
|
|
operates an optional identity service at <strong>goblin.st</strong> that
|
|
maps human-readable names to nostr public keys (<a href="https://nips.nostr.com/5" rel="noopener">NIP-05</a>), and a public
|
|
nostr relay. Together these are "the Services".</p>
|
|
|
|
<h2>2. Non-custodial — your keys, your funds</h2>
|
|
<ul>
|
|
<li>Goblin never holds, transmits custody of, or has access to your
|
|
funds, seed phrase, or private keys. They exist only on your device.</li>
|
|
<li>If you lose your seed phrase or identity backup, <strong>nobody can
|
|
recover it</strong> — not you-support, not the project, nobody.</li>
|
|
<li>Transactions on the GRIN network are irreversible. Verify amounts
|
|
and recipients before sending.</li>
|
|
</ul>
|
|
|
|
<h2>3. The name service</h2>
|
|
<ul>
|
|
<li>Handles are free, first-come, registered to exactly one nostr key
|
|
at a time, and yours until you release them.</li>
|
|
<li>Releasing a name is permanent and immediate — once released it is
|
|
available for anyone to register, so don't release a name you want to
|
|
keep. Name changes are limited to one every 10 minutes per key.</li>
|
|
<li>Names that impersonate others, infringe rights, or are used for
|
|
abuse may be removed. Reserved names may be withheld.</li>
|
|
<li>The name service is a convenience layer. The wallet is fully usable
|
|
without it.</li>
|
|
</ul>
|
|
|
|
<h2>4. Acceptable use</h2>
|
|
<p>Don't use the Services to break the law, to harm others, or to attack
|
|
the network (spam, denial of service, abuse of rate limits). We may block
|
|
traffic that does.</p>
|
|
|
|
<h2>5. No warranty</h2>
|
|
<p>The software and Services are provided <strong>"as is"</strong>,
|
|
without warranty of any kind, express or implied, including
|
|
merchantability, fitness for a particular purpose, and non-infringement.
|
|
Use them at your own risk. To the maximum extent permitted by law, the
|
|
project and its contributors are not liable for any loss of funds, data,
|
|
or profits, or any indirect, incidental, or consequential damages arising
|
|
from your use of the software or Services.</p>
|
|
|
|
<h2>6. Not financial advice</h2>
|
|
<p>Nothing here is investment, legal, or tax advice. Cryptocurrency is
|
|
volatile and may be regulated differently where you live. You are
|
|
responsible for complying with your local laws.</p>
|
|
|
|
<h2>7. Changes</h2>
|
|
<p>These terms may change as the project evolves; the current version
|
|
always lives at this page. Continued use of the Services after a change
|
|
constitutes acceptance.</p>
|
|
|
|
<h2>8. Contact</h2>
|
|
<p>Questions and reports: open an issue on
|
|
<a href="https://github.com/2ro/goblin" rel="noopener">GitHub</a>.</p>
|
|
</main>
|
|
</div>
|
|
|
|
<footer class="site">
|
|
<div class="wrap">
|
|
<div class="foot-bottom">
|
|
<span>© 2026 the Goblin project</span>
|
|
<span><a href="terms.html" style="color:inherit">Terms</a> · <a href="privacy.html" style="color:inherit">Privacy</a></span>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
|
|
</body>
|
|
</html>
|