Digital Assets
Investing In Nervos Network (CKB) – Everything You Need to Know
Nervos CKB combines proof-of-work security, a cell-based state model, RGB++ Bitcoin assets, and the Fiber payment network. Learn how CKB utility and tokenomics work.
Securities.io may receive compensation when you use links to products we review. This does not influence our editorial evaluations. We are not a registered investment adviser; this is not investment advice. Read our affiliate disclosure.
CKB Price Chart
Nervos Network (CKB ) is a modular blockchain ecosystem centered on the Common Knowledge Base , an independent proof-of-work layer 1. Its native asset, CKByte (CKB), is both the network currency and a claim on on-chain storage: one CKB represents the right to occupy one byte of capacity in a CKB cell.
The project has increasingly focused on extending Bitcoin (BTC ) with programmable assets and payments. RGB++ links Bitcoin UTXOs with CKB cells, while Fiber Network provides off-chain payment channels for CKB and other assets. These products create a more specific investment thesis than the old description of Nervos as a generic bridge between every blockchain.
What Is Nervos Network?
Nervos separates long-term asset and state preservation from high-volume application activity. CKB is the base layer, optimized for security, flexible verification, and data availability. Applications, payment channels, and other scaling systems can process activity above it and use CKB for settlement or state.
This layered design does not mean that Nervos has one official layer 2 handling every transaction. It is an architecture that permits multiple higher-layer systems. Some earlier projects in the ecosystem are no longer central to the current roadmap, while RGB++, Fiber, CKB light clients, and Bitcoin-oriented tooling now receive much of the development attention.
How CKB Works
Proof-of-Work Security
CKB uses proof-of-work (PoW) and an ASIC-oriented hash function called Eaglesong. Its consensus protocol, NC-MAX, adapts Bitcoin’s Nakamoto consensus with changes intended to improve block propagation and throughput without abandoning permissionless mining.
Miners produce blocks and receive base issuance, a share of secondary issuance, and transaction fees. Full nodes independently verify blocks and transactions, but they do not automatically earn CKB merely for relaying data. This corrects a common misconception in older explanations of the network.
PoW gives CKB a familiar security model and makes its history costly to rewrite. It also creates exposure to ASIC supply, electricity prices, mining-pool concentration, and the market value of block rewards. Investors should track hashrate distribution and miner economics rather than assuming PoW is decentralized by default.
The Cell Model
CKB uses an extended unspent transaction output model. Each “cell” has capacity, data, a lock script that controls who may spend it, and an optional type script that constrains how its state can change. A transaction consumes old cells and creates new ones.
This resembles Bitcoin’s UTXO model but allows more expressive state and verification. Assets, identities, application data, and contract logic can be represented through cells without forcing developers into one account model. The CKB Virtual Machine executes verification scripts using the open RISC-V instruction set, allowing cryptographic primitives and programming languages to be added at the script level.
The flexibility comes with complexity. Developers must reason about cell capacity, transaction construction, concurrency, indexers, and script security. CKB’s programming model is less familiar than Ethereum’s (ETH ) account-based smart contracts, which can slow tooling and developer adoption.
1 CKB Equals 1 Byte of Capacity
Holding one CKB entitles a user to one byte of cell capacity, but not every byte is available for application data. A cell’s own capacity field, lock script, type script, and other structure also consume space. Creating an asset or storing persistent state therefore locks CKB until the cell is consumed and its capacity released.
This design puts a market price on the base layer’s scarce state. More valuable on-chain assets and applications can increase demand for CKB capacity. Conversely, inefficient designs become expensive, and weak application demand means the theoretical value-capture mechanism may not translate into token demand.
CKB Tokenomics
CKB has two issuance streams:
- Primary issuance: A fixed 33.6 billion CKB are released to miners on a Bitcoin-like schedule that halves approximately every four years. The first halving occurred in November 2023.
- Secondary issuance: 1.344 billion CKB are created every year without a hard cap. The distribution is linked to how circulating CKB are used.
The secondary issuance functions as state rent. The share corresponding to CKB locked in occupied cells goes to miners, compensating them for preserving that state. The share corresponding to CKB deposited in the Nervos DAO goes to depositors. The portion associated with liquid CKB was designed for a treasury and is currently burned rather than spent.
This is not a fixed-supply token. Marketing descriptions sometimes call Nervos DAO an “inflation shelter” because a depositor can receive a proportional share of secondary issuance, offsetting dilution from that stream. It does not protect against price declines, primary issuance, smart-contract risk, missed withdrawal timing, or changes to protocol rules.
Nervos DAO is also not proof-of-stake. Depositing CKB does not select validators or secure consensus; miners continue to secure the chain. The deposit is an economic mechanism for long-term holders and state-rent accounting.
RGB++ and Bitcoin Assets
RGB++ is a protocol developed in the broader CKB ecosystem that maps a Bitcoin UTXO to a CKB cell through “isomorphic binding.” Bitcoin’s UTXO represents ownership, while a corresponding CKB cell stores richer state and validation logic. A Bitcoin light client on CKB verifies relevant Bitcoin transactions.
The goal is to give Bitcoin-linked assets more programmability and data availability without relying on a conventional custodian or multisignature bridge. RGB++ assets can “leap” between a Bitcoin-bound representation and a CKB representation, letting users choose whether to prioritize direct Bitcoin anchoring or more frequent activity on CKB.
RGB++ should not be confused with the original RGB protocol. Original RGB emphasizes client-side validation, while RGB++ uses CKB for shared state and verification by default. This improves usability for some applications but adds reliance on CKB’s consensus, light-client logic, transaction construction, and ecosystem tooling.
Potential uses include fungible assets, digital collectibles, and Bitcoin-oriented decentralized finance (DeFi). As of mid-2026, the number of mature production applications using the full RGB++ model remains limited, so investor expectations should be tied to actual users and liquidity rather than technical possibility.
Fiber Network
Fiber is a peer-to-peer payment and swap network inspired by Bitcoin’s Lightning Network. Users open channels by locking assets on-chain, then exchange signed state updates off-chain. Only opening, cooperative closure, or dispute settlement needs a CKB transaction. Multi-hop routing can connect parties that do not share a direct channel.
Fiber is designed for multiple assets, privacy-preserving routing, very small payments, and eventual interoperability with Lightning through cross-chain hubs. Mainnet software and public relay nodes are available, but development remains active. The 2026 releases included breaking changes, security hardening, watchtower improvements, wallet support, and work toward version 0.9.
That status matters. A payment-channel implementation can be live on mainnet while still being unsuitable for casual or large-value use. Users currently face node operation, liquidity management, backups, channel-state protection, and version compatibility. Cross-chain hubs introduce additional operator and liquidity assumptions.
Potential Benefits of Investing in Nervos Network
Direct state demand: CKB is required to create persistent cells. If valuable assets and applications occupy more base-layer capacity, demand for the token is built into the protocol rather than added only through governance.
Flexible verification: RISC-V and the cell model let developers implement new cryptography and ownership rules without requiring the base protocol to adopt every feature. This can support account abstraction, multiple signature schemes, and interoperability.
Long-term miner funding: Perpetual secondary issuance creates a security budget even after primary rewards decline. State occupiers fund a portion of that budget, aligning storage cost with the burden placed on nodes.
Bitcoin alignment: CKB shares Bitcoin’s PoW and UTXO principles while providing more expressive validation. RGB++ and Fiber give the ecosystem a focused role in Bitcoin assets and payments rather than asking developers to abandon Bitcoin for another general-purpose chain.
Active development: CKB version 0.209 shipped in July 2026, and maintainers continue to publish work on node security, the light client, networking, transaction-pool architecture, Fiber, and DAO research.
Risks Investors Should Consider
Perpetual issuance: Secondary issuance never ends. Nervos DAO can offset one component of dilution for depositors, but liquid holders and state occupiers experience different economics. The treasury portion could also be redirected through a future hard fork instead of burned.
Adoption risk: The value of capacity depends on projects wanting to store assets and state on CKB. A sophisticated architecture does not guarantee developers, liquidity, exchange support, or consumer demand.
Technical complexity: Cells, RGB++ binding, light clients, payment channels, and cross-chain hubs have more moving parts than a simple token transfer. Bugs can lock assets, produce invalid state, or expose users to phishing and integration errors.
Mining concentration: ASIC manufacturing and mining pools can concentrate hashrate. Falling CKB prices can reduce the economic cost of attacking the chain even when the protocol itself operates correctly.
Product-maturity risk: Fiber is still hardening its release line and has limited consumer-friendly onboarding. RGB++ production applications are relatively few. Roadmaps and source-code activity should not be mistaken for revenue or widespread usage.
Positioning risk: CKB is an independent layer 1 even though it is sometimes marketed as a Bitcoin-isomorphic layer 2. Investors should evaluate exactly which transactions inherit Bitcoin ownership guarantees, which rely on CKB, and which depend on separate services.
Competition: Nervos competes with Bitcoin sidechains, rollups, client-validated protocols, Lightning implementations, other UTXO chains, and EVM ecosystems with larger developer communities.
How to Buy Nervos Network (CKB)
You can find Nervos Network (CKB) on a number of top exchanges.
Uphold – This is one of the top exchanges for USA & UK residents that offers a wide range of cryptocurrencies. Germany & Netherlands are prohibited.
Uphold Disclaimer: Terms Apply. Cryptoassets are highly volatile. Your capital is at risk. Don’t invest unless you’re prepared to lose all the money you invest. This is a high-risk investment, and you should not expect to be protected if something goes wrong..
KuCoin – This exchange currently offers cryptocurrency trading of over 300 other popular tokens. It is often the first to offer buying opportunities for new tokens. USA Residents are Prohibited.
Binance – Accepts Australia, Singapore, and most of the world. Canada & USA residents are prohibited. Use Discount Code: EE59L0QP for 10% cashback on all trading fees.
Is Nervos Network a Good Investment?
Nervos has one of the more deliberate token designs among proof-of-work smart-contract platforms. CKB represents scarce state capacity, miners receive a perpetual security budget, and RGB++ gives the network a credible connection to Bitcoin-native assets.
The investment case still depends on usage. Investors should monitor CKB occupied capacity, Nervos DAO deposits, hashrate distribution, secondary issuance, Fiber liquidity, and the number of active RGB++ applications. CKB is a volatile asset with mining, adoption, and protocol risks, and its perpetual issuance model requires more analysis than a headline maximum-supply figure.












