Nostr Protocol

Open decentralized protocol (“Notes and Other Stuff Transmitted by Relays”) for censorship-resistant global communication. Users control identity via cryptographic keypairs; choose relays (servers) to publish to. Early-stage adoption; ~21K users, 3.7K daily active (Oct 2025).

What It Is

Nostr is a protocol, not a platform. It specifies how users communicate without requiring a central authority or single platform. Similar to email’s SMTP — anyone can run a relay, users can choose which ones to trust.

Name

Nostr = “Notes and Other Stuff Transmitted by Relays”

Core Design

Identity

  • Users control identity via cryptographic keypairs (public/private keys)
  • No usernames or passwords
  • Portable identity — users own their keys
  • Can switch relays while keeping same identity

Relays

  • Decentralized servers that store and forward messages
  • Users choose which relays to publish to
  • Relays are open (anyone can run one)
  • No single point of control

Events

  • Communication units are JSON-based event objects
  • Flexible schema (notes, reactions, replaceable events, etc.)
  • Signed with user’s private key for authenticity
  • Immutable (cryptographically verified)

How It Works

  1. User creates keypair (public identity, private secret)
  2. User publishes to chosen relays using private key signature
  3. Relays store event and distribute to followers
  4. Subscribers listen to relays, receive verified events
  5. No central authority — relays are just data stores

Characteristics

  • Censorship-resistant: No single point to silence
  • Portable: Users own identity and can switch relays
  • Verifiable: Cryptographic signatures on all events
  • Flexible: Schema-agnostic event model
  • Open: Anyone can run a relay or client

Current Adoption (2026)

  • ~21,281 total users
  • ~3,675 daily active users (Oct 2025)
  • Primary use: Social media, creator communities
  • Early-stage ecosystem; adoption friction remains

Use Cases

  • Social media (Twitter-like, censorship-resistant)
  • Creator monetization (Nostr-based tipping)
  • AI agent identity (Block Buzz uses for agent cryptography)
  • Decentralized messaging
  • Community platforms

Implementations Using Nostr

  • Block Buzz: AI agent workspace built on Nostr
  • Damus, Amethyst, Nostrich: Nostr clients
  • Various social/messaging platforms

Relationship to Blockchain

  • Not blockchain-based: Nostr is not a blockchain
  • Cryptographically signed: Uses public-key cryptography, not consensus
  • Simpler than blockchain: No mining, no smart contracts
  • Decentralized differently: Relay-based instead of consensus-based

When to Use Nostr

  • Need censorship-resistant communication
  • User identity portability is critical
  • Want decentralized infrastructure
  • Building protocols/systems (not monolithic platforms)

See Also