feat(extensions): add extension loader infrastructure
Extension: Cash Provider (ATM liquidity funding)
Enhancement: Per-provider commission rates
Each cash provider should be able to set their own desired commission rate when funding a machine. For example:
- Provider A funds $5,000 at 10%…
Extension: Satoshi Machine (DCA Distribution)
Superseded by #15
The original DCA approach (SSH polling Lamassu PostgreSQL, hourly cron, separate admin/client extensions) has been redesigned as a Nostr-native Cash Provider system in…
Extension: Cash Provider (ATM liquidity funding)
NIP-05: Auto-provision identity on user creation
feat(extensions): add NIP-05 identity extension
NIP-05 Spec Compliance Review
Compared the implementation against the NIP-05 spec and NIP-57 (zaps). The extension is ~90% complete.…
Extension: Split Payments
Dual-Layer Split Architecture
The internal split mechanism (like LNbits) and NIP-57 zap tags should be combined as two complementary layers:
Layer 1: NIP-57 Zap Tags (Preferred Path)
The…