diff --git a/src/lib/helpContent.ts b/src/lib/helpContent.ts index be87b596..61ad9451 100644 --- a/src/lib/helpContent.ts +++ b/src/lib/helpContent.ts @@ -323,10 +323,14 @@ const DONOR_GUIDE_STRUCTURE: GuideBlockStructure[] = [ href: 'https://bisq.network', }, { - id: 'coinjoin', - chips: ['non-custodial', 'breaks history'], + id: 'noKycExchange', + chips: ['exchange', 'no KYC'], href: 'https://nonlogs.io', }, + { + id: 'coinjoin', + chips: ['optional step', 'no proof needed'], + }, ], }, { kind: 'callout', id: 'consumerApps', variant: 'danger' }, diff --git a/src/locales/en.json b/src/locales/en.json index 33460921..fc5b9ae5 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -2358,6 +2358,10 @@ "name": "Acquire Grin without KYC", "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." }, + "noKycExchange": { + "name": "Buy through a no-KYC exchange", + "purpose": "NonLogs lists GRIN and doesn't ask for an ID, an account, or logs to trade — a lower-friction alternative to peer-to-peer if you'd rather use an exchange." + }, "coinjoin": { "name": "Skip the public receipt", "purpose": "Publishing a payment proof links the donation to your Nostr identity. Don't publish it, and the donation stays between you and the campaign."