From 2dfdf2ce82e39b93afcaae37ac727e4e1605ef31 Mon Sep 17 00:00:00 2001 From: butler Date: Mon, 6 Jul 2026 19:47:40 -0400 Subject: [PATCH] site: wallet/messaging framing, username+npub, nostr primer, docs nav, security section - Lead with wallet + encrypted messaging; drop send-money/payments framing in meta, lede, and footer tagline (price-preview copy left untouched) - Add human framing: pay by username or npub - Add 'new to nostr?' primer link to nostr.how - Add Documentation nav item to docs.goblin.st (both pages) - Add code-verified security section: double-encrypted (NIP-44 seal + wrap with sender-hiding ephemeral key), seed encrypted at rest, choose/self-host relays, all traffic over Tor --- index.html | 53 +++++++++++++++++++++++++++++++++++++++----- use-cases/index.html | 3 ++- 2 files changed, 50 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index c2bc709..338a10e 100644 --- a/index.html +++ b/index.html @@ -4,10 +4,10 @@ Goblin — a private wallet for GRIN ツ - + - + @@ -27,6 +27,7 @@ Handles Use cases Downloads + Documentation GitHub @@ -41,8 +42,9 @@

Send grin like a text.

Goblin is a private wallet for - GRIN. Pay a username and the payment is - delivered as an end-to-end encrypted message over nostr, through + GRIN with encrypted messaging. Reach a + username or an npub and it travels as + an end-to-end encrypted message over nostr, through Tor. No files to swap. No need to both be online.

@@ -155,6 +157,46 @@
+
+
+

Security you can check

+

Every claim here lives in the open-source code. Here is what protects + you, layer by layer.

+
+
+ +
+
+

Your seed stays encrypted

+

The recovery seed is encrypted at rest with your wallet password + before it ever touches disk. It is derived on demand and never held in + the clear.

+
+
+
+

Your relays, your choice

+

Run on the defaults, pick your own set, or point Goblin at a relay + you host yourself, localhost included. You decide who carries your + messages.

+
+
+
+

Everything over Tor

+

Nostr messages, name lookups and price data all ride + Tor, embedded + right in the app. The relay never learns your IP; the encryption hides + the rest.

+
+
+
+
@@ -163,6 +205,7 @@ Your handle resolves through the open goblin.st identity service — standard NIP-05, one name per key, yours until you release it.

Or remain anonymous and reset your identity whenever you want.

+

New to nostr? nostr.how is a friendly primer.

$ curl 'https://goblin.st/.well-known/nostr.json?name=alice'
@@ -276,7 +319,7 @@
© 2026 the Goblin project · Built on Grim by Ardocrat - Send money, not metadata. ツ + Private messages, not metadata. ツ
diff --git a/use-cases/index.html b/use-cases/index.html index 201c9f6..f5b6340 100644 --- a/use-cases/index.html +++ b/use-cases/index.html @@ -69,6 +69,7 @@ Features Use cases Downloads + Documentation GitHub @@ -217,7 +218,7 @@
© 2026 the Goblin project · Built on Grim by Ardocrat - Send money, not metadata. ツ + Private messages, not metadata. ツ