content: recipient guide cash-out — swap exchange link, drop spend-directly
Deploy to GitHub Pages / deploy (push) Has been cancelled
Test / test (push) Has been cancelled

Point the Exchanges tile at nonlogs.io (no-KYC) and match its chip/copy
to the Peer-to-peer tile's 'no KYC' framing. Drop the Spend it directly
tile — no vetted resource to link yet.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2ro
2026-07-02 23:36:53 -04:00
parent d19cdace19
commit 3f8c14ab69
2 changed files with 3 additions and 12 deletions
+2 -7
View File
@@ -348,19 +348,14 @@ const RECIPIENT_GUIDE_STRUCTURE: GuideBlockStructure[] = [
options: [
{
id: 'coinjoin',
chips: ['non-custodial', 'high privacy'],
href: 'https://wasabiwallet.io',
chips: ['non-custodial', 'no KYC'],
href: 'https://nonlogs.io',
},
{
id: 'peerToPeer',
chips: ['cash', 'no KYC'],
href: 'https://bisq.network',
},
{
id: 'spendDirectly',
chips: ['skip cash-out', 'instant'],
href: 'https://www.bitrefill.com/us/en/',
},
],
},
{ kind: 'callout', id: 'tumblers', variant: 'danger' },
+1 -5
View File
@@ -2415,15 +2415,11 @@
"options": {
"coinjoin": {
"name": "Exchanges",
"purpose": "The simplest path to fiat. Expect KYC: the exchange learns your identity and the amount you cash out through it."
"purpose": "A no-KYC exchange like nonlogs.io lets you cash out without an identity check."
},
"peerToPeer": {
"name": "Peer-to-peer",
"purpose": "Trade Grin for fiat directly with another person or through an over-the-counter broker. No platform in the middle."
},
"spendDirectly": {
"name": "Spend it directly",
"purpose": "Spend Grin as money with merchants and services that accept it, without converting to cash first."
}
}
},