Price:

BITCOIN

Nostr rolls out offline Bitcoin payments

Saturday, June 27, 2026 · from 2 podcasts
  • Amethyst now enables offline Bitcoin payments via Cashu, removing Lightning's uptime requirement.
  • NIP-61 embeds payment proofs directly in Nostr events for instant finality.
  • Mobile sync gains from NIP-77 cut data use, boosting privacy and efficiency.

Six weeks after Nostr integrated Lightning payments, the network has solved the recipient uptime problem. Amethyst 1.12.0 now supports Cashu through NIP-61 NutZaps, letting users send Bitcoin-denominated payments even when the recipient is offline. Unlike Lightning, which fails if the node isn't reachable, NutZaps attach cryptographic proof of payment directly to a Nostr event. The recipient redeems the eCash on their own schedule.

"NutZaps move the proof of payment into the event itself - the payment is the message."

- Nostr Compass, Nostr Compass Podcast #27

The trade-off is custody: Cashu relies on trusted mints, not Bitcoin’s base layer. But for everyday use, developers argue the UX win justifies the model shift. Amethyst unifies Lightning, on-chain, and Cashu under one interface, making multi-protocol wallets the new standard.

Meanwhile, Citrine 3.0 slashes mobile data costs with NIP-77 Negentropy. Instead of downloading full event sets, clients now sync only differences using a Merkle-based reconciliation protocol. At O(D log N), it scales cleanly - syncing 1,000 events with 99% overlap now uses 90% less data.

This efficiency makes background relays viable on metered connections. But privacy gains go beyond bandwidth. Mostro 0.13.0 now encrypts all trade metadata in NIP-44 envelopes, hiding peer-to-peer activity from relays. Cignet’s emergency patch fixed a critical flaw that could let attackers forge admin commands via malicious gift wraps.

"The baseline for safety is shifting from optional privacy to structural anonymity."

- Nostr Compass, Nostr Compass Podcast #27

The same day, Jake Woodhouse warned that self-custody illusions persist beyond protocol advances. Holding keys is meaningless without documented derivation paths. A legal will won’t recover Bitcoin if heirs can’t reconstruct the wallet. True sovereignty requires a standalone recovery plan - one that survives the owner’s absence.

Regulators are tightening the screws. Australia’s new AUSTRAC rules force exchanges to log self-custody transfers, pushing surveillance to the edge. Woodhouse sees it as a pincer: technical complexity on one side, regulatory pressure on the other. The solution isn’t just better tools - it’s better habits.

Source Intelligence

- Deep dive into what was said in the episodes

Nostr Compass Podcast #27Jun 25

Also from this episode: (14)

Other (14)

  • Amethyst version 1.12.0 merged 170 PRs, integrating Cashu wallets (NIP 60) and zaps (NIP 61) alongside Lightning, on-chain, and Nostr Wallet Connect in a unified payment UI.
  • Mostro version 0.13.0 moved trade communication to encrypted NIP44 direct messages and introduced mandatory anti-abuse bonds configured by the operator.
  • Cygnet version 1.11.0 patched a severe vulnerability where an attacker could forge a gift wrap event and execute any kill-switch command.
  • Kama's trade room was redesigned around the purse seat with color-coded prompts, and the money path was hardened with new guard rails.
  • Klave version 1.0, an iOS remote signer using NIP46, is now available on the Apple App Store and supports push notifications when the app is closed.
  • Citrine version 3 implemented NIP77 set reconciliation (NECK entropy) to synchronize missing events from multiple relays efficiently and supports pausing sync on restricted networks.
  • FIPS release candidate 0.4.0 added Nym MixNet support and LAN discovery, maintains wire compatibility with version 0.3, and hardened its FMP/FSP rekey logic.
  • Zapbook is a Nostr-native social reading app built on Marmot, allowing private circles to track reading progress and send zaps as rewards.
  • Zeus 13.1.0 RC lets users pay via Nostr Wallet Connect on iOS, generates C-Link offers for any account, and allows opting out of publishing kind 9735 zap receipts.
  • NIP77 set reconciliation reduces sync costs to O(D log N), proportional to the symmetric difference between two relays, rather than O(N) for a naive full dump.
  • NIP61 NutZaps deliver Cashu eCash tokens directly inside Nostr events, allowing offline recipients to redeem later without Lightning infrastructure.
  • The Blossom specification merged a PR to broaden the bud definition, bringing BAT10 URI scheme and BAT8 local cache convention under canonical numbering.
  • NIP46 signer protocol has an open PR for adding optional client metadata (name, URL, icon) to the connection request for clearer signer pairing screens.
  • NIP29 group chat spec is being refined with new PRs for group banners, one-shot invite codes, message pinning, and role-based access control.

Could You Recover Your Bitcoin Without Your Provider? (JWP127)Jun 25

  • Jake Woodhouse argues that Bitcoin owners must test whether they can recover their Bitcoin without their custody provider.
  • Woodhouse states self-custody is not a destination but a process requiring periodic reviews and updates to plans.
  • Woodhouse cites a Twitter poll where Bitcoin owners overwhelmingly said losing access to their Bitcoin is a greater fear than a 50% price drawdown.
  • Woodhouse explains Bitcoin custody exists on a spectrum from convenient exchange-held IOUs to highly secure, geographically dispersed multi-signature setups.
  • Woodhouse warns that a provider dependency exists if you cannot rebuild your wallet using Bitcoin's open-source tools if that provider disappears.
  • Woodhouse highlights that inheritance planning for Bitcoin is crucial because lawyers often lack expertise, and a legal will alone may not secure the assets.
  • Woodhouse advises never blindly accepting software updates for wallet apps and to verify changes because they could alter critical recovery parameters.
  • Woodhouse notes that AUSTRAC regulations in Australia now require exchanges to collect sender and recipient details for all transfers, starting July 1.
  • Woodhouse describes coinjoin tools as a method to obscure Bitcoin transaction trails, analogous to a getaway cowboy erasing tracks.
  • Woodhouse defines his role as a Bitcoin custody architect, designing holistic custody systems above specific providers to eliminate dependencies.