You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(adr): 0002 — correct the wallet-less bullet, per-wallet sourced claims
The Option D 'wallet-less artists' bullet overclaimed about LOBSTR (social
login, direct Argentine bank withdrawal). Lead with the only thing Option D
requires — a memo-free G-address the artist controls — then make only sourced
claims per wallet:
- Decaf: non-custodial + email/Google/Apple social login (help center); bank
transfer / cash in 184 currencies incl. ARS (app listing, not the case
study); MoneyGram/Stellar ramp (case study).
- LOBSTR: non-custodial, memo-free G-address, anchor-based (SEP-24) fiat via
the issuer/anchor (help center). No social-login or direct-bank-withdrawal
claim.
Copy file name to clipboardExpand all lines: doc/adr/0002-identity-and-signing-model.md
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -197,10 +197,20 @@ owns, kept separate from the account.
197
197
-**Royalty recipient:** a Stellar G-address the artist supplies in their profile, validated
198
198
as not being a memo-required address, and required before the artist can mint.
199
199
-**Wallet-less artists** are pointed at Decaf ([decaf.so](https://www.decaf.so/)) or LOBSTR
200
-
([lobstr.co](https://lobstr.co/)) — both non-custodial, both offer social-login onboarding,
201
-
both yield a memo-free G-address, and both support withdrawal to Argentine banks (Decaf
202
-
withdraws to local bank transfer in 184 currencies,
203
-
[Stellar case study](https://stellar.org/case-studies/decaf)).
200
+
([lobstr.co](https://lobstr.co/)). What both genuinely share — and the only thing Option D
201
+
requires — is that each gives the artist a **memo-free G-address they control**. Their fiat
202
+
paths differ, and only sourced claims are made for each:
203
+
-**Decaf** — non-custodial, with email / Google / Apple social-login onboarding and no
204
+
seed phrase
205
+
([create an account](https://intercom.help/decaf/en/articles/10984824-create-an-account-with-decaf));
206
+
it withdraws to local bank transfer or cash in 184 currencies, ARS among them
207
+
([Google Play listing](https://play.google.com/store/apps/details?id=so.decaf.wallet)),
208
+
over the MoneyGram / Stellar ramp ([Stellar case study](https://stellar.org/case-studies/decaf)).
209
+
-**LOBSTR** — non-custodial, gives a memo-free G-address; its fiat conversion is handled
210
+
off-chain through the token's issuer/anchor (the Stellar SEP-24 interactive-anchor
211
+
mechanism), **not** a direct Argentine bank withdrawal, and it is not a social-login
212
+
wallet
213
+
([depositing crypto and fiat on LOBSTR](https://lobstr.freshdesk.com/support/solutions/articles/151000001280-basics-depositing-crypto-and-fiat-on-lobstr)).
204
214
-**Signing:** unchanged for now (Stellar Wallets Kit,
205
215
`apps/web/providers/wallet-provider.tsx:222-226`). Passkey smart accounts remain a possible
206
216
future improvement to the signing experience only — never to the receiving address.
0 commit comments