From 68fdc01fc9d933fedc7814d7df50940bdbfb350a Mon Sep 17 00:00:00 2001 From: 2ro <17595647+2ro@users.noreply.github.com> Date: Fri, 3 Jul 2026 02:16:52 -0400 Subject: [PATCH] =?UTF-8?q?content:=20donor=20guide=20privacy=20section=20?= =?UTF-8?q?=E2=80=94=20Bisq=20as=20an=20example,=20nonlogs.io=20link,=20so?= =?UTF-8?q?fter=20exchange=20warning?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 'Acquire Grin without KYC' copy now names Bisq as one option, not the only one. - 'Skip the public receipt' now links to nonlogs.io (no-KYC exchange) instead of a coinjoin wallet, which didn't match the card's point. - 'Exchanges know who you are' overstated that all exchanges track withdrawals; softened to 'some' and points to nonlogs.io as the no-KYC alternative. Co-Authored-By: Claude Fable 5 --- src/lib/helpContent.ts | 2 +- src/locales/en.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lib/helpContent.ts b/src/lib/helpContent.ts index a15a4a4c..be87b596 100644 --- a/src/lib/helpContent.ts +++ b/src/lib/helpContent.ts @@ -325,7 +325,7 @@ const DONOR_GUIDE_STRUCTURE: GuideBlockStructure[] = [ { id: 'coinjoin', chips: ['non-custodial', 'breaks history'], - href: 'https://wasabiwallet.io', + href: 'https://nonlogs.io', }, ], }, diff --git a/src/locales/en.json b/src/locales/en.json index ad96ac69..33460921 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -2356,7 +2356,7 @@ "options": { "nonKyc": { "name": "Acquire Grin without KYC", - "purpose": "Mine it, or buy it peer-to-peer, so the coins aren't linked to your government ID in the first place." + "purpose": "Mine it, or buy it peer-to-peer through Bisq or a similar platform, so the coins aren't linked to your government ID in the first place." }, "coinjoin": { "name": "Skip the public receipt", @@ -2365,8 +2365,8 @@ } }, "consumerApps": { - "title": "Exchanges know who you are", - "body": "Exchanges that list GRIN verify your ID and keep records of every withdrawal. The public chain won't show your donation, but the exchange knows where its withdrawal went. If that matters for your situation, withdraw to a wallet you control first and donate from there." + "title": "Some exchanges know who you are", + "body": "Some exchanges that list GRIN verify your ID and keep records of every withdrawal — check before you use one. The public chain won't show your donation, but if the exchange tracks you, it knows where its withdrawal went. If that matters for your situation, withdraw to a wallet you control first and donate from there, or use a no-KYC exchange like nonlogs.io." } }, "recipient": {