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 ]
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]
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.
Nostr vs. ActivityPub vs. AT-Protocol.
The three leading decentralized-social protocols differ most at the identity and portability layer.89
| Nostr | ActivityPub (Mastodon) | AT-Protocol (Bluesky) | |
|---|---|---|---|
| Identity | Keypair; user fully controls account | Tied to a server / instance | Domain handle + portable PDS |
| If your server dies | Account survives (relays interchangeable) | Account & posts lost; can't import | Data movable between providers |
| Moderation | Left to relay / client operators | Instance-level admin | Subscribable "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
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
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
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.
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:
- Relay economics are unsolved: "Relays that charged enough to be sustainable were too expensive for casual users. Free relays became spam sinks."6
- Discovery is structurally broken: "Finding interesting people outside the dominant cluster requires already knowing who they are. The protocol has no answer for this."6
- The censorship-resistance promise narrowed: "no censorship of the specific things the dominant community wanted to say."6
- Key-management UX is a hard barrier: "Lose your key, lose your identity."6
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
The honest gaps.
- Dorsey's exact contribution — figures conflict and conflate different donations.47 contested
- Precise mid-2026 active-user count — the trend (plateau, sub-100k WAU, flat-to-declining) is firmly sourced,131415 but the live
stats.nostr.band/nostr.watchdashboards are client-side JS that couldn't be rendered, so the exact current-week number isn't pinned. - Zaps prevalence, China App-Store removal, bridge-spam — each rests on a single source.4 single-source
- Bias clusters: the "Nostr beats federation" case is largely the creator's own framing;2 the stall finding leans on advocate concessions + a neutral market — source-against-interest, not an anti-Nostr echo chamber.
19 material claims, audited.
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.
The register.
- NIP-01 — Basic Protocol Flow Primary · protocol authority
- fiatjaf — nostr.html Primary · creator · not independent of [3]
- nostr-protocol/nostr README Primary · same origin as [2]
- Wikipedia — Nostr Tertiary · sole source for several claims
- Wei & Tyson — An Empirical Analysis of the Nostr Social Network, Proc. ACM on Networking 2025 Primary research · independent
- Bryan Ramos — Why Nostr Never Took Off Secondary opinion · independent ex-advocate
- Bitcoin Magazine — OpenSats / #startsmall · crypto.news ($21M) Secondary · figures conflict with [4]
- Gigazine — AT Protocol vs ActivityPub vs Nostr Secondary · independent
- Soapbox — Comparing Protocols Secondary · Nostr-adjacent vendor
- Shellsharks — Nostr vs. Mastodon Secondary opinion · independent
- Laszlo Fazekas — Decentralized ActivityPub Could Be the Future Secondary · fediverse advocate · corroborates [10]
- Rost Glukhov — Nostr Overview & Statistics (Oct 2025) Secondary · figures cautioned, not load-bearing
- Manifold — Will Nostr reach 100k WAU in 2025? (resolved NO) Secondary · neutral market vs. stats.nostr.band · independent
- Aleksandar Svetski — Beyond the Feed Secondary opinion · advocate · source-against-interest
- whynostr.org — Biweekly Review (Dec 2024–Jan 2025) Secondary · community, quoting nostr.band