content: donor guide privacy section — Bisq as an example, nonlogs.io link, softer exchange warning
Test / test (push) Waiting to run
Deploy to GitHub Pages / deploy (push) Has been cancelled

- '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 <noreply@anthropic.com>
This commit is contained in:
2ro
2026-07-03 02:16:52 -04:00
parent 3f8c14ab69
commit 68fdc01fc9
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -325,7 +325,7 @@ const DONOR_GUIDE_STRUCTURE: GuideBlockStructure[] = [
{ {
id: 'coinjoin', id: 'coinjoin',
chips: ['non-custodial', 'breaks history'], chips: ['non-custodial', 'breaks history'],
href: 'https://wasabiwallet.io', href: 'https://nonlogs.io',
}, },
], ],
}, },
+3 -3
View File
@@ -2356,7 +2356,7 @@
"options": { "options": {
"nonKyc": { "nonKyc": {
"name": "Acquire Grin without KYC", "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": { "coinjoin": {
"name": "Skip the public receipt", "name": "Skip the public receipt",
@@ -2365,8 +2365,8 @@
} }
}, },
"consumerApps": { "consumerApps": {
"title": "Exchanges know who you are", "title": "Some 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." "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": { "recipient": {