03-10-2026Price:

The Frontier

Your signal. Your price.

AI & TECH

Nostr Emerges as a Resilient Decentralized Networking Solution

Tuesday, March 10, 2026 · from 2 podcasts, 3 episodes
  • Nostr is developing practical tools that address real user needs while enhancing privacy and censorship resilience.
  • Competing AI agents will shape the protocol's future, fostering both innovation and caution among developers.
  • New networking projects like FIPS aim to create robust, decentralized communication systems that can survive internet outages.

Nostr is evolving from a technical novelty to a practical decentralized alternative. Its latest advancements are addressing pressing user needs, making real strides in enhancing privacy and resilience against censorship in digital communication. With tools like Blossom, users now have access to decentralized file storage options, akin to a user-owned version of Google Photos, where secure image retrieval no longer relies on a single, centralized entity.

Developers are beginning to see the potential for Nostr as a framework for future applications. By utilizing products like Alby's Nostr Wallet Connect sandbox, creators can explore Bitcoin integrations while eliminating risks. This encourages an innovative atmosphere where developers contemplate replacing traditional APIs with Nostr's more robust JSON-RPC format, suggesting that the protocol's modularity could revolutionize how applications communicate on the web.

However, the introduction of AI agents into the Nostr ecosystem presents a mixed bag. Competing proposals for agent interaction standards reflect an intriguing yet chaotic frontier. Developers are exploring the integration of AI tools for everything from coding assistance to feed summarization. Yet, a cautious approach prevails; the desire for control leads many to restrict AI system access, signaling a preference for security over unchecked experimentation.

The atmosphere of experimentation extends beyond Nostr itself. The Free Internetworking Peering System (FIPS) project, which leverages Nostr's public keys for persistent peer identities, aims to create resilient local mesh networks. By decoupling transport methods from routing, FIPS proposes a way to maintain communication in the event of centralized internet shutdowns. This ambition echoes the community’s need for reliable alternatives amidst increasing censorship and control.

Together, these developments mark a significant moment for decentralized networking. They point to a future where individuals can communicate freely and securely, irrespective of centralized gatekeepers.

Unnamed Speaker, Nostr Compass:

- The way I've abstracted in my mind is, now we have this Nostr address space of 32-byte hex addresses, and that can map to like an nPub, it can map to an event, but it can also map to like a blob as well.

- So just by the very nature, like they're all SHA-256 hashes.

Arjun, Citadel Dispatch:

- You can host things on an NPUB that can even physically move around in the network and if the network gets cut off from the rest of the world, everything just keeps working.

- You can do it if, you know, half the network fails, you go over Bluetooth, whatever works.

Entities Mentioned

LiquidConcept

Source Intelligence

What each podcast actually said

CD194: SIDESWAP - LIQUID PREDICTION MARKETSMar 9

Also from this episode:

Protocol (2)
  • The Liquid sidechain is Bitcoin's underutilized layer for asset issuance and confidential transactions, struggling against custodial models and flashier smart contract alternatives.
  • Scott says deeper infrastructure includes a peg service for bridging chains and open dealing software for market makers.
Custody (3)
  • Scott, cofounder of Sideswap, built a noncustodial wallet and swap market based on atomic swaps, allowing two parties to trade directly without an intermediary.
  • Odell notes that for average users, Sideswap simplifies moving between mainchain Bitcoin, Liquid Bitcoin, and Liquid Tether.
  • Scott notes Sideswap's cash-flow-positive, quiet build contrasts with the custodial, opaque swap services that dominate the space.
Markets (1)
  • Scott explains that Sideswap functions as a bulletin board and order book where dealers compete to set prices, aiming for better pricing and trustless settlement.
Adoption (1)
  • Scott attributes Liquid's slow growth to Bitcoin's single-asset nature and the initial allure of chains offering easier smart contracts, and notes major custodians like Fireblocks haven't integrated Liquid.
Stablecoins (1)
  • Scott says adoption is creeping forward organically, with Brazilian stablecoin Depix leading in transaction count on their platform, though Tether dominates total volume.

CD193: FIPS - FIXING THE INTERNETMar 6

Also from this episode:

Nostr (4)
  • FIPS is a new networking protocol that uses Nostr public keys as user identities.
  • With FIPS, a user's NPUB (Nostr public key) remains a persistent identity even if their physical connection point changes.
  • Arjun said you can host services on an NPUB that stays accessible even if the hosting device physically moves within the network.
  • The long-term vision involves specialized Nostr relays for global discovery, designed so no single entity controls traffic paths.
Digital Sovereignty (17)
  • The protocol aims to let users connect peer-to-peer without relying on traditional ISPs or DNS servers.
  • Arjun from Citadel Dispatch explained the FIPS (Free Internetworking Peering System) project.
  • FIPS decouples physical transport (WiFi, Bluetooth, Ethernet) from network routing.
  • This design allows for the creation of resilient local mesh networks.
  • A key goal is for these meshes to keep functioning during authoritarian internet shutdowns.
  • The project seeks to solve the strategic problem of censorship creating a fog of war by cutting centralized internet pipes.
  • Discovery in the network works locally through broadcast advertising and compressed Bloom filters.
  • Peers learn which other public keys their neighbors can reach, building a routing map without a central directory.
  • Every communication hop between peers is individually encrypted using the Noise protocol.
  • The immediate, practical goal is to enable resilient community networks that keep internal services running if the main internet is cut.
  • Arjun said the network can adapt, for example, by switching to Bluetooth if half the network fails.
  • The more ambitious and unsolved challenge is efficient long-distance routing across a global, decentralized web of these meshes.
  • Arjun acknowledged that scaling FIPS globally is a future problem to solve.
  • For now, the project's focus is on making local mesh deployment trivial.
  • Success for FIPS would mean a world where cutting the main internet does not cut off communication.
  • A single connection like a Starlink terminal could then turn an entire isolated local mesh into a global broadcast node.
  • The system is designed to work over any transport layer, including smuggled satellite links.

Nostr Compass #10Mar 5

Also from this episode:

Nostr (15)
  • Nostr is moving from technical novelty to usable infrastructure and solving real user problems.
  • Blossom, Nostr's distributed file storage layer, is getting its first caching apps like Morganite and Aerith.
  • These caching apps act as lightweight local servers to prevent clients from repeatedly downloading the same images.
  • The goal of Blossom-based tools is a private, user-owned alternative to Google Photos or iCloud.
  • The system is built on encrypted blobs stored across a decentralized network.
  • Alby now hosts a Nostr Wallet Connect sandbox for developers to test Bitcoin Lightning integrations without real money.
  • The elegance of NWC's JSON-RPC format has developers dreaming of replacing HTTPS REST APIs with a 'Nostr Application Connect'.
  • There are two competing NIP proposals aiming to standardize how AI agents interact with Nostr.
  • A Cambrian explosion of niche Nostr applications is being enabled by simple, modular building blocks like relays, Blossom, and NWC.
  • Haven offers self-hosted personal relays.
  • Mostro builds peer-to-peer Bitcoin exchanges on Nostr.
  • New tools treat Blossom as a general-purpose content-addressable drive.
  • The ecosystem is proving simple, composable primitives can spawn complex, useful services beyond their original design.
  • An unnamed speaker on Nostr Compass described abstracting Nostr's address space of 32-byte hex addresses.
  • The speaker noted that Nostr addresses can map to an nPub, an event, or a blob, as they are all SHA-256 hashes.
AI & Tech (4)
  • AI agents represent the next, chaotic frontier for the Nostr protocol, described as messy but inevitable.
  • Developers are deeply ambivalent about AI agents on Nostr.
  • Developers are experimenting with browser-tab-bound agents for tasks like coding help or feed summarization.
  • Developers are refusing to grant AI agents system access, taking an attitude of cautious, leash-held exploration.