punk.science Halifax, NS · Canada
Research · STORM · 2026
Verification-first research · grounded assessment

Nostr as a Foundation for Social Media

A reliable, citation-grade read on whether the Nostr protocol actually works as social media — built with the STORM method and hardened against red herrings, over-association, and source-bias. As of mid-2026.

putting AI to work on reliable web research since 2026… [ ok ]
15 sources 12 verified 4 single-source 3 contested 0 fabricated
punk.science/Tech Briefs/Brief 01
Answer up front

Sound identity layer. Unproven as social media.

Nostr is a deliberately minimal, open protocol that replaces platform-owned accounts with cryptographic keypairs and platform servers with simple, untrusted relays — a design that genuinely solves account portability and censorship-resistance at the identity layer in a way Mastodon's federation does not.128

But solving identity did not solve social media. Independent measurement shows traffic and hosting concentrating heavily despite nominal decentralization,5 and practitioners and critics converge on a consistent set of unsolved problems: relay economics, content discovery, moderation/spam, and key-management UX.56 Adoption peaked early and has since plateaued — Nostr never crossed 100,000 weekly active users in any week of 2025, and growth has flatlined or declined, conceded even by advocates.1314 The verdict: a technically sound identity-and-transport protocol with a real but small, stagnant user base. [ ok ]

01 · What it is

Architecture: keys, events, relays.

The protocol's single data structure is the Event — a JSON object with fields id, pubkey, created_at, kind, tags, content, and sig, where id is a SHA-256 of the serialized event and sig is a Schnorr signature over secp256k1.1 Users are identified not by usernames but by public keys (surfaced as npub…); every post is signed client-side, so any client can verify authenticity regardless of which server delivered it.14

Servers — relays — are intentionally minimal. Clients publish with ["EVENT", …] and subscribe with ["REQ", …], receiving stored events then an ["EOSE"] marker and live events.1 The protocol is extended through NIPs (Nostr Implementation Possibilities) and is public domain.34

“A relay is very simple and dumb. It does nothing besides accepting posts from some people and forwarding to others… Relays don't have to be trusted.”

— fiatjaf, protocol creator [2]
02 · Why it exists

The design thesis.

Creator fiatjaf, a pseudonymous Brazilian developer, first wrote Nostr in 2020 in reaction to perceived moderation problems on Twitter, naming it "Notes and Other Stuff Transmitted by Relays."4 His stated goal: "the simplest open protocol that is able to create a censorship-resistant global 'social' network."23 His rejection of federation is explicit — in federated systems "user identities are attached to domain names controlled by third-parties," "server owners can ban you, just like Twitter," and "migration between servers is an afterthought."2

Bias note: this entire "better than Mastodon" framing traces to a single origin — the creator — and is presented here as his argument, not neutral fact.

03 · How it compares

Nostr vs. ActivityPub vs. AT-Protocol.

The three leading decentralized-social protocols differ most at the identity and portability layer.89

NostrActivityPub (Mastodon)AT-Protocol (Bluesky)
IdentityKeypair; user fully controls accountTied to a server / instanceDomain handle + portable PDS
If your server diesAccount survives (relays interchangeable)Account & posts lost; can't importData movable between providers
ModerationLeft to relay / client operatorsInstance-level adminSubscribable "labelers"

The trade-off is real and runs both ways: Nostr's keypair model removes the server's power over your identity, but pushes the hard problems — discovery, moderation, spam — out of the protocol and onto clients and relays.46

04 · The money layer

Zaps and funding.

Nostr integrates Bitcoin Lightning Network micropayments called "Zaps" via NIPs.4 single-source

The ecosystem is heavily funded by Jack Dorsey through his #startsmall initiative and the non-profit OpenSats — but exact figures conflict across sources. OpenSats-linked reporting describes a $10M grant (2023) and a $21M grant (Dec 2024) including a $5M dedicated Nostr Fund;7 other reporting describes a "~$250,000 in Bitcoin" donation and a separate "$10M" tranche.4 contested These conflate distinct donations, so no single "Dorsey gave Nostr $X" figure should be stated as settled. Edward Snowden and Dorsey have both publicly endorsed the protocol.4

05 · Adoption reality

Peaked early, then plateaued.

The strongest longitudinal baseline is the 2023 academic measurement: 17.8M posts across 712 relays, but only ~1.5M unique users (Jul–Dec 2023).5 That sits against a frequently-cited "over 18 million users by May 2023" claim4 — reconcilable only if the larger number counts cumulative keypairs created rather than active participants, so the "18M users" figure is misleading and not repeated here as adoption. contested

Since then, growth has stalled. A neutral prediction market tracking the canonical stats.nostr.band "weekly active users" metric resolved NO — Nostr did not reach 100,000 weekly active users in any week of 2025.13 A late-2025 sample put active writers at ~80,000 pubkeys,15 and even prominent advocates concede the trend.

“Activity on Nostr has not only flatlined, but may have even declined… stuck at the same level it was 12 months ago.”

— Aleksandar Svetski, CEO of Satlantis & Nostr advocate [14] · source-against-interest
Over-association guard
The biweekly "224,000 daily trusted pubkey events"15 is activity, not users — it is not restated as a user count. The closest active-user proxy is the ~80,000 writers, consistently below the 100k-WAU ceiling that the resolved market confirms was never breached.13

On the network's structure, the academic study found that — despite decentralization in principle — the top relay hosted 73% of posts, posts were replicated to an average of 34.6 relays, 98.2% of download traffic was redundant, and 20% of relays were down >40% of the window — while availability stayed "around 90% even after the top 50 relays… are removed."5 Greater decentralization than the Fediverse, at heavy replication cost.

06 · The hard criticisms

What the protocol doesn't solve.

The most substantive critique comes from Bryan Ramos, a systems engineer who endorsed Nostr in 2023 and retracted by 2025.6 His arguments — attributed opinion, but corroborated in part by the measurement data:

On spam and moderation, frictionless account creation enables spam, and bridges have routed Nostr posts through ActivityPub to spam Bluesky.4 single-source From the fediverse camp, the critique is consistent across two independent voices: Nostr is seen as a crypto "mono-culture,"10 and as needless "fragmentation" — Laszlo Fazekas argues ActivityPub should be extended rather than replaced, since its censorship and incentive gaps are "completely solved" by decentralized storage layers, concluding "the future clearly belongs to ActivityPub."11

07 · What remains unverified / contested

The honest gaps.

08 · Verification summary

19 material claims, audited.

12
Verified
4
Single-source
3
Contested
0
Fabricated

Every factual sentence is traced to a fetched, quoted source. Contradictions are preserved, not averaged. Confidence: High on architecture, design intent, and the measured network structure (primary + peer-reviewed); High on the adoption trend (three independent sources); Moderate only on the exact current-week count and funding figures — explicitly flagged above.

Sources & independence

The register.

  1. NIP-01 — Basic Protocol Flow Primary · protocol authority
  2. fiatjaf — nostr.html Primary · creator · not independent of [3]
  3. nostr-protocol/nostr README Primary · same origin as [2]
  4. Wikipedia — Nostr Tertiary · sole source for several claims
  5. Wei & Tyson — An Empirical Analysis of the Nostr Social Network, Proc. ACM on Networking 2025 Primary research · independent
  6. Bryan Ramos — Why Nostr Never Took Off Secondary opinion · independent ex-advocate
  7. Bitcoin Magazine — OpenSats / #startsmall · crypto.news ($21M) Secondary · figures conflict with [4]
  8. Gigazine — AT Protocol vs ActivityPub vs Nostr Secondary · independent
  9. Soapbox — Comparing Protocols Secondary · Nostr-adjacent vendor
  10. Shellsharks — Nostr vs. Mastodon Secondary opinion · independent
  11. Laszlo Fazekas — Decentralized ActivityPub Could Be the Future Secondary · fediverse advocate · corroborates [10]
  12. Rost Glukhov — Nostr Overview & Statistics (Oct 2025) Secondary · figures cautioned, not load-bearing
  13. Manifold — Will Nostr reach 100k WAU in 2025? (resolved NO) Secondary · neutral market vs. stats.nostr.band · independent
  14. Aleksandar Svetski — Beyond the Feed Secondary opinion · advocate · source-against-interest
  15. whynostr.org — Biweekly Review (Dec 2024–Jan 2025) Secondary · community, quoting nostr.band
← All briefs in Punk Science: Tech Briefs