03-10-2026Price:

The Frontier

Your signal. Your price.

AI & TECH

Nostr Aims to Reinvent Decentralized Internet

Tuesday, March 10, 2026 · from 2 podcasts, 3 episodes
  • White Noise and Node Crumbs tackle Nostr's discovery and link issues.
  • FIPS offers a decentralized mesh without relying on traditional ISPs.

Nostr is quietly fighting internet centralization with decentralized tools. The protocol's Achilles' heel, discovery, is being addressed by projects like White Noise, which bypasses unreliable relay search through a local social graph database. This approach reduces dependence on often unstable relays, but new users outside the graph remain hard to find.

Node Crumbs stabilizes the link-sharing experience, alleviating outages with a new system that renders pages instantly. These innovations aim to move away from conventional internet protocols toward a decentralized network reliant on Nostr's flexible framework.

Another leap forward is FIPS, introduced on Citadel Dispatch. It envisions a peer-to-peer mesh network using Nostr public keys as identifiers, bypassing the need for ISPs and DNS. This concept allows communities to maintain communication even during internet shutdowns, though global scaling remains theoretical.

The integration of legacy systems is advanced by tools like ContextVM, which bridges old infrastructures with Nostr, and new caching applications that transform file storage. The aim is to create a reliable, decentralized alternative to existing centralized services.

The Nostr ecosystem is fast becoming a testbed for decentralization, showing that simple, composable tools can enable a wide range of applications that challenge the status quo.

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

ContextVMProduct
Node Crumbstrending
Relatortrending
White NoiseProduct

Source Intelligence

What each podcast actually said

Nostr Compass #11Mar 8

Also from this episode:

Nostr (6)
  • The White Noise client solves Nostr's user discovery problem by implementing a deterministic search that crawls a user's social graph and caches profile data locally, bypassing unreliable relay-based search (NIP-50).
  • White Noise's search process starts by mapping a user's direct follows, then expands to friends-of-friends, caching thousands of profile events in a local database for millisecond lookup times.
  • Javier and the Nostr Compass team note this deterministic search is intentionally limited to connections within a user's social sphere or shared groups, making it more likely to surface relevant contacts.
  • Notecrumbs is a new web preview tool for Nostr events designed to be a more stable and reliable alternative to frequently offline services like njump, thanks to backend upgrades and improved caching.
  • ContextVM acts as a bridge to Nostr, allowing developers to expose existing MCP servers on the network without a public IP, and now includes a payment layer via CEP-8 for paywalled services.
  • Projects like Relator, which assign trust scores based on social graphs, combined with ContextVM's discoverable servers, point to a Nostr ecosystem where decentralized social connections form the basis for reputation and discoverability.

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.

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.