Nervos Network (CKB)
Price Chart
Nervos Network News
Loading...
Overview
Nervos Network is a public, open-source blockchain project built around a layered design. Its base layer, called the Common Knowledge Base (CKB), focuses on security and decentralization, while upper layers handle smart contracts and scaling. The native token, CKByte (CKB), plays a special role: one CKB represents the right to store one byte of data on Layer 1. That simple rule—1 CKB = 1 byte—ties the token directly to scarce on-chain storage and helps align network incentives over the long term. (docs.nervos.org)
CKB uses a generalized version of the UTXO model known as the cell model. Each “cell” is like a programmable container that can hold assets or application state and is controlled by scripts. These scripts run in CKB-VM, a virtual machine based on the RISC‑V instruction set. Because RISC‑V is flexible and extensible, developers can bring in new cryptographic libraries without hard forks, making the platform highly adaptable. (docs.nervos.org)
On top of CKB, Nervos supports an EVM-compatible Layer 2 called Godwoken, so Solidity dApps and MetaMask can work with minimal changes. For moving assets in and out, the Force Bridge connects Nervos with other ecosystems (initially Ethereum, with more chains added over time). The project has also introduced RGB++, a technique that maps Bitcoin UTXOs to CKB cells and brings Turing-complete programmability to Bitcoin without using a traditional cross‑chain bridge. (docs.godwoken.io)
Price, Market Position, and Liquidity
As of 10/29/2025 17:00 UTC, Nervos Network (CKB) trades at $0.003 with a -2.33% move over the last 24 hours.
The market capitalization stands at $155M, placing it at rank #385 by market value.
Daily trading volume is $6.5M. Nervos Network (CKB) has moved -0.41% over the past seven days and -22.40% across the last 30 days.
History & Team
Nervos was founded in 2018 by a group of experienced engineers and community builders: Jan Xie (former Ethereum core researcher), Terry Tai, Kevin Wang, Daniel Lv (former CTO of imToken), and Cipher Wang. Their backgrounds span exchange engineering, developer education, and large-scale open-source projects, and they have written extensively about the project’s design choices. The public mainnet “Lina” launched in November 2019 after months of testing, mining competitions, and security audits. (medium.com)
The project has drawn support from a range of well-known investors. In 2018, Nervos announced a $28 million round with participation from Sequoia China, Polychain Capital, Wanxiang Blockchain, Multicoin Capital, Blockchain Capital, Kindred Ventures, and others. This early backing helped the team accelerate development and grow the ecosystem. (prnewswire.com)
Development continues to advance. A recent network upgrade known as “CKB Edition Meepo” introduced CKB‑VM v2 and a new “Spawn” syscall for cross‑script calls, aiming to simplify development and boost performance. These kinds of incremental improvements reflect the project’s steady, engineering-first approach. (docs.nervos.org)
Technology & How It Works
Consensus and mining
CKB is a Proof‑of‑Work blockchain that uses NC‑Max, a research‑driven variant of Nakamoto consensus tuned for higher throughput and resiliency. The chain’s PoW hash function is called Eaglesong, and mining difficulty adjusts every epoch (about every four hours). The design targets fast block times while keeping security and decentralization front and center. (docs.nervos.org)
The cell model
Instead of accounts, CKB uses “cells,” which generalize Bitcoin’s UTXOs. A cell contains capacity (measured in bytes), optional data, and scripts that govern how it can be unlocked or modified. Cells are immutable once created; to change state, a transaction consumes old cells and creates new ones. New developers quickly learn two core ideas: “lock” scripts control spending, and “type” scripts enforce rules for the data format or token logic. In practice, at least 61 bytes of capacity are needed for a basic cell, and capacity is locked while data occupies space. (docs.nervos.org)
CKB‑VM and RISC‑V
CKB‑VM runs smart contract scripts written for the 64‑bit RISC‑V architecture (rv64imc). Because RISC‑V is a standard ISA, many languages can target it, including Rust and C. The VM supports dynamic linking and syscalls so contracts can load external cells and perform cryptographic checks. A key benefit is upgradability: adding new crypto primitives such as BLS or zk‑SNARK libraries does not require a hard fork, just new code libraries. (docs.ckb.dev)
Tokens on CKB: sUDT and xUDT
Fungible tokens on Layer 1 are implemented with the Simple UDT (sUDT) and extensible UDT (xUDT) standards—similar in spirit to ERC‑20. sUDT defines the minimal rules for minting and transferring, and xUDT extends that model with flexible metadata and features. These token scripts live alongside other on‑chain logic within cells. (nervosnetwork.github.io)
Layer 2 and EVM compatibility
Godwoken is an optimistic rollup on top of CKB that provides an EVM execution environment. Developers can bring existing Solidity contracts, and users can connect with familiar tools like MetaMask. Godwoken pairs well with Force Bridge so assets from Ethereum and other chains can be used in Layer 2 dApps with low fees. (docs.godwoken.io)
Interoperability: Force Bridge and RGB++
Force Bridge locks assets on a connected chain (for example, Ethereum) and mints a corresponding token on Nervos, allowing movement between ecosystems. On the Bitcoin side, RGB++ goes further: it binds Bitcoin UTXOs to CKB cells using scripted constraints on both chains. This “isomorphic binding” lets Bitcoin L1 assets gain advanced programmability on CKB without introducing a traditional bridge. (startwithnervos.com)
Tokenomics & Utility
CKB is both the fee token and the unit of storage on Layer 1. Holding 1 CKB entitles you to store 1 byte of data on the base chain. When your app occupies space, the CKB that represents that capacity is effectively locked; when you delete the data, the capacity unlocks and can be used again. This simple tie between the token and scarce state keeps growth in check and encourages efficient use of on‑chain storage. (docs.nervos.org)
Nervos uses a two‑part issuance model:
Primary (base) issuance: a finite, hard‑capped 33.6 billion CKB distributed as block rewards, halving about every four years until it ends—similar to Bitcoin. The first halving occurred in November 2023. Some official materials also note that while 33.6 billion were launched at genesis, 8.4 billion were burned soon afterward. (nervos.org)
Secondary issuance: a fixed 1.344 billion CKB per year that continues indefinitely. Rather than paying recurring “rent” out of pocket, users who consume state pay via targeted inflation. Those not using on‑chain space can lock CKB in the NervosDAO to earn an offsetting share of the secondary issuance. This design keeps miners compensated for preserving data and incentivizes clearing unused state. Over time, the system can reach an equilibrium where secondary issuance is effectively neutral for long‑term depositors. (docs.nervos.org)
In plain terms, the token serves three main purposes on CKB: pay transaction and computation fees, represent and reserve storage capacity on Layer 1, and align long‑term security incentives through the NervosDAO.
Ecosystem & Use Cases
Nervos’ layered approach makes room for many types of applications:
DeFi on Layer 2: Godwoken provides an EVM environment where DEXs and lending markets can operate with low fees. YokaiSwap, for example, launched as an AMM on Godwoken and uses a platform token (YOK) specific to the Godwoken network. (docs.yokaiswap.com)
NFTs and digital objects: On Layer 1, the Spore Protocol turns on‑chain items (“Spores”) into digital objects backed by a redeemable amount of CKB, giving them intrinsic value at mint. Creators can organize collections via “Clusters,” and holders can always melt a Spore back to the underlying CKB. (docs-new.nervos.org)
Cross‑chain assets: Force Bridge enables ERC‑20s and other assets to move into the Nervos ecosystem, where they can circulate on Layer 1 or Layer 2. On the Bitcoin side, RGB++ makes it possible to map Bitcoin UTXOs to CKB cells for richer logic and composability without traditional bridging risk. (startwithnervos.com)
Identity and account abstraction: The .bit name service chose to run on CKB because the cell model and CKB‑VM make it easy to support multiple signature schemes. JoyID, a passwordless wallet built on CKB’s protocol‑level account abstraction, uses WebAuthn passkeys (like FaceID or device biometrics) instead of seed phrases, while still remaining non‑custodial. (talk.nervos.org)
These examples illustrate a pattern: critical, value-sensitive state (assets, identities, or high‑value NFTs) can live on the secure Layer 1, while most high‑throughput activity runs on Layer 2.
Advantages & Challenges
Nervos brings several clear advantages:
- Strong security foundation: Proof‑of‑Work with NC‑Max and Eaglesong targets robust security and predictable performance. (docs.nervos.org)
- Flexible programmability: RISC‑V and the cell model support new cryptographic primitives and custom logic without frequent hard forks. (docs.nervos.org)
- Aligned incentives: The dual issuance model and the NervosDAO compensate miners and encourage efficient state usage over time. (docs.nervos.org)
- Interoperability by design: Force Bridge, EVM on Godwoken, and RGB++ broaden access across ecosystems, including direct ties to Bitcoin’s UTXO model. (startwithnervos.com)
There are also challenges to consider:
- A learning curve for developers: The cell model is powerful but different from account-based chains, which can slow early adoption. (docs.nervos.org)
- Layer coordination: Balancing Layer 1 storage with Layer 2 execution adds conceptual complexity for app builders and users. (docs.godwoken.io)
- Evolving best practices: As newer features like RGB++ and advanced VM capabilities roll out, tooling and standards are still maturing. (docs.nervos.org)
Where to Buy & Wallets
Nervos Network can be purchased on major centralized exchanges. CKB has been listed on Binance since January 26, 2021, and is also available on OKX, KuCoin, Gate.io, and MEXC. Check the deposit network (CKB mainnet or Godwoken) when moving funds between exchanges and wallets. (academy.binance.com)
CKB is supported by a range of wallets. Neuron is the desktop wallet maintained with support from the Nervos Foundation and runs a bundled CKB node for full control. JoyID is a passwordless, non‑custodial wallet that uses passkeys (WebAuthn) and showcases CKB’s account‑abstraction capabilities. Hardware options include Ledger (via the CKB app and Neuron) and SafePal; popular multi‑chain software wallets like OKX Wallet and MetaMask can interact with Godwoken. (nervos.org)
Regulatory & Compliance
CKB functions as a utility token that grants access to scarce Layer 1 storage and pays network fees; it does not represent equity or a claim on project revenues. This functional design—together with transparent issuance rules and a permissionless network—has led many observers to view it as broadly compatible with common crypto regulatory approaches, though the exact treatment always depends on local law and the specifics of any token offering or service. In major markets such as the United States and the European Union, exchanges listing CKB handle customer onboarding and reporting requirements, while self‑custody and on‑chain use remain open and permissionless. (docs.nervos.org)
From an Islamic finance perspective, Nervos Network is generally considered halal because it offers clear utility (storage rights and transaction fees), avoids interest‑based mechanisms, and follows transparent, rules‑based issuance. The network’s Proof‑of‑Work security and the option to lock tokens in the NervosDAO to offset targeted inflation are technical choices rather than financial contracts based on riba, which supports the view that the protocol aligns with Shariah principles. (docs.nervos.org)
Future Outlook
Several threads suggest where Nervos is heading. On the base layer, continued improvements to CKB‑VM (like the “Meepo” upgrade with Spawn) aim to make scripts faster and easier to compose, which should help developers ship more complex applications directly on Layer 1. On interoperability, RGB++ opens a path to “Bitcoin‑native” assets with rich logic anchored in CKB cells, while Godwoken keeps the EVM door open for mainstream dApp migration. The Nervos community and partners have also outlined initiatives that knit CKB more tightly with the Bitcoin ecosystem (sometimes described as part of a “BTCKB” effort), reflecting the project’s long‑standing choice to stay close to UTXO design and PoW security. (docs.nervos.org)
As these pieces mature, the network’s economic model—storage‑backed capacity, dual issuance, and the NervosDAO—continues to encourage careful use of Layer 1 while letting most activity scale on upper layers. That combination of conservative base‑layer design and flexible execution environments is central to Nervos’ vision. (docs.nervos.org)
Summary
Nervos Network brings a clear, distinctive idea to public blockchain design: tie the native token to on‑chain storage and let a secure Layer 1 preserve long‑lived assets and state, while higher layers handle speed and smart contracts. The result is a platform that blends PoW security, a flexible RISC‑V VM, and an inventive cell model with practical paths to interoperability through Godwoken, Force Bridge, and RGB++. Backed by an experienced team and early institutional investors, and strengthened by ongoing technical upgrades, Nervos offers a thoughtful framework for building durable, cross‑chain applications—especially those that benefit from keeping high‑value data anchored on a conservative base layer. (docs.nervos.org)
Description
#385
Nervos Network is a blockchain platform that aims to create a universal internet-like public network for decentralized applications. Nervos Network uses a layered architecture that separates the base layer for security and decentralization from the application layer for scalability and interoperability.
| Sector: | Layer 1 |
| Blockchain: | Bitcoin |
Market Data
Tile coloring: Green indicates positive changes, red indicates negative changes, and neutral indicates no significant trend or unavailable data.
Binance (CEX) | 2.7M | 16K/165K |
HTX (CEX) | 2M | 1.4K/6.4K |
![]() MEXC (CEX) | 831K | 12K/28K |
Binance (CEX) | 368K | 3.8K/19K |
Binance (CEX) | 345K | 5.7K/9.9K |
KuCoin (CEX) | 275K | 14K/21K |
Gate.io (CEX) | 244K | 38K/80K |
Bitget (CEX) | 102K | 3.3K/14K |
Gate.io (CEX) | 62K | 1.2K/1.3K |
