03-10-2026Price:

The Frontier

Your signal. Your price.

AI & TECH

Nostr Builds New Internet Backbone

Tuesday, March 10, 2026 · from 2 podcasts, 4 episodes
  • Nostr is rapidly expanding beyond social media, building foundational internet infrastructure for discovery, storage, and resilient networking.
  • Protocols like FIPS and Routstr challenge centralized internet services by enabling peer-to-peer mesh networks and private, Bitcoin-powered AI marketplaces.
  • The ecosystem is fostering a bottom-up explosion of practical, niche applications, moving from technical novelty to usable, decentralized alternatives.

Nostr isn't just a social network; it's quietly becoming an alternative internet.

Finding people or content on Nostr has historically been an Achilles' heel. White Noise, as discussed on Nostr Compass, tackles this by crawling your social graph and caching profile metadata locally. This client-side approach bypasses unreliable relay search, making discovery deterministic and fast.

Node Crumbs, also highlighted on Nostr Compass, solves the frustrating problem of broken Njump links. It offers a stable, web-based preview of Nostr events hosted on damus.io, using concurrency fixes and an upgraded NostrDB. This aims to allow direct browser resolution of events from relays, bypassing traditional HTTPS and DNS.

The protocol is also addressing storage and payments. Blossom, Nostr’s distributed file storage layer, supports caching apps like Morganite and Aerith, aiming for a private alternative to centralized cloud storage. Alby’s Nostr Wallet Connect sandbox, described on Nostr Compass, lets developers test Bitcoin Lightning integrations, envisioning NWC replacing REST APIs.

Decentralized AI is the next frontier. On Citadel Dispatch, Red Shift introduced Routstr, a protocol for accessing AI models via Nostr for discovery and Bitcoin for payments. Its 15 active nodes allow private, non-KYC access to both open-source and proprietary models, fostering a competitive marketplace.

Critically, Nostr is building resilient networking. Arjun explained FIPS (Free Internetworking Peering System) on Citadel Dispatch, which uses Nostr keys as identities for ad-hoc mesh networks. These networks operate over any transport, like WiFi or Bluetooth, allowing local communities to maintain communication even during internet shutdowns.

The combined efforts represent a full-stack challenge to traditional internet gatekeepers. This bottom-up explosion of services demonstrates that simple, composable primitives can spawn complex, useful applications far beyond their original design, prioritizing user ownership and censorship resistance.

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
OpenAItrending
Relatortrending
Routstrtrending
White NoiseProduct

Source Intelligence

What each podcast actually said

Nostr Compass #11Mar 8

  • 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

  • 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'.
  • AI agents represent the next, chaotic frontier for the Nostr protocol, described as messy but inevitable.
  • 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.

Also from this episode:

AI & Tech (3)
  • 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

  • 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.

Also from this episode:

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.

CD192: ROUTSTR - NOSTR, AI, AND BITCOINMar 4

  • Routstr combines Nostr for node discovery with Bitcoin for payments to create a decentralized marketplace for AI model inference, offering a third path between Big Tech's walled gardens and self-hosted open-source models.
  • Red Shift describes Routstr as a layer for building decentralized AI applications, applying Nostr's philosophy of decentralization to the AI space.
  • Users query Nostr relays to find nodes offering specific AI models, pay the node directly in sats, and receive inference, enabling anonymous access without traditional KYC.
  • Nostr's event system allows the community to publicly flag providers that overcharge or deliver poor performance, creating a reputation layer.

Also from this episode:

Models (2)
  • The network's 15 active nodes, including providers like Non-KYC AI and The Fox, can resell access to both open-source models and proprietary ones like OpenAI's GPT-5.3 by acting as paid proxies.
  • A remaining challenge for the network, common to open LLM marketplaces, is verifying the quality and authenticity of the AI models being served.
Adoption (2)
  • Abdul states Routstr's core appeal is that anyone can use any large language model by paying with Bitcoin, without needing an email or traditional identity.
  • Shroom Inc argues Routstr is crucial infrastructure for Bitcoiners and cypherpunks who need access to state-of-the-art AI models to build applications without compromise.
Markets (1)
  • The system creates a competitive free market where providers must compete on price and reliability, and users can instantly switch nodes if one fails.
BTC Markets (1)
  • The economic incentive structure, backed by Bitcoin's final settlement, is designed to push the network toward greater reliability over time.