Commerce on the Internet has come to rely almost exclusively on financial institutions serving as trusted third parties to process electronic payments. While the system works well enough for most transactions, it still suffers from the inherent weaknesses of the trust based model. What is needed is an electronic payment system based on cryptographic proof instead of trust, allowing any two willing parties to transact directly with each other without the need for a trusted third party.Read the whitepaper · 9 pages →
Bitcoin is the only chain where the founder vanished on purpose. Satoshi shipped the white paper in October 2008, mined the genesis block with a Times headline embedded in it, and was gone by 2011. What's left is the protocol — 21 million coins, ten-minute blocks, no foundation, no roadmap, no CEO to subpoena. Hal Finney ran the first node. Laszlo bought two pizzas for 10,000 BTC. Adam Back's Hashcash sits underneath the proof-of-work.
The culture splits into camps that all call themselves Bitcoiners. Lightning maximalists running channels and Phoenix wallets. Nostr posters paying zaps over LNURL. Fedimint and Cashu people rebuilding ecash on top of Lightning, making custody look like federations and chaumian mints again. Then the Ordinals and Runes contingent — Casey Rodarmor's inscription protocol that turned every sat into a potential JPEG carrier, which the OG cypherpunks hate and the fee market loves.
The institutional layer arrived late and arrived hard. Saylor put MicroStrategy's treasury into BTC in August 2020. El Salvador made it legal tender in 2021. BlackRock's IBIT cleared the spot ETF in January 2024 and ate flows nobody predicted. The orange-coiner thesis — sound money, separation of money and state, opt-out from fiat — is no longer fringe. It's a Larry Fink talking point. The protocol doesn't care.
Bitcoin: A Peer-to-Peer Electronic Cash System
Nine pages. Don't trust — verify the hash. Read the source.
b1674191a88ec5cdd733e4240a81803105dc412d6c6708d53ab94fc248f4f55300000000839a8e6886ab5951d76f411475428afc90947ee320161bbf18eb6048
The founding document.
Six protocols that ride on top.
Bitcoin's base layer settles roughly seven transactions a second and that's a feature, not a bug. The interesting work happens above it. Payment channels move sats off-chain at sub-cent cost. Federated mints add privacy without leaving the network. Inscriptions turn the UTXO set into a canvas. Each layer trades a different property — custody, privacy, throughput, expressiveness — for the security of the chain underneath. The composition is the point.
Lightning routes payments across HTLC-locked channels without touching the base chain. Two parties open a channel with an on-chain funding tx, then exchange signed balance updates off-chain — closing settles the final state. Joseph Poon and Thaddeus Dryja's 2015 whitepaper formalized the design; mainnet opened in 2018. Phoenix and Wallet of Satoshi made it tappable. The hard part isn't sending — it's inbound liquidity, channel rebalancing, and watchtowers. Sub-cent settlement at internet scale, with custody trade-offs the user has to understand.
Fedimint pools Bitcoin into a federation of guardians who issue Chaumian ecash tokens redeemable 1:1. Users get cash-like privacy — the mint can't see who holds what — while the federation handles custody, Lightning routing, and recovery. Eric Sirion and Obi Nwosu's design borrows David Chaum's 1982 blind-signature scheme. The trust model is a community bank, not self-custody: you're trusting your village's federation, not a corporation. Ships as part of the Fedi app. Best fit for circular economies where users already know each other.
Cashu is Chaumian ecash for Bitcoin via Lightning. A mint custodies sats and issues blinded tokens — cryptographic bearer notes — that users hold as text strings. The mint can't link issuance to redemption, so payments inside the mint are private by default. calle's reference implementation lives alongside a growing wallet ecosystem (Minibits, Nutstack). The mint is trusted with funds but blind to flows, and tokens move at the speed of copy-paste. Closer to digital cash than anything else shipping. The honest trade-off: custodial, private, instant.
Nostr — Notes and Other Stuff Transmitted by Relays — is fiatjaf's 2020 spec for a censorship-resistant social protocol. Identity is a secp256k1 keypair, the same curve Bitcoin uses. Events are signed JSON, broadcast to relays clients subscribe to. NIPs (Nostr Implementation Possibilities) extend the protocol — NIP-57 wires Lightning zaps directly into posts. No accounts, no platform, no recovery if you lose the key. Damus, Amethyst, Primal are clients reading the same data. The Bitcoin culture's native social layer.
Liquid is Blockstream's federated sidechain — a two-way peg secured by a rotating set of functionaries. Two-minute blocks, Confidential Transactions hiding amounts and asset types by default, and issued assets (L-BTC, L-USDt, tokenized securities). The federation model is openly trusted: you're trading the full base-layer security for faster settlement and privacy on transfer amounts. Used heavily by exchanges for inter-desk Bitcoin movement and by Blockstream for digital security tokens. Not maximalist-pure, but honest about its trust assumptions.
Casey Rodarmor's January 2023 release inscribes arbitrary data onto individual satoshis using the witness section made cheap by Taproot (BIP-341) and SegWit. Each sat gets an ordinal number based on mining order, turning fungible coins into addressable units. Inscriptions store images, text, even small programs directly on-chain — no IPFS, no metadata server. Triggered the 2023 fee spike, the BRC-20 experiment, and the durable conviction split inside Bitcoin culture: monetary purists vs the artifact maximalists. Provably scarce, fully on-chain, and politically loud.
Projects we actually watch.
Conviction is stated as conviction; you decide what to do with it. Tiers below — Core, Conviction, Watch, Speculative — reflect how much of FRQNCY's attention each project currently earns, not a recommendation to buy.
Bitcoin
coreSound money you can hold yourself.
The original peer-to-peer electronic cash system. 21 million coins, ten-minute blocks, no foundation, no roadmap, no CEO to subpoena. Mining secures the chain through SHA-256 proof-of-work; nodes verify the rules independently. The first money in human history that no committee can debase, freeze, or revoke.

Nostr
convictionNotes and Other Stuff Transmitted by Relays.
A censorship-resistant social protocol. Identity is a secp256k1 keypair, the same curve Bitcoin uses. Events are signed JSON, broadcast to relays clients subscribe to. NIPs (Nostr Implementation Possibilities) extend the protocol — NIP-57 wires Lightning zaps directly into posts. No accounts, no platform, no recovery if you lose the key. Bitcoin culture's native social layer.
BRC-20
watchInscribed fungible tokens.
A fungible token standard built on top of Ordinals inscriptions. Each token-mint is an inscription containing a tiny JSON object: {p:'brc-20', op:'mint', tick, amt}. The protocol is brutally inefficient — every transfer is a new inscription — but went viral on Bitcoin in March 2023, drove fees to multi-year highs, and proved fungibles could live on Bitcoin. Runes (April 2024) replaced it for serious use, but BRC-20 was the proof.
Cashu
watchChaumian ecash for Bitcoin.
A mint custodies sats and issues blinded tokens — cryptographic bearer notes — that users hold as text strings. The mint can't link issuance to redemption, so payments inside the mint are private by default. Reference implementation lives alongside a growing wallet ecosystem: Minibits, Nutstack, eNuts. Custodial, private, instant — closer to digital cash than anything else shipping.

Fedimint
watchCommunity banks, cryptographically verified.
Pools Bitcoin into a federation of guardians who issue Chaumian ecash tokens redeemable 1:1. Cash-like privacy — the mint can't see who holds what — while the federation handles custody, Lightning routing, and recovery. The trust model is a community bank, not self-custody: you trust your village's federation, not a corporation. Best fit for circular economies where users already know each other.
Lightning Network
watchSub-cent payments at internet scale.
Routes payments across HTLC-locked channels without touching the base chain. Two parties open a channel with an on-chain funding tx, then exchange signed balance updates off-chain. Phoenix and Wallet of Satoshi made it tappable. The hard part isn't sending — it's inbound liquidity, channel rebalancing, and watchtowers. Sub-cent settlement, with custody trade-offs the user has to understand.

Liquid Network
watchTwo-minute Bitcoin sidechain.
Federated sidechain — a two-way peg secured by a rotating set of functionaries. Two-minute blocks, Confidential Transactions hiding amounts and asset types by default, and issued assets (L-BTC, L-USDt, tokenized securities). The federation model is openly trusted: you're trading the full base-layer security for faster settlement and privacy. Used heavily by exchanges for inter-desk Bitcoin movement.

Mempool
watchThe block explorer for the rest of us.
Open-source, self-hostable block explorer and fee visualiser. Real-time mempool, fee-rate forecasts, lightning-network graph view, mining-pool dashboards, address indexing — built for plebs who want to verify their own chain rather than trust a third-party API. Runs on your own node if you want it to. The reference reading interface for active Bitcoiners.
Ordinals
watchInscriptions on individual sats.
Inscribes arbitrary data onto individual satoshis using the witness section made cheap by Taproot (BIP-341) and SegWit. Each sat gets an ordinal number based on mining order, turning fungible coins into addressable units. Inscriptions store images, text, even small programs directly on-chain — no IPFS, no metadata server. Triggered the 2023 fee spike, the BRC-20 experiment, and the durable conviction split inside Bitcoin culture.
Runes
watchFungible tokens, UTXO-native.
A fungible token protocol on Bitcoin that lives in the UTXO set rather than as inscriptions. Launched at the April 2024 halving block. Cleaner than BRC-20 because Runes don't bloat the chain with inscription metadata — they're encoded in OP_RETURN outputs. Uniswap-shaped trading on Magic Eden Runes; the cohort is volatile but architecturally sound.

Stamps
watchPermanent on-chain artefacts.
Bitcoin Stamps embed data directly in the UTXO set itself rather than the witness data — making them genuinely unprunable, unlike Ordinals which rely on witness data that nodes could in theory drop. The trade-off is much higher cost per byte. SRC-20 standard followed for fungible tokens. Smaller cultural footprint than Ordinals; technically the most permanent on-chain artefact.
Five small things, repeated.
Conviction is theatre without practice. Five steps that turn the thesis above into something the body actually does, not just something the mind agrees with.
Spin up Bitcoin Core or Umbrel on a Raspberry Pi. Verify your own balance against the chain. Stop trusting block explorers.
Install Phoenix or Zeus. Open a channel to a routing node. Send a sat-denominated payment. Feel what sub-cent settlement actually means.
Coldcard or BitBox02. Generate the seed offline. Test recovery on a fresh device before funding it. Not your keys, not your coins is not a meme.
Get a Damus or Amethyst client. Set up an LNURL address. Receive your first zap. Notice how different it feels from a like.
Nine pages. Twice a year. The protocol hasn't changed; your understanding of it should.
Two doors. Pick one.
The Crypto hub is the index of all sectors and the freedom-technology frame they share. The Fund is what happens when the same conviction gets put to work on behalf of the network.