Nostr and Bitcoin: The Social Network Cypherpunks Built

In December 2022, Jack Dorsey — the man who co-founded Twitter and ran it for years — sent 14 BTC, worth about $245,000 at the time, to a pseudonymous Brazilian developer known as fiatjaf. It wasn't an investment. There was no equity, no token, no board seat. It was a grant for an open protocol with a name that looks like a typo: Nostr. Three years later, Nostr is where a serious chunk of Bitcoin culture actually lives — and if you care about why Bitcoin exists at all, it's worth understanding why.

What Nostr actually is

Nostr stands for "Notes and Other Stuff Transmitted by Relays." It is not a blockchain, it has no token, and nothing about it requires mining. It's closer to email than to a cryptocurrency: a dead-simple standard that anyone can implement.

The protocol has two moving parts. The first is your keypair. Instead of an account that lives on a company's server, your identity is a public key (an "npub") controlled by a private key (your "nsec"). Every post — a "note" — is a small piece of signed data. The signature proves it came from you, and no platform is involved in issuing or revoking that identity.

The second part is relays. Relays are dumb, interchangeable servers that accept notes and hand them to anyone who asks. Clients — the apps you actually use — publish your notes to several relays at once and pull your feed from them. If one relay bans you or disappears, you publish somewhere else, and your followers still find you, because they follow your key, not a server.

That's the whole trick. There is no Nostr company, no Nostr headquarters, and no admin who can delete your account, because there is no account.

Why bitcoiners got there first

Nostr keys live on secp256k1, the same elliptic curve Bitcoin uses, and notes are signed with Schnorr signatures — the same scheme the Taproot upgrade activated on Bitcoin in November 2021. That's not a coincidence. The protocol came out of Bitcoin's developer culture, and the cryptography was chosen so the two worlds share tooling.

More important, bitcoiners already had the mental model. If you've backed up a seed phrase, you understand an nsec instantly: it's the thing you write down, keep offline, and never type into a website. "Not your keys, not your coins" translates cleanly to "not your keys, not your identity."

There was a cultural push too. The cypherpunks of the 1990s built PGP and anonymous remailers because they believed speech and identity shouldn't require permission. Bitcoin solved permissionless money; Nostr takes a swing at permissionless speech. When Damus, the first polished iOS client, hit the App Store on February 1, 2023, it shot to the top of the social charts in several countries and pulled a wave of Bitcoin Twitter over with it.

Zaps: what happens when likes cost sats

The feature that makes Nostr feel different is the zap. Defined in NIP-57 (NIPs — Nostr Implementation Possibilities — are the protocol's spec documents), a zap is a Lightning payment attached to a note. See a post you like, tap, and a few hundred sats move from your wallet to the author's — settled in seconds, across the world, with no ad network in between.

Likes are free, which is why they're worthless. A zap costs real money, even if it's a fraction of a cent, so it carries signal. This is the "value-for-value" model: readers fund writers, users fund client developers and relay operators, and nobody has to sell your attention to advertisers to keep the lights on.

Zaps also produced Nostr's defining fight. In June 2023, Apple threatened to pull Damus from the App Store over zaps on posts, treating peer-to-peer tips as in-app purchases owed a 30 percent cut. Damus had to restrict the feature to stay listed. The episode made the point better than any manifesto: when your social life runs through two app stores, someone else sets the rules. The protocol itself survived unchanged — only one client's interface had to bend.

The honest tradeoffs

Nostr is not a finished product, and it would be shilling to pretend otherwise. The key-rotation problem is real: if your nsec leaks, there's no password reset, and migrating followers to a new key is messy. Spam is a constant arms race, since creating a key is free. Feeds are quieter and rougher than the algorithmic slot machines you're used to — some people consider that a feature, but it's an adjustment. And most zap wallets are custodial, which is fine for pocket change and a bad idea for savings. Same rule as always: keep real money in cold storage, keep walking-around sats on Lightning.

Get on Nostr in ten minutes

  1. Pick a client. Primal (web, iOS, Android) is the easiest start; Damus (iOS) and Amethyst (Android) are solid alternatives.
  2. Generate keys in the app. Write your nsec down offline and treat it exactly like a seed phrase — never paste it into random websites.
  3. Fill out your profile and follow a handful of npubs; most clients suggest active Bitcoin accounts to seed your feed.
  4. Add a Lightning address so you can receive zaps. Primal ships with a built-in wallet; a Strike or Alby address works too.
  5. Post something, zap someone. The first time a stranger on another continent zaps you 500 sats for a good post, the model clicks.

Nostr is what Bitcoin culture looks like when it builds its own rooms instead of renting them: keys instead of accounts, sats instead of likes, protocols instead of platforms. If that's already your culture, dress like it — BitCloset makes heavyweight Bitcoin apparel for people who hold their own keys, with drops priced in sats.

Further reading

Back to blog

Leave a comment