content: recipient guide cash-out — swap exchange link, drop spend-directly
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:
@@ -348,19 +348,14 @@ const RECIPIENT_GUIDE_STRUCTURE: GuideBlockStructure[] = [
|
|||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
id: 'coinjoin',
|
id: 'coinjoin',
|
||||||
chips: ['non-custodial', 'high privacy'],
|
chips: ['non-custodial', 'no KYC'],
|
||||||
href: 'https://wasabiwallet.io',
|
href: 'https://nonlogs.io',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'peerToPeer',
|
id: 'peerToPeer',
|
||||||
chips: ['cash', 'no KYC'],
|
chips: ['cash', 'no KYC'],
|
||||||
href: 'https://bisq.network',
|
href: 'https://bisq.network',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
id: 'spendDirectly',
|
|
||||||
chips: ['skip cash-out', 'instant'],
|
|
||||||
href: 'https://www.bitrefill.com/us/en/',
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{ kind: 'callout', id: 'tumblers', variant: 'danger' },
|
{ kind: 'callout', id: 'tumblers', variant: 'danger' },
|
||||||
|
|||||||
+1
-5
@@ -2415,15 +2415,11 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"coinjoin": {
|
"coinjoin": {
|
||||||
"name": "Exchanges",
|
"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": {
|
"peerToPeer": {
|
||||||
"name": "Peer-to-peer",
|
"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."
|
"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."
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user