The post Lightning Invoices Explained: BOLT11 and BOLT12 appeared first on Knowing Bitcoin.
]]>A Lightning invoice is the mechanism that makes Lightning Network payments possible. Every time you scan a QR code to pay someone over Lightning, you are reading an encoded invoice that contains all the information your wallet needs to route the payment: the destination, the amount, the payment hash, an expiration time, and routing hints. Understanding how Lightning invoices work — and the differences between the BOLT11 and BOLT12 standards — gives you a clearer picture of how payments actually move through the network and why the protocol is evolving.
This guide explains both invoice formats at a practical level, covers their differences, and discusses what BOLT12 means for the future of Lightning payments.
A Lightning invoice is a payment request. Unlike an on-chain Bitcoin address where you send whatever amount you choose, a Lightning invoice typically specifies exactly how much to pay, where to send it, and how long the request remains valid. The recipient generates the invoice, shares it with the sender, and the sender’s wallet reads the encoded data to construct and route the payment.
The term “invoice” is precise — it is a request for a specific payment, not a persistent address. Once paid or expired, a standard Lightning invoice cannot be reused. This is fundamentally different from on-chain Bitcoin addresses, which can receive multiple payments over an indefinite time period.
BOLT11 (Basis of Lightning Technology, specification #11) has been the dominant Lightning invoice format since the network’s early days. If you have used the Lightning Network at all, you have interacted with BOLT11 invoices — even if you only saw them as QR codes.
A BOLT11 invoice looks like a long string of alphanumeric characters, typically starting with lnbc (for mainnet Bitcoin) followed by encoded payment data. Here is what is packed inside:
lnbc (mainnet), lntb (testnet), or lnbcrt (regtest)lnbc50n = 50 satoshis). Can be omitted for “any amount” invoices.BOLT11 has served the Lightning Network well but has several structural limitations:
BOLT12 (also called “Offers”) addresses BOLT11’s limitations with a fundamentally redesigned payment flow. Proposed by Rusty Russell (Core Lightning developer), BOLT12 introduces a two-step request-response model that enables reusable payment codes, recipient privacy, and more flexible payment interactions.
Instead of generating a single-use invoice, the recipient creates an offer — a compact, reusable payment code. Here is the flow:
lno.The key difference: the offer itself does not contain a payment hash or amount. It is just a lightweight pointer that says “contact this node to get an invoice.” The actual invoice is generated on demand, uniquely for each payment.
| Property | BOLT11 | BOLT12 |
|---|---|---|
| Reusability | Single-use | Reusable (same offer, many payments) |
| Recipient privacy | Node ID exposed in invoice | Blinded paths hide recipient identity |
| QR code size | Large (signed invoice with full data) | Compact (offer is smaller) |
| Offline generation | No (requires online recipient) | Offer can be created offline, but recipient must be online when payment arrives |
| Recurring payments | Not natively supported | Native support for subscriptions |
| Proof of payment | Preimage proves payment | Preimage proves payment + payer can be identified if needed |
| Refund flow | No standard mechanism | Built-in refund protocol |
One of BOLT12’s most significant features is blinded paths. Instead of including the recipient’s node ID in the offer, the offer can contain a blinded route — a path where intermediate hops are encrypted so that only each hop knows the next step, not the final destination. The sender can route a payment to the recipient without ever learning the recipient’s node identity.
This is a meaningful privacy upgrade. With BOLT11, every invoice reveals the recipient’s node public key. Chain analysis firms and surveillance companies can build maps of which nodes receive payments. Blinded paths break this link, making Lightning payments more private at the protocol level.
BOLT12 includes native support for recurring payments. A subscription offer can specify a payment schedule (e.g., monthly), and the payer’s wallet can automatically send payments at the defined interval. This eliminates the need for custom subscription management layers built on top of Lightning — a pain point for developers building paid services with BOLT11.
BOLT12 support varies across implementations:
The adoption is progressing but not yet universal. Most users in 2026 still primarily interact with BOLT11 invoices. BOLT12 is gaining traction as implementations mature and wallets expose the feature in their interfaces. The backward compatibility of the Lightning protocol means both formats coexist — your wallet can support both BOLT11 and BOLT12 simultaneously.
Between BOLT11 and BOLT12, the community developed LNURL — a set of protocols that add missing functionality to BOLT11 without changing the core specification. LNURL-pay provides reusable payment links. LNURL-withdraw enables pull payments. LNURL-auth enables login with Lightning. Lightning Addresses ([email protected] format) are built on LNURL-pay.
LNURL solved many of BOLT11’s limitations before BOLT12 was ready. However, LNURL requires a web server to mediate the interaction, which introduces a centralized point of failure and a potential privacy leak. BOLT12 achieves similar functionality natively at the protocol level without requiring external infrastructure.
The long-term expectation is that BOLT12 will gradually absorb many LNURL use cases, but LNURL will persist for backward compatibility and specific web-integration scenarios.
What does all this mean if you are a regular Lightning user, not a protocol developer?
Yes. Wallets that support both formats can send and receive using either. BOLT11 remains the fallback for interacting with wallets and services that have not yet adopted BOLT12. There is no conflict between the two — they coexist on the same Lightning Network.
No active migration is needed. As your wallet software updates to support BOLT12, you will gain the ability to create and pay offers alongside traditional invoices. Check your wallet’s release notes for BOLT12 support status.
The payment itself moves at the same speed — both use the same HTLC routing mechanism. BOLT12 adds one extra round trip (the invoice request/response exchange) before the payment is sent, but this typically takes less than a second over the Lightning Network’s onion-routed messaging.
A Lightning Address looks like an email address ([email protected]) and is built on LNURL-pay. When someone pays your Lightning Address, their wallet contacts a web server at your domain to fetch a BOLT11 invoice. It is convenient but requires a web server and does not provide the privacy benefits of BOLT12 blinded paths.
No. BOLT11 is deeply embedded in the Lightning ecosystem and will remain functional for the foreseeable future. BOLT12 is an addition, not a replacement. The Lightning specification is designed for backward compatibility — new features coexist with existing ones.
The post Lightning Invoices Explained: BOLT11 and BOLT12 appeared first on Knowing Bitcoin.
]]>The post Alby Wallet Review: Lightning for the Browser appeared first on Knowing Bitcoin.
]]>Alby Wallet bridges the gap between Lightning Network payments and the web browser — a connection that no other wallet handles as seamlessly. Starting as a browser extension for one-click Lightning payments, Alby has evolved into Alby Hub: a self-custodial Lightning node that connects to web applications through Nostr Wallet Connect (NWC). If you use Nostr, tip content creators, or want to pay for web services with bitcoin, Alby is the wallet designed specifically for that workflow.
This review covers Alby Hub’s architecture, its NWC integration, deployment options, fee structure, and how it compares to mobile-first Lightning wallets in 2026.
| Specification | Detail |
|---|---|
| Developer | Alby Inc. |
| Lightning Backend | LDK (default), also supports LND, Phoenixd, Cashu |
| Custody Model | Self-custodial |
| Platforms | Web app, Desktop (self-hosted), Cloud (Alby Cloud) |
| Browser Extension | Chrome, Firefox, Edge, Brave |
| NWC Support | Full Nostr Wallet Connect (NIP-47) |
| Channel Management | LSP-assisted or manual |
| Mobile Access | Via NWC-connected mobile apps |
| Invoice Support | BOLT 11, LNURL, Lightning Addresses, Keysend |
| Backup | Seed phrase + node state backup |
| License | Open source |
Alby started in 2022 as a browser extension that let users pay Lightning invoices on websites with a single click — similar to how a password manager auto-fills login forms, Alby auto-fills Lightning payments. The extension connected to external Lightning backends (your own node, LNbits, or Alby’s custodial wallet service).
In 2024-2025, Alby phased out its custodial shared wallet and launched Alby Hub — a self-custodial LDK-based Lightning node that users can run on their own hardware, on a cloud server, or via Alby’s managed cloud service. The browser extension still exists but now connects to your Alby Hub rather than to a third-party custodian.
This transition moved Alby from a custodial convenience layer to genuine self-custody — a significant philosophical and technical shift.
Alby’s most significant contribution to the Lightning ecosystem is Nostr Wallet Connect (NWC), an open protocol standardized as NIP-47. NWC lets any application request payments from your wallet through the Nostr protocol, without the app ever touching your funds.
Here is how it works in practice:
The breakthrough: your wallet is always available for payments without keeping a mobile app running. NWC works across platforms — web apps can connect to your hub, mobile apps can connect to your hub, even other desktop applications. The one-click wallet connection flow makes linking a new app as simple as a QR code scan.
NWC has been adopted beyond Alby itself. Other wallets and services now implement the protocol, creating an open standard for wallet-app communication.
The easiest option. Alby runs your node on their cloud infrastructure. You retain your keys, but Alby manages the server. This is self-custodial (Alby cannot spend your funds) but not fully sovereign — you depend on Alby’s infrastructure for availability. Alby Cloud costs a small monthly subscription fee.
Run Alby Hub on a Raspberry Pi, home server, or any Linux machine. Full sovereignty — you control the hardware, the node, and the network connection. Requires basic Linux administration skills and a stable internet connection.
Deploy Alby Hub on a cloud VPS (Digital Ocean, Hetzner, etc.). You control the software but rely on the VPS provider for hardware. A middle ground between convenience and sovereignty.
Alby Hub can also run on existing node platforms like Umbrel and Start9 as an application, integrating with your broader Bitcoin node setup.
The only paid component is Alby Cloud hosting, which is optional. Self-hosting eliminates all recurring costs.
Alby’s browser extension remains its most visible product. Once installed and connected to your Alby Hub, it enables:
The extension is available for Chrome, Firefox, Edge, and Brave. It integrates with the browser’s native payment API where supported.
| Feature | Alby Hub | Phoenix | Zeus |
|---|---|---|---|
| Primary platform | Web/Desktop | Mobile | Mobile |
| Browser extension | Yes (best in class) | No | No |
| NWC support | Full (NWC pioneer) | No | Yes (NWC service) |
| Nostr integration | Deep (zaps, auth, profiles) | No | Yes (via NWC) |
| Mobile experience | Indirect (via NWC apps) | Excellent | Excellent |
| Channel management | Manual or LSP | Automated (splicing) | Manual or LSP |
| Self-hosting | Supported | N/A | Embedded node |
| Best for | Web payments, Nostr | Everyday mobile | Node operators |
Alby is not trying to be the best mobile Lightning wallet. It is the best Lightning wallet for the web. If your Lightning usage centers on Nostr interactions, tipping content creators, paying for web services, or building applications that integrate Lightning payments — Alby Hub with the browser extension provides a workflow that no mobile wallet can replicate.
The NWC protocol is Alby’s lasting contribution. By creating an open standard for wallet-app communication, Alby has made Lightning wallets composable — any app can request payments from any NWC-compatible wallet, creating a pluggable payment layer for the internet.
For daily mobile spending, Phoenix remains the better choice. For running your own node from a phone, Zeus excels. But for connecting Lightning to the web ecosystem — Alby is unmatched.
Alby Hub is self-custodial — your keys are generated and stored locally (or on your self-hosted server). The former custodial shared wallet service has been discontinued. Alby Cloud manages the server infrastructure but does not have access to your private keys or funds.
No. Alby Hub functions as a standard Lightning wallet without any Nostr involvement. However, the browser extension and NWC features are specifically designed to integrate with Nostr, so the best Alby experience includes Nostr usage.
Not directly as a native app. However, you can connect NWC-compatible mobile apps (like certain Nostr clients) to your Alby Hub, giving you mobile access to your Lightning funds through those apps.
If you self-host your Alby Hub, nothing changes — you run the software independently. If you use Alby Cloud, you would need to migrate your node to self-hosted infrastructure. Your seed phrase allows on-chain fund recovery in any scenario. The NWC protocol is an open standard and would continue to function independently of Alby the company.
The post Alby Wallet Review: Lightning for the Browser appeared first on Knowing Bitcoin.
]]>The post Breez Wallet Review 2026: Point of Sale Lightning appeared first on Knowing Bitcoin.
]]>Breez Wallet occupies a unique position in the Lightning ecosystem: it is the only self-custodial wallet with a built-in point-of-sale system designed for brick-and-mortar merchants. While other wallets focus on individual spending, Breez also serves the merchant side of the equation — turning any phone into a Lightning cash register. This dual identity makes it particularly relevant as Lightning adoption moves beyond tech enthusiasts into small business commerce.
This review evaluates Breez Wallet’s merchant features, personal wallet capabilities, its SDK for developers, and how it compares to other self-custodial options in 2026.
| Specification | Detail |
|---|---|
| Developer | Breez Technology (Israel) |
| Lightning Implementation | LND-based (transitioning to Breez SDK with Greenlight) |
| Custody Model | Self-custodial |
| Platforms | Android, iOS |
| Point-of-Sale | Yes (built-in cash register with item catalog) |
| Channel Management | LSP-assisted (automated) |
| On-chain Support | Yes (via submarine swaps) |
| Invoice Support | BOLT 11, BOLT 12, LNURL, BIP 353 |
| Podcasting 2.0 | Yes (built-in player with streaming sats) |
| Backup | Seed phrase + cloud backup |
| License | Open source |
Breez’s point-of-sale mode transforms the wallet into a merchant terminal. With the slide of a toggle, the interface switches from a personal wallet to a cash register. Merchants can:
For a coffee shop, market stall, or any small business that wants to accept Lightning payments without integrating with a payment processor, Breez provides a complete solution in a single app. No merchant account, no monthly fees, no hardware beyond the phone they already own.
In personal wallet mode, Breez functions as a straightforward self-custodial Lightning wallet:
Breez includes a built-in podcast player that supports Podcasting 2.0 — the open standard for streaming satoshis to podcast creators in real time. As you listen, your wallet sends micro-payments to the creator based on the streaming rate you set. This feature drove early adoption among podcast enthusiasts and remains a unique differentiator.
Beyond the wallet app itself, Breez offers the Breez SDK — a toolkit that lets developers integrate Lightning payments into their own applications. The SDK provides two integration methods:
The SDK powers third-party apps beyond the Breez wallet itself, extending Breez’s Lightning infrastructure to a growing ecosystem of applications.
The 0.75% channel opening fee is competitive with other LSP-based wallets. Once your channel is established, ongoing payment costs are minimal — limited to network routing fees that typically amount to a few satoshis per payment.
| Feature | Breez | Phoenix | Zeus |
|---|---|---|---|
| Point-of-sale | Full POS system | No | Basic POS mode |
| Merchant tools | Item catalog, fiat display, manager lock | None | Basic |
| Podcast support | Built-in player | No | No |
| Channel management | LSP-assisted | Automated (splicing) | Manual or LSP |
| Setup fee | 0.75% channel open | 1% liquidity fee | On-chain fee only |
| Developer SDK | Yes (Breez SDK) | No public SDK | No |
| Best for | Merchants, podcasters | Everyday users | Power users |
Breez fills a gap that no other self-custodial wallet addresses: the merchant who wants to accept Lightning payments without a third-party payment processor, without custodial risk, and without technical complexity. The point-of-sale mode is genuinely practical — it turns a phone into a complete Lightning terminal with item management and fiat conversion.
As a personal wallet for everyday spending, Breez is competent but not the best option. Phoenix offers a smoother user experience with its splicing architecture, and Zeus offers more control for technical users. But for merchants, podcast listeners who want to stream sats, or developers building Lightning-powered apps with the Breez SDK — Breez is purpose-built and well-executed.
For a broader view of the Lightning wallet landscape, see our complete Lightning wallet comparison.
Yes. The point-of-sale mode is a toggle within the app. You can use Breez exclusively as a personal Lightning wallet and never touch the merchant features. The POS mode is there when you need it but does not clutter the everyday wallet experience.
Yes. Your private keys are generated and stored on your device. Breez’s LSP helps manage channel creation and liquidity, but it never has access to your funds. If Breez the company disappeared, you could recover your on-chain funds with your seed phrase. Lightning channel recovery depends on your backup state.
For small to medium transaction volumes, Breez works well. High-volume merchants processing hundreds of transactions daily may eventually outgrow the mobile wallet approach and benefit from a dedicated Lightning payment infrastructure like BTCPay Server. Breez is ideal for market vendors, coffee shops, and small retailers.
The Breez SDK is a developer toolkit that allows third-party applications to integrate Lightning payment capabilities without building Lightning infrastructure from scratch. It handles channel management, routing, and liquidity behind the scenes, letting developers focus on their application’s user experience.
The post Breez Wallet Review 2026: Point of Sale Lightning appeared first on Knowing Bitcoin.
]]>The post Zeus Wallet Review: Lightning on Your Own Node appeared first on Knowing Bitcoin.
]]>Zeus Wallet is the Lightning wallet for users who want full control over their node, their channels, and their routing — all from a mobile device. Unlike wallets that abstract away Lightning’s complexity behind managed services, Zeus gives you an embedded LND node on your phone or connects to your existing remote node. If you believe that sovereignty means operating your own infrastructure, Zeus is built for exactly that philosophy.
This review covers Zeus Wallet’s architecture, both operating modes, its fee structure, real-world performance, and where it fits in the Lightning wallet ecosystem in 2026.
| Specification | Detail |
|---|---|
| Developer | Zeus LN (community-funded, open source) |
| Lightning Implementation | LND (embedded v0.20.0-beta) or remote (LND, CLN, Eclair) |
| Custody Model | Self-custodial |
| Platforms | Android, iOS |
| Operating Modes | Embedded LND node or remote node connection |
| Channel Management | Manual (embedded) or LSP-assisted (Olympus by ZEUS) |
| On-chain Support | Yes (full wallet capabilities) |
| Invoice Support | BOLT 11, LNURL, Keysend |
| NWC | Nostr Wallet Connect service |
| Backup | Seed phrase + Static Channel Backup (SCB) |
| License | Open source (AGPL-3.0) |
Zeus’s signature feature is running a full LND Lightning node directly on your mobile device. When you launch Zeus in embedded mode, your phone becomes a Lightning node — discovering peers, opening channels, routing payments, and managing your own liquidity without any external server dependency.
This means:
The tradeoff is startup time. When you open Zeus after the app has been closed, the embedded LND node needs to sync with the network. This can take 10-60 seconds depending on how long the app was inactive. It also uses more battery than LSP-based wallets since your phone is running a full node.
Zeus now warns users when battery saver mode is detected during embedded LND startup, since power-saving features can interfere with node reliability.
If you already run a Lightning node at home (on an Umbrel, Start9, or bare metal), Zeus can connect to it remotely. Supported backends include LND (via REST or gRPC), Core Lightning (CLN), and Eclair. In this mode, Zeus functions as a mobile interface to your existing node — you manage channels, send payments, and monitor your node from anywhere.
This is Zeus’s most powerful configuration. Your node runs 24/7 on dedicated hardware with stable internet, while Zeus provides mobile access when you are away from home. The connection can be secured over Tor for privacy.
For users who want the embedded node experience without manually managing channels, Zeus offers Olympus by ZEUS — a Lightning Service Provider that opens channels to you and provides inbound liquidity. This bridges the gap between full manual control and the automated experience of wallets like Phoenix.
Olympus charges fees for inbound liquidity provisioning. The fees vary based on channel size and current on-chain fee conditions. Using Olympus is optional — power users can ignore it entirely and manage their own liquidity.
For users who manage their own channels, Zeus is the cheapest Lightning wallet available — you pay only the bare network routing fees with no intermediary markup. This makes Zeus particularly attractive for users who process enough volume to justify the learning curve of manual channel management.
| Dimension | Zeus | Phoenix |
|---|---|---|
| Philosophy | Maximum control | Maximum simplicity |
| Channel management | Manual (or Olympus LSP) | Automated (splicing) |
| Fees (sending) | Network routing only | 0.4% minimum 4 sats |
| Privacy | High (own node, own routing) | Moderate (trampoline routing) |
| Startup time | 10-60 seconds (embedded mode) | Instant |
| Learning curve | Significant | Minimal |
| Best user | Technical Bitcoiners, node operators | General bitcoin users |
Zeus is not for everyone — and that is by design. It is the wallet for users who view running their own Lightning infrastructure as a feature, not a burden. If you already run a Lightning node at home and want mobile access, Zeus is the best remote interface available. If you want to learn Lightning from the ground up by managing real channels and routing real payments, Zeus’s embedded node gives you a genuine Lightning node in your pocket.
For users who want Lightning to just work without thinking about channels, Phoenix remains the better choice. But for the power user who wants to earn routing fees, control their own routing, contribute to network decentralization, and zap from Nostr using their own node — Zeus is unmatched.
No. Like all Lightning wallets, Zeus requires an internet connection to communicate with the Lightning Network. The embedded LND node needs to stay connected to maintain channel state and process payments.
Yes. Zeus’s embedded LND mode creates a node on your phone. You can also use the Olympus LSP for managed channel opens. You do not need separate hardware to use Zeus, though connecting to a home node is the optimal configuration.
Yes. Zeus is fully open source under the AGPL-3.0 license. The code is publicly auditable on GitHub. Development is funded through community donations and grants — no venture capital, no proprietary components.
Zeus provides a seed phrase for on-chain funds and a Static Channel Backup (SCB) for Lightning channel state. Export both and store them securely. If you lose your phone, the SCB allows force-closing your channels to recover funds on-chain. Channel state (including routing history and fee settings) cannot be restored from SCB alone.
The post Zeus Wallet Review: Lightning on Your Own Node appeared first on Knowing Bitcoin.
]]>The post Phoenix Wallet Review 2026: Best Lightning Wallet? appeared first on Knowing Bitcoin.
]]>Phoenix Wallet has become the benchmark for self-custodial Lightning wallets in 2026. Built by ACINQ — one of the three original Lightning implementation teams — Phoenix is the only mobile wallet that uses splicing to manage a single dynamic channel, eliminating the channel management complexity that has historically made Lightning difficult for regular users. If you want to send and receive bitcoin over the Lightning Network without running your own node or understanding channel mechanics, Phoenix is the wallet that makes it possible.
This review evaluates Phoenix Wallet’s architecture, fee structure, user experience, privacy properties, and real-world performance based on extensive testing in early 2026.
| Specification | Detail |
|---|---|
| Developer | ACINQ (Paris, France) |
| Lightning Implementation | Eclair (custom mobile build) |
| Custody Model | Self-custodial (your keys, your coins) |
| Platforms | Android, iOS |
| Channel Management | Automated via splicing (single channel) |
| On-chain Support | Yes (unified balance via swap-in/splice) |
| Invoice Support | BOLT 11, BOLT 12 (Offers), LNURL |
| Backup | 12-word seed + encrypted cloud backup of channel state |
| Privacy | Trampoline routing (ACINQ sees payment destinations) |
| License | Open source (Apache 2.0) |
| Tor Support | Yes |
Phoenix runs a lightweight Eclair node directly on your phone. Your private keys and channel state are stored locally on your device — ACINQ never has access to your funds. This makes Phoenix genuinely self-custodial, unlike wallet apps that connect to a third-party custodian behind a friendly interface.
Phoenix’s defining technical achievement is its use of splicing for channel management. In traditional Lightning wallets, you might open and close multiple channels as your needs change — each requiring an on-chain transaction with mining fees. Phoenix maintains a single channel to ACINQ’s node and dynamically resizes it:
The result for users: one balance, no channel management decisions, and a seamless experience that hides Lightning’s underlying complexity without compromising self-custody.
Phoenix does not compute payment routes independently. When you send a payment, Phoenix delegates route-finding to ACINQ’s node using a protocol called trampoline routing. Your phone sends the payment to ACINQ’s node with instructions like “deliver this to destination X,” and ACINQ’s well-connected node figures out the best path.
This design saves bandwidth and battery on your phone, which matters for a mobile wallet. The tradeoff is privacy: ACINQ’s node knows the final destination of every payment you send. For users concerned about this, Phoenix supports Tor connections to obscure your IP address, but the payment destination visibility remains inherent to the trampoline model.
Phoenix’s fee model changed significantly with the splicing update. Here is the current structure:
For context: sending a 50,000 sat (~$50) Lightning payment costs 200 sats (~$0.20) in routing fees. Compare this to on-chain Bitcoin transaction fees during busy periods, which can range from 5,000-30,000 sats. Lightning through Phoenix is dramatically cheaper for everyday payments.
The 1% liquidity fee for channel expansion is higher than managing your own node channels, but dramatically simpler. Most users never want to manually manage inbound and outbound liquidity — Phoenix handles it automatically at a reasonable cost.
Initial setup takes under two minutes: install the app, write down your 12-word seed phrase, and you are ready to receive your first payment. There is no account creation, no email verification, no KYC. Phoenix generates a wallet and Lightning address immediately.
Tap “Send,” scan a Lightning invoice (BOLT 11), paste an LNURL, or scan a BOLT 12 offer. Phoenix displays the amount and total fee before you confirm. Payment settlement is typically sub-second for well-connected destinations.
Tap “Receive,” specify an amount (or leave open for any amount), and Phoenix generates a QR code. If the incoming payment exceeds your current inbound capacity, Phoenix handles the splice-in automatically — you see a notification that a channel management fee will apply before accepting.
Phoenix provides a swap-in Bitcoin address for receiving on-chain payments. Funds sent to this address are automatically spliced into your Lightning channel, appearing in your unified balance after the on-chain transaction confirms (typically 1-3 confirmations). This eliminates the mental overhead of managing separate on-chain and Lightning balances.
Phoenix uses a 12-word seed phrase for key derivation, plus an encrypted cloud backup of your channel state stored on ACINQ’s servers. If you lose your phone:
This is a significant usability advantage over wallets that require manual Static Channel Backup (SCB) management. The tradeoff: ACINQ stores your encrypted channel state. They cannot access it without your seed phrase, but the data exists on their infrastructure.
| Feature | Phoenix | Zeus | Breez | Wallet of Satoshi |
|---|---|---|---|---|
| Custody | Self-custodial | Self-custodial | Self-custodial | Custodial |
| Channel management | Automated (splicing) | Manual or LSP | LSP-assisted | None (managed) |
| Technical knowledge needed | None | Moderate to high | Low | None |
| Sending fee | 0.4% | Network only | Network + LSP | None visible (built in) |
| Privacy | Moderate (trampoline) | High (own node) | Moderate (LSP) | Low (full custodial) |
| Best for | Everyday users | Power users | Merchants | Beginners (tradeoff: no custody) |
For a detailed comparison of all these wallets and more, see our comprehensive Lightning wallet comparison.
For the majority of users who want self-custody without managing infrastructure, yes. Phoenix is the wallet that proves self-custodial Lightning can be as simple as custodial alternatives — without sacrificing control of your keys. The splicing architecture is genuinely innovative, the fee structure is transparent, and the ACINQ team has a decade-long track record of serious Lightning development.
Phoenix is not the best choice if you prioritize maximum privacy (ACINQ sees your payment destinations), maximum fee savings (running your own node is cheaper), or desktop use (Phoenix is mobile only). For those use cases, Zeus or Alby Hub may be better fits.
But for the person who wants to hold their own keys, make Lightning payments daily, and never think about channels — Phoenix is the answer.
Phoenix is self-custodial — you control your private keys via a 12-word seed phrase. ACINQ cannot access or freeze your funds. The main risk is losing your seed phrase, which would make fund recovery impossible. Store your seed phrase securely offline.
Phoenix is free to download and use. You pay 0.4% per Lightning payment sent, and a 1% liquidity fee (minimum 3,000 sats) when your channel needs to expand for incoming payments. There are no subscriptions, monthly fees, or hidden charges.
Yes. Phoenix provides a swap-in Bitcoin address. On-chain funds are automatically spliced into your Lightning channel after confirmation. Your balance appears as a single unified amount — no separate on-chain and Lightning balances to manage.
If ACINQ’s node goes permanently offline, your Lightning channel would need to be force-closed. Your funds would settle on-chain after the timelock expires (typically 2-4 weeks). You would not lose bitcoin — you would lose Lightning functionality until connecting to a different LSP or running your own node. Your seed phrase always allows on-chain recovery.
Yes. Phoenix supports BOLT 12 offers, which allow reusable payment requests. Instead of generating a new invoice for every payment, you can share a single BOLT 12 offer that others can pay multiple times — useful for donations, recurring payments, or public-facing payment links.
The post Phoenix Wallet Review 2026: Best Lightning Wallet? appeared first on Knowing Bitcoin.
]]>The post BRC-20 Tokens Explained: Bitcoin’s Token Standard appeared first on Knowing Bitcoin.
]]>BRC-20 tokens brought fungible token creation to Bitcoin — a capability most people assumed only existed on Ethereum and similar smart contract platforms. Built on top of the Ordinals protocol, BRC-20 tokens use JSON data inscribed into individual satoshis to deploy, mint, and transfer tokens directly on the Bitcoin blockchain. The standard exploded in popularity in 2023, temporarily consuming a significant portion of Bitcoin’s block space and sparking intense debate within the Bitcoin community about what belongs on the network.
This guide explains how BRC-20 tokens work at a technical level, why they generated so much controversy, what happened to the market since the initial hype, and what the standard means for Bitcoin’s future.
BRC-20 is an experimental token standard that uses Bitcoin’s Ordinals protocol to create fungible tokens on the Bitcoin blockchain. The name is a nod to Ethereum’s ERC-20 token standard, though the two systems work in fundamentally different ways.
To understand BRC-20, you first need to understand two foundational concepts:
Ordinals theory, proposed by Casey Rodarmor in January 2023, assigns a unique serial number to each individual satoshi (the smallest unit of bitcoin, equal to 0.00000001 BTC). This numbering system — based on the order in which satoshis are created through mining — turns each satoshi into a distinct, trackable unit. Before Ordinals, all satoshis were considered identical and interchangeable (fungible).
Once individual satoshis are identifiable, data can be attached to them. An inscription embeds arbitrary data — images, text, code — into a Bitcoin transaction using the witness section (the area made available by the 2017 SegWit upgrade). This data lives permanently on the Bitcoin blockchain, stored and replicated by every full node.
BRC-20 tokens use inscriptions to store JSON data that defines token operations. There are three types of operations:
Deploy — Creates a new token with parameters:
{
"p": "brc-20",
"op": "deploy",
"tick": "ordi",
"max": "21000000",
"lim": "1000"
}
This example deploys a token called “ordi” with a maximum supply of 21 million and a per-mint limit of 1,000 tokens.
Mint — Creates new tokens up to the deploy limit:
{
"p": "brc-20",
"op": "mint",
"tick": "ordi",
"amt": "1000"
}
Transfer — Moves tokens between addresses. This is a two-step process: first inscribe a transfer inscription, then send the satoshi carrying that inscription to the recipient.
{
"p": "brc-20",
"op": "transfer",
"tick": "ordi",
"amt": "500"
}
| Property | BRC-20 (Bitcoin) | ERC-20 (Ethereum) |
|---|---|---|
| Smart contracts | None — uses JSON inscriptions | Full smart contract (Solidity code) |
| State tracking | Off-chain indexers parse inscriptions | On-chain state maintained by EVM |
| Token creation | Anyone can deploy via inscription | Requires deploying a smart contract |
| Transfer mechanism | Two-step (inscribe + send) | Single smart contract call |
| Programmability | Minimal (JSON data only) | Full (conditional logic, composability) |
| Cost per operation | Bitcoin transaction fee (variable) | Ethereum gas fee (variable) |
| Security model | Bitcoin’s proof of work | Ethereum’s proof of stake |
The most critical difference: BRC-20 tokens have no on-chain smart contract logic. The Bitcoin blockchain stores the raw JSON inscriptions, but interpreting what those inscriptions mean — tracking balances, validating transfers, maintaining token state — happens entirely off-chain through indexers. If two indexers disagree on the state of a BRC-20 token, there is no on-chain arbiter. This is a fundamentally weaker trust model than ERC-20, where token state is enforced by the Ethereum Virtual Machine.
BRC-20 tokens launched in March 2023 and reached a combined market capitalization exceeding $1 billion by May 2023. The token ORDI — the first BRC-20 ever created — became the flagship of the movement, eventually listing on major exchanges including Binance. At its peak, BRC-20 minting activity consumed over 50% of Bitcoin’s block space, driving transaction fees to levels that priced out ordinary bitcoin payments.
BRC-20 tokens triggered one of the most heated debates in Bitcoin’s history:
Critics argued:
Proponents argued:
The initial BRC-20 hype has subsided. Daily inscription volume has decreased significantly from the 2023 peak. ORDI and a handful of other BRC-20 tokens remain listed on major exchanges with modest but sustained trading volume. New token standards have emerged — including Runes (also by Casey Rodarmor), which launched at the April 2024 halving and offers a more block-space-efficient method for fungible tokens on Bitcoin.
Runes encodes token data in Bitcoin’s OP_RETURN field rather than in the witness section, reducing the blockchain storage burden. Whether Runes replaces BRC-20 or coexists alongside it remains to be seen, but the directional trend is toward more efficient token protocols.
If you want to explore BRC-20 tokens (acknowledging that this is highly experimental and speculative), here is what you need:
| Protocol | Data Storage | Efficiency | Smart Contracts | Status (2026) |
|---|---|---|---|---|
| BRC-20 | Witness (inscriptions) | Low (bloats blockchain) | None | Active but declining volume |
| Runes | OP_RETURN | Medium (more efficient) | None | Growing adoption |
| RGB | Off-chain (client-side validation) | High (minimal on-chain footprint) | Yes (Turing-complete) | Under development |
RGB (Really Good for Bitcoin) takes a fundamentally different approach: token state is validated client-side rather than on-chain, with Bitcoin transactions serving only as commitment anchors. This minimizes blockchain storage while enabling full smart contract functionality. RGB is technically more sophisticated but also more complex to implement and less accessible to casual users.
No. NFTs on Bitcoin (Ordinal inscriptions) are non-fungible — each inscription is unique. BRC-20 tokens are fungible — each token of the same type is interchangeable, like ERC-20 tokens on Ethereum. Both use the Ordinals protocol, but for different purposes.
BRC-20 token activity affects miner fee revenue but does not directly change Bitcoin’s price. Indirectly, increased on-chain activity from inscription demand can contribute to higher transaction fees, which some argue strengthens the long-term security budget for the network.
Yes. Anyone can deploy a BRC-20 token by inscribing the deploy JSON onto a satoshi. The cost is the Bitcoin transaction fee for the inscription. However, creating a token is trivially easy — the hard part is getting anyone to value or use it. The overwhelming majority of BRC-20 tokens have zero sustained market value.
No. BRC-20 tokens are highly speculative, dependent on off-chain infrastructure, and carry risks of total loss. They should be considered experimental technology, not investment vehicles. If you choose to participate, use only funds you can afford to lose entirely.
The post BRC-20 Tokens Explained: Bitcoin’s Token Standard appeared first on Knowing Bitcoin.
]]>The post Coinbase vs Kraken 2026: Complete Exchange Comparison appeared first on Knowing Bitcoin.
]]>Coinbase vs Kraken is one of the most common comparisons for anyone buying bitcoin through a centralized exchange in 2026. Both are US-based, regulated, and have operated for over a decade without a major security breach resulting in lost customer funds. But they differ significantly in fee structures, trading features, and the type of user they serve best. Choosing the wrong exchange can cost you hundreds or thousands of dollars in unnecessary fees over time.
This comparison evaluates Coinbase and Kraken across the dimensions that matter for bitcoin buyers: trading fees, deposit and withdrawal methods, security track records, Lightning Network support, and the overall experience for both beginners and active traders.
Founded in 2012, Coinbase is the largest US cryptocurrency exchange by user base and one of the few publicly traded crypto companies (NASDAQ: COIN). It has built its brand on accessibility — Coinbase was many people’s first crypto purchase. The company is headquartered in the US and operates under a patchwork of state money transmitter licenses plus federal FinCEN registration.
Founded in 2011, Kraken is one of the oldest cryptocurrency exchanges in operation. It has historically catered to more experienced traders with its advanced order types, margin trading, and futures platform. Kraken operates globally with regulatory licenses in multiple jurisdictions and has maintained a strong security reputation throughout its history.
Fees are the single biggest differentiator between these two exchanges, and where most beginners lose money without realizing it.
| Method | Fee | Notes |
|---|---|---|
| Simple Buy/Sell (default) | ~1.5-3.0% | Includes spread markup. This is what most beginners use |
| Coinbase Advanced | 0.60% maker / 1.20% taker (under $10K/mo) | Tiered discounts above $10K monthly volume |
| Coinbase Advanced ($10K-$50K/mo) | 0.40% maker / 0.60% taker | Significant improvement |
| Debit card purchase | 3.99% | Convenience fee for instant purchases |
| ACH deposit | Free | Takes 3-5 business days to clear |
| BTC withdrawal (on-chain) | Network fee | Variable based on mempool conditions |
| Method | Fee | Notes |
|---|---|---|
| Instant Buy (default) | ~1.5% | Includes spread. Used by beginners |
| Kraken Pro (under $50K/mo) | 0.25% maker / 0.40% taker | Available to all users, no separate platform |
| Kraken Pro ($50K-$100K/mo) | 0.20% maker / 0.30% taker | Volume discount |
| Kraken Pro ($1M-$5M/mo) | 0.06% maker / 0.16% taker | Professional tier |
| ACH deposit | Free | Takes 1-5 business days |
| Wire deposit | Free | Same-day settlement |
| BTC withdrawal (on-chain) | Network fee | Variable based on mempool conditions |
Kraken’s trading fees are roughly 40-60% lower than Coinbase’s at comparable volume levels. For a buyer spending $1,000 per month on bitcoin, the annual fee difference between Kraken Pro (0.40% taker) and Coinbase Advanced (1.20% taker) is approximately $96 — nearly 10% of a month’s purchases going to unnecessary fees. Over several years of regular buying, this adds up to thousands of dollars.
| Feature | Coinbase | Kraken |
|---|---|---|
| ACH (US) | Yes (free) | Yes (free) |
| Wire transfer | $10 deposit / $25 withdrawal | Free deposit / $5 withdrawal |
| Debit/credit card | Yes (3.99% fee) | Yes (1.5-2.5% fee) |
| PayPal | Yes | No |
| Lightning Network | No | Yes (deposits + withdrawals) |
| Instant buy with fiat | Yes | Yes |
Kraken’s Lightning Network support is a significant advantage for bitcoin users. Lightning withdrawals are near-instant and cost a fraction of a cent, compared to on-chain withdrawals that can cost several dollars during busy mempool periods. Coinbase does not support Lightning as of early 2026, which means every bitcoin withdrawal incurs full on-chain fees.
Both exchanges take security seriously, but their approaches and track records differ in notable ways.
Bottom line on security: Both exchanges are among the most secure in the industry. Coinbase’s public company status provides an extra layer of financial transparency. Kraken’s longer track record without any breach is noteworthy. For either exchange, enabling 2FA and using a hardware security key is essential.
| Feature | Coinbase | Kraken |
|---|---|---|
| Advanced order types | Limit, stop-limit, TWAP | Limit, stop-loss, take-profit, trailing stop, iceberg |
| Margin trading | No (discontinued for US users) | Yes (up to 5x for eligible users) |
| Futures trading | Limited (via Coinbase International) | Yes (up to 50x leverage) |
| Staking | Yes (limited in US after SEC action) | Yes (limited in US after SEC action) |
| Recurring buys (DCA) | Yes | Yes |
| Number of assets | 250+ | 300+ |
| API access | Yes | Yes |
| OTC desk | Yes (institutional) | Yes (institutional) |
Kraken offers a noticeably richer trading feature set, particularly for experienced traders who want margin, futures, and sophisticated order types. Coinbase has simplified its platform over time, merging Coinbase Pro into “Coinbase Advanced” within the main app — which makes it cleaner but limits advanced functionality.
Coinbase’s primary interface is designed for simplicity. Buying bitcoin takes three taps on the mobile app. The learning section, earn campaigns, and clean design make it the easiest onramp for complete beginners. The downside: that simplicity comes with higher default fees if you do not switch to Coinbase Advanced.
Kraken has significantly improved its user experience over recent years. The mobile app is cleaner than it used to be, and the web interface provides a professional trading experience without being overwhelming. However, the interface still assumes some familiarity with trading concepts — beginners may find terms like “maker fee,” “limit order,” and “margin” unfamiliar at first.
| User Profile | Better Choice | Why |
|---|---|---|
| Complete beginner buying first bitcoin | Coinbase | Simplest onboarding, familiar brand |
| Regular buyer doing weekly DCA | Kraken | Lower fees save hundreds annually |
| Active trader | Kraken | Better order types, margin, futures |
| Privacy-conscious user | Neither (consider no-KYC options) | Both require full KYC verification |
| Lightning Network user | Kraken | Lightning deposits and withdrawals |
| US-based, wants FDIC on USD | Coinbase | FDIC coverage on fiat balances |
Regardless of which exchange you choose, the ultimate best practice is the same: do not store bitcoin on any exchange long-term. Buy on the exchange, then withdraw to your own wallet. The collapse of FTX, Mt. Gox, and dozens of smaller exchanges over the years proves that “not your keys, not your coins” is not a slogan — it is a survival strategy.
Both Coinbase and Kraken make it straightforward to withdraw bitcoin. Kraken’s Lightning support makes small, frequent withdrawals economically viable. For Coinbase users without Lightning access, batching withdrawals to minimize on-chain fees is a reasonable approach. For long-term storage, transferring to a hardware wallet remains the gold standard.
Both have strong security track records. Coinbase benefits from public company transparency and auditing requirements. Kraken has operated since 2011 without a breach. Neither is a bad choice for security — the larger risk is leaving bitcoin on any exchange rather than withdrawing to self-custody.
Kraken, by a significant margin. Kraken’s base taker fee of 0.40% is one-third of Coinbase Advanced’s 1.20% at entry-level volumes. This difference compounds meaningfully for regular buyers.
Not as of early 2026. Coinbase has indicated interest but has not implemented Lightning deposits or withdrawals. Kraken has supported Lightning since 2022.
Yes, and some users do — using Coinbase for its PayPal integration or simple interface while using Kraken for lower-fee trading. Both require separate KYC verification. Having accounts on multiple exchanges also provides redundancy if one experiences downtime.
Both support recurring buys. Kraken’s lower fees make it the more cost-effective option for DCA. If you are investing $200 per week, the annual fee savings with Kraken versus Coinbase’s simple buy interface can exceed $200.
The post Coinbase vs Kraken 2026: Complete Exchange Comparison appeared first on Knowing Bitcoin.
]]>The post How to Join a Bitcoin Mining Pool: Step by Step appeared first on Knowing Bitcoin.
]]>Knowing how to join a mining pool is the first practical step toward earning bitcoin through mining. Solo mining is a lottery — your single machine against a network producing over 700 exahashes per second. A mining pool combines the hashrate of thousands of miners, finds blocks more consistently, and distributes rewards proportionally. Whether you are running one ASIC in your garage or managing a rack of machines, pool mining converts unpredictable windfalls into steady, measurable income.
This step-by-step guide covers everything you need to join a mining pool in 2026: choosing the right pool, configuring your hardware, understanding payout methods, and optimizing your setup for maximum efficiency.
Before you configure anything, make sure you have these basics in place:
The pool you choose affects your income stability, fee structure, and the degree to which your mining contributes to Bitcoin’s decentralization. Here are the major pools operating in 2026:
| Pool | Hashrate Share | Payout Method | Fee | Minimum Payout | Best For |
|---|---|---|---|---|---|
| Foundry USA | ~30% | FPPS | Negotiated | Varies | Large-scale US operations |
| AntPool | ~19% | FPPS / PPLNS | 1-4% | 0.001 BTC | Bitmain hardware operators |
| F2Pool | ~11% | FPPS / PPLNS | 2-4% | 0.005 BTC | Multi-coin miners |
| ViaBTC | ~11% | PPS+ / PPLNS | 1-4% | 0.001 BTC | Flexibility in payout methods |
| OCEAN | ~1-2% | TIDES | 0% | Custom | Decentralization advocates |
| Braiins Pool | ~4% | Score-based | 2% | 0.001 BTC | Braiins OS+ users |
Pool size vs decentralization. Larger pools (Foundry, AntPool) find blocks more frequently, meaning more consistent daily payouts. However, concentrating too much hashrate in one pool poses centralization risks to Bitcoin. If you care about network health, consider mid-sized pools like Braiins Pool or OCEAN.
Payout method. This is the single most impactful decision after choosing a pool:
For miners with thin profit margins, FPPS provides income predictability. For miners with comfortable margins who can absorb variance, PPLNS typically yields slightly more over time due to lower fees.
Most pools require a free account. The registration process typically involves:
Some pools, like OCEAN, support payouts directly without traditional account creation — you connect your miner and specify a Bitcoin address in the configuration. This approach is simpler and more privacy-friendly but offers fewer management features.
Every ASIC miner has a web-based management interface accessible via your local network. Here is the general configuration process:
nmap (Linux).http://192.168.1.100). Default credentials are usually root/root for Bitmain miners or printed on the miner’s documentation.You will need three pieces of information from your pool’s setup page:
stratum+tcp://pool.example.com:3333username.worker1 (your pool username, a dot, and a worker identifier you choose)x or leave this field irrelevant. Check your pool’s documentation.Configure three pool entries if your miner supports it: your primary pool in slot 1, and one or two backup pools in slots 2 and 3. If your primary pool goes down, the miner automatically fails over to the backups.
Once connected, monitor these key metrics on your pool’s dashboard:
Payout settings vary by pool but generally include:
Wait 10-15 minutes — new connections take time to register shares. If the hashrate remains zero, verify the stratum URL is correct, check that your network does not block the pool’s port (common ports: 3333, 25, 443), and ensure the worker name format matches your pool’s requirements.
Rejections above 2% suggest network latency. Try connecting to a pool server geographically closer to your location. If the pool offers multiple stratum endpoints for different regions, switch to the nearest one.
Check the miner’s operating temperature. Thermal throttling reduces hashrate to protect the hardware. Ensure adequate airflow, ambient temperature below 35°C, and clean dust filters. Also verify that power supply is delivering full rated wattage — an undersized PSU will cap your miner’s performance.
Verify your payout address in the pool dashboard (a single wrong character means lost funds). Check that your balance exceeds the payout threshold. During periods of high on-chain fees, some pools delay payouts to batch transactions — check the pool’s announcements page.
Traditional mining pools control which transactions go into blocks — miners just provide hashpower. Stratum V2 is a protocol upgrade that shifts block template construction to individual miners, reducing the pool operator’s power over transaction selection.
Braiins Pool was the first major pool to support Stratum V2, and OCEAN builds its architecture around giving miners control over block construction. If Bitcoin’s decentralization matters to you beyond earning income, consider pools that support Stratum V2 or similar transparency mechanisms.
Not profitably. Modern Bitcoin mining requires ASIC hardware because the network difficulty is so high that CPUs and GPUs cannot find valid hashes fast enough to generate meaningful income. An ASIC is millions of times more efficient than a GPU at SHA-256 hashing.
Earnings depend on your hashrate, electricity cost, the current Bitcoin price, and network difficulty. A single Antminer S21 (200 TH/s) at $0.06/kWh generates roughly $8-15 per day in net profit at early 2026 difficulty and price levels. Use an up-to-date mining calculator for current estimates.
Pool mining does not give the pool access to your bitcoin — payouts go directly to your wallet address. The main risk is the pool shutting down while holding a small unpaid balance. Minimize this risk by using established pools with long track records and setting reasonable payout thresholds.
Yes. Simply update the stratum URL and worker name in your miner’s configuration interface. The miner will disconnect from the old pool and connect to the new one within seconds. Any unpaid balance on the old pool will be paid out according to that pool’s minimum payout schedule.
The post How to Join a Bitcoin Mining Pool: Step by Step appeared first on Knowing Bitcoin.
]]>The post Cryptocurrency Basics: What Exists Beyond Bitcoin appeared first on Knowing Bitcoin.
]]>Crypto basics extend beyond Bitcoin — though Bitcoin is where every serious understanding of cryptocurrency should start. Since Satoshi Nakamoto released Bitcoin in 2009, thousands of alternative cryptocurrencies have appeared, each claiming to solve problems Bitcoin supposedly cannot. Some are genuine technical experiments. Many are speculative vehicles with no meaningful innovation. Understanding what exists beyond Bitcoin, and why most of it struggles to match Bitcoin’s properties, is essential for anyone navigating the cryptocurrency space in 2026.
This guide breaks down the major categories of cryptocurrency, explains how they differ from Bitcoin technically and philosophically, and gives you the framework to evaluate any project on its own merits.
Bitcoin solved a problem computer scientists had struggled with for decades: how to create digital scarcity without a central authority. The breakthrough was combining blockchain technology, proof of work, and economic incentives into a system where no single party controls the money supply, transaction validation, or protocol rules.
Every cryptocurrency that followed Bitcoin had the advantage of studying its design. Some attempted to improve on specific technical aspects. Others copied the basic structure and changed superficial parameters. A few invented entirely new approaches to consensus and transaction processing. But all of them exist in the shadow of Bitcoin’s first-mover advantage, network effects, and battle-tested security track record.
Understanding Bitcoin first — its proof of work consensus, its fixed supply of 21 million coins, its UTXO model, and its decentralization guarantees — gives you the vocabulary and mental framework to evaluate everything else in the crypto space.
The largest category of non-Bitcoin cryptocurrencies includes platforms designed to run programmable contracts — code that executes automatically when predefined conditions are met.
Ethereum (ETH) is the most established smart contract platform. Launched in 2015, Ethereum extended Bitcoin’s basic scripting capabilities into a general-purpose computing platform. Developers can deploy decentralized applications (dApps) ranging from financial protocols to digital art marketplaces. Ethereum transitioned from proof of work to proof of stake in September 2022 (the “Merge”), fundamentally changing its security model and energy profile.
Solana (SOL) prioritizes transaction speed and low fees. Solana’s architecture can process thousands of transactions per second at a fraction of a cent per transaction, but this throughput comes at the cost of higher hardware requirements for validators, which reduces decentralization compared to Bitcoin or even Ethereum.
The tradeoff: Smart contract platforms gain programmability but sacrifice the simplicity and security focus that makes Bitcoin robust. More complexity means more attack surface. Ethereum alone has seen billions of dollars lost to smart contract exploits and hacks since its launch.
Stablecoins are cryptocurrencies designed to maintain a fixed value, typically pegged 1:1 to the US dollar. They serve as the plumbing of the crypto trading ecosystem — the way money moves between exchanges and protocols without converting back to traditional banking rails.
USDT (Tether) is the largest stablecoin by market capitalization. It claims to be backed by reserves including US Treasury bills, cash, and other assets. Tether operates on multiple blockchains including Ethereum, Tron, and Solana.
USDC (Circle) emphasizes regulatory compliance and transparency, publishing monthly attestation reports from accounting firms. It operates primarily on Ethereum and Solana.
The risk: Stablecoins reintroduce counterparty risk — you must trust that the issuing company actually holds sufficient reserves. This is the exact type of trust dependency that Bitcoin was designed to eliminate. The collapse of the algorithmic stablecoin UST (Terra) in May 2022, which evaporated approximately $40 billion, demonstrated how catastrophically stablecoin failures can propagate.
Bitcoin transactions are pseudonymous — addresses are not directly linked to identities, but transaction flows are publicly visible on the blockchain. Privacy-focused cryptocurrencies attempt to make transactions untraceable by default.
Monero (XMR) uses ring signatures, stealth addresses, and RingCT (Ring Confidential Transactions) to obscure the sender, receiver, and amount of every transaction. Unlike Bitcoin where privacy requires careful technique, Monero provides privacy as a default property.
The debate: Privacy coins face increasing regulatory pressure. Several exchanges have delisted Monero due to compliance concerns. Meanwhile, Bitcoin’s privacy has improved through technologies like CoinJoin, Taproot (which makes complex transactions look identical to simple ones), and the Lightning Network (where payments are not recorded on the main blockchain).
Rather than creating alternative blockchains, several projects build on top of Bitcoin’s base layer to add functionality without compromising its security model.
Lightning Network is Bitcoin’s primary Layer 2 solution for fast, cheap payments. It uses payment channels and hash time-locked contracts to enable instant transactions at a fraction of a cent, settled back to Bitcoin’s main chain as needed. The Lightning Network is not a separate cryptocurrency — it uses bitcoin natively.
Liquid Network is a federated sidechain operated by Blockstream that enables faster settlements and confidential transactions. It uses a federation of functionally trusted entities rather than Bitcoin’s fully decentralized mining.
Stacks (STX) brings smart contract functionality to Bitcoin through “proof of transfer,” where Stacks miners spend bitcoin to mine STX blocks. This ties Stacks’ security to Bitcoin’s hashrate while enabling programmable transactions.
A significant portion of the cryptocurrency market by number of tokens (though not by sustained market capitalization) consists of tokens with no technical innovation — created primarily for speculative trading.
Dogecoin (DOGE) was created as a joke in 2013. It is a lightly modified fork of Litecoin with no supply cap (about 5 billion new DOGE are mined annually). Its value is driven entirely by social media attention and celebrity endorsements.
Meme coins demonstrate an uncomfortable truth about crypto markets: price movement often has nothing to do with technology, utility, or fundamental value. This is relevant for beginners to understand because the loudest voices in crypto are frequently promoting speculative tokens rather than technologically sound projects.
Whether you encounter a new project on social media, in a news article, or from a friend, here is a practical framework for evaluation:
| Question | Why It Matters | Red Flag |
|---|---|---|
| What problem does it solve? | Technology should address a real need | “It’s the next Bitcoin” without specifying what problem it solves differently |
| Who controls the supply? | Centralized supply = centralized power | Team holds >20% of total supply or can mint new tokens |
| How decentralized is the network? | Decentralization = censorship resistance | Fewer than 20 validators or nodes controlled by a foundation |
| Is the code open source? | Transparency enables independent verification | Proprietary codebase or “open source coming soon” |
| What is the consensus mechanism? | Determines security guarantees | Novel unproven consensus with no peer-reviewed analysis |
| How long has it operated? | Track record reveals real-world resilience | Less than 2 years of mainnet operation |
The crypto community is split between “Bitcoin maximalists” who believe only Bitcoin has long-term viability as a decentralized monetary network, and “multi-coiners” who see value in a diverse ecosystem of specialized blockchains.
The maximalist argument: Bitcoin has the strongest network effects, the most decentralized mining, the longest track record, and the clearest monetary policy. Everything else introduces trust assumptions, governance risks, or technical complexity that undermines the core properties that make cryptocurrency valuable in the first place.
The multi-coin argument: different use cases require different architectures. A global settlement layer (Bitcoin), a smart contract platform (Ethereum), a privacy system (Monero), and a fast payment rail (various Layer 2s) might coexist, each optimized for its purpose.
Where you land on this spectrum is ultimately a judgment call. But regardless of your position, understanding Bitcoin deeply first — including its comparison to traditional assets — gives you the strongest foundation for evaluating everything else.
A coin operates on its own blockchain (Bitcoin, Ethereum, Monero). A token operates on someone else’s blockchain — for example, USDC is an ERC-20 token that runs on Ethereum. The distinction matters because tokens inherit the security properties (and limitations) of their host blockchain.
Most altcoins underperform Bitcoin over multi-year periods. Of the top 20 cryptocurrencies by market cap in 2017, the majority have fallen out of the top 100 by 2026. Some altcoins have produced outsized returns, but survivorship bias makes this look easier in hindsight than it is in practice.
Depending on how you count, between 10,000 and 25,000 distinct tokens and coins have been created. The vast majority have zero trading volume, no active development, and no real users. Perhaps 50-100 projects have meaningful community and developer activity.
No. Bitcoin provides the conceptual framework — blockchain, consensus, digital scarcity, self-custody — that every other cryptocurrency builds upon or modifies. Learn Bitcoin first. Everything else becomes easier to understand and evaluate with that foundation.
Decentralized Finance (DeFi) refers to financial applications built on smart contract platforms — primarily Ethereum. DeFi protocols replicate traditional financial services (lending, borrowing, trading, insurance) using code instead of intermediaries. While DeFi offers permissionless access to financial tools, it introduces significant smart contract risk and has been a frequent target of exploits and hacks.
The post Cryptocurrency Basics: What Exists Beyond Bitcoin appeared first on Knowing Bitcoin.
]]>The post Best Free Blockchain Courses in 2026 appeared first on Knowing Bitcoin.
]]>A blockchain course free of charge is easier to find than ever in 2026 — but most online courses bury you in theory without teaching you how Bitcoin actually works at the protocol level. The problem is not a lack of resources. The problem is signal versus noise: knowing which free courses are worth your time and which are thinly veiled sales funnels for trading platforms or questionable altcoin projects.
This guide evaluates the best free blockchain courses available right now, covering everything from absolute beginner introductions to deeper technical material on Bitcoin’s consensus mechanism, cryptography, and second-layer solutions like the Lightning Network.
Before listing specific courses, here are the criteria that separate a useful free course from a waste of your time:
Our own free course ecosystem covers Bitcoin from absolute beginner concepts through advanced security, privacy, and sovereignty. Five interconnected courses with 45 lessons totaling over 114,000 words take you from “what is a blockchain” through hardware wallets, Lightning Network operation, mining economics, and multisig security.
What it covers:
Format: Written lessons with technical depth, internal cross-references, quizzes, and practical exercises. Entirely free, no account required.
Best for: Learners who prefer reading over video and want a structured, progressive curriculum that builds real Bitcoin literacy — not just surface-level awareness.
Created in partnership with Michael Saylor (MicroStrategy), this course provides a solid introduction to Bitcoin from economic and philosophical perspectives. It covers the history of money, why Bitcoin was created, and how it functions as a monetary system.
What it covers:
Format: Video lectures with reading materials. Self-paced, free certificate upon completion.
Best for: People interested in the economic argument for Bitcoin rather than the deep technical mechanics. Good starting point before moving to more technical courses.
Professor Gary Gensler (who later became SEC chair) taught this course at MIT Sloan. The full lecture series is available on YouTube and MIT OpenCourseWare. It examines blockchain technology through the lens of financial services and regulation.
What it covers:
Format: 24 video lectures (60-90 minutes each), slides, and reading lists. Entirely free on MIT OCW.
Best for: Students and professionals who want an academic framework for understanding blockchain in the context of finance and policy. Heavy on economics, lighter on hands-on technical implementation.
Part of the Blockchain Specialization on Coursera, this introductory course can be audited for free (you only pay if you want the certificate). It covers blockchain fundamentals with a mix of video lectures, quizzes, and hands-on assignments.
What it covers:
Format: 4-week course with video lectures, graded quizzes, and peer-reviewed assignments. Audit for free.
Best for: Learners who prefer structured university-style courses with deadlines and peer interaction. Note that the course covers Ethereum alongside Bitcoin, which broadens scope but dilutes Bitcoin-specific depth.
Cyfrin’s Updraft platform offers free, developer-focused blockchain courses taught by Patrick Collins. These courses are oriented toward building and auditing smart contracts, not just understanding the theory.
What it covers:
Format: Video lectures with extensive coding exercises. Completely free.
Best for: Developers who want to write code, not just understand concepts. If you are a programmer wanting to build on blockchain technology, this is the most practical free resource available.
This free course introduces enterprise blockchain concepts — Hyperledger, Corda, and private blockchain deployments. It provides a different perspective from Bitcoin-focused courses, examining how businesses use distributed ledger technology internally.
What it covers:
Format: Self-paced modules with a free certificate of completion.
Best for: Business professionals evaluating blockchain for corporate applications. Less relevant if your interest is Bitcoin and open-source cryptocurrency.
IBM offers a free blockchain basics course through its SkillsBuild platform. It introduces distributed ledger concepts with a focus on practical applications in supply chain, identity verification, and financial services.
What it covers:
Format: Online modules with certificate. Free with account creation.
Best for: Complete beginners who want a gentle introduction. The IBM lens means heavy enterprise focus, so combine with Bitcoin-specific resources for a complete picture.
With dozens of free courses available, the question is not what to study but in what order. Here is a practical sequence:
Not all free blockchain courses are created equal. Watch out for these red flags:
Free courses can teach you the fundamentals, and for many blockchain-adjacent roles (product management, technical writing, community management), that is sufficient. For developer positions, you will also need to demonstrate coding skills through projects and contributions to open-source repositories.
Many do — Saylor Academy, 101 Blockchains, IBM SkillsBuild, and Coursera (audit mode limited) all offer certificates. However, in the blockchain industry, demonstrated knowledge and practical skills matter more than certificates. Being able to explain how a Bitcoin transaction works or set up a Lightning channel is more valuable than a PDF certificate.
A motivated learner can grasp the core concepts — proof of work, blocks, transactions, wallets — in one to two weeks of focused study. Deeper topics like Lightning Network operation, mining economics, and privacy techniques take additional weeks. Our full 45-lesson curriculum represents roughly 40-60 hours of study material.
Bitcoin first. Blockchain is a component of Bitcoin, not the other way around. Understanding why Bitcoin needs a blockchain gives you the context to evaluate every other blockchain project — including the ones that probably do not need a blockchain at all.
The post Best Free Blockchain Courses in 2026 appeared first on Knowing Bitcoin.
]]>