Implement Nostr as verification code method (alternative to SMS) #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Feature Description
Add Nostr as an alternative verification code delivery method for customer compliance flows, replacing or supplementing SMS verification.
Motivation
Implementation Considerations
Technical Notes
Closing as part of
aiolabs/lamassu-serverarchival.Carried forward to the Nostr-native stack. The Nostr-DM-verification-code design has substantive future value (KYC compliance without telecom dependency, no PII leakage, decentralized) and is captured as a future workstream in
aiolabs/satmachineadmin#40("Future workstream — customer KYC compliance via Nostr DM").The Nostr-native architecture already has the plumbing this design needs:
Payment.extra.nostr_sender_pubkey(path B /aiolabs/lnbits!43)aiolabs/satmachineadmin#29, fee configaiolabs/satmachineadmin#37/#39)aiolabs/lnbitsPR #17,aiolabs/satmachineadminPR #30)When KYC compliance scopes (jurisdictional thresholds, regulatory requirement), open a fresh implementation issue referencing the workstream sketch in
aiolabs/satmachineadmin#40.