From Wikipedia, the free encyclopedia
Nervos Network
Logo of Nervos Network
Denominations
PluralCKBytes, CKBs
CodeCKB
Development
Original author(s)Jan Xie
Terry Tai
Kevin Wang
Daniel Lv
Cipher Wang
White paper Positioning whitepaper

Cryptoeconomics whitepaper

Common Knowledge Base whitepaper
Initial release19 November 2019; 4 years ago (2019-11-19) (mainnet)
Code repository https://github.com/nervosnetwork
Development statusActive
Written in Rust
Developer(s)Nervos Foundation
Source model decentralized open-source
License https://github.com/nervosnetwork/docs-new/blob/develop/LICENSE
Ledger
Timestamping scheme Proof-of-work
Block timeapprox. 10 seconds
Block explorer https://explorer.nervos.org/
Circulating supply43,549,596,169 CKB (as of 16 February 2024)
Website
Website https://www.nervos.org/

Nervos Network is a blockchain platform [1] [2] which consists of multiple blockchain layers that are designed for different functions. [3] The foundational layer is known as the Common Knowledge Base, whilst the native cryptocurrency of this layer is called CKB. This foundational layer uses a proof-of-work consensus model. Smart contracts and decentralized applications can be deployed on any layer.

Nervos Network was founded in 2018 by Jan Xie, Terry Tai, Kevin Wang, Daniel Lv, and Cipher Wang. [4]

Architecture

Nervos Network utilizes multiple blockchain layers to for different functions. [3] The base layer prioritizes security and decentralization, and is optimized to verify transactions. It can settle transactions submitted from upper layers and resolves disputes. Layer 2 and above are able to favor greater throughput demands of software applications. [5] [6]

NC MAX

Layer 1 achieves cryptographic consensus through proof of work, using a modified version of Bitcoin's Nakamoto consensus algorithm: NC-MAX. This algorithm changes the original in three ways: a two-step transaction process (propose, commit) which aims to improve block propagation; dynamic adjustment to block interval based on network performance to keep orphan blocks low and improve transaction throughput; and accounting for all blocks (including orphans) during the difficulty adjustment calculation to resist "selfish mining attacks," whereby one group of miners can increase their own profits at the expense of other miners on the network. NC-MAX was presented at the Internet Society's Network and Distributed System Security (NDSS) Symposium in 2022. [7] The consensus process uses a novel hash function called "Eaglesong." [8] [9] Several manufacturers produce ASIC (Application Specific Integrated Circuit) machines to utilize the Eaglesong protocol to mine CKB token, including Bitmain Goldshell, and iBeLink.

Cell Model

The accounting method on layer 1 is an expansion of Bitcoin's UTXO model, and is dubbed the "Cell model". This model is programmable, thereby supporting smart contracts. Additionally, a cell is able to store data on-chain, such as non-fungible tokens (NFTs), compiled code, or serialized data like JSON strings. [10][ non-primary source needed]

CKB-VM

The CKB virtual machine (CKB-VM) is a software-based emulated computer that executes smart contracts on Nervos Network's base layer. Like the Ethereum virtual machine, CKB is a Turing-complete development environment, but also integrates the RISC-V instruction set. [11][ non-primary source needed]

Layer 2

There are two layer 2 blockchains on Nervos Network: Godwoken and Axon. Godwoken is a blockchain protocol that can be configured to run virtual machines or consensus models. With this framework, larger numbers of transactions are processed and are then submitted in batches to layer 1 for subsequent verification. Godwoken runs the Ethereum virtual machine (EVM), allowing developers to use of tools and software developed for Ethereum while directly interfacing with Nervos and utilizing CKB. [12][ non-primary source needed] Axon is an EVM-compatible sidechain protocol optimized for higher transaction throughput.[ citation needed]

References

  1. ^ "China's CMB International and Nervos Foundation launch $50m blockchain fund". CityAM. 20 May 2021. Retrieved 2022-09-28.
  2. ^ "Public blockchain Nervos Network raises $72 million in token sale". Reuters. 6 November 2019. Retrieved 2022-09-28.
  3. ^ a b "Crypto Startup Raises $28 Million To Combine Public And Private Blockchains For Enterprises". Forbes. Retrieved 2022-09-29.
  4. ^ "Team". Nervos Network. Retrieved 2023-11-29.
  5. ^ "Better Than Bitcoin? This Man Has a New Plan to Disrupt the Finance Industry". Newsweek. 2 October 2019. Retrieved 2022-09-28.
  6. ^ Zhong, Lin; Wu, Qianhong; Xie, Jan; Li, Jin; Qin, Bo (2019-04-01). "A secure versatile light payment system based on blockchain". Future Generation Computer Systems. 93: 327–337. doi: 10.1016/j.future.2018.10.012. ISSN  0167-739X. S2CID  67791755.
  7. ^ Zhang, Ren; Zhang, Dingwei; Wang, Quake; Wu, Sichen; Xie, Jan; Preneel, Bart (2019-04-01). "NC-Max: Breaking the Security-Performance Tradeoff in Nakamoto Consensus" (PDF). Network and Distributed Systems Security (NDSS) Symposium 2022. ISBN  978-1-891562-74-7.
  8. ^ Network, Nervos (2019-08-03). "The Proof-of-Work Function of Nervos CKB". Nervos Network. Retrieved 2022-08-17.
  9. ^ Szepieniec, Alan; Ashur, Tomer (2020). "Eaglesong: An ARX hash with fast diffusion" (PDF). Proceedings of the Romanian Academy, Series A. 21 (1): 69–76. Retrieved 2022-10-05.
  10. ^ "Cell Model Nervos CKB". docs.nervos.org. Retrieved 2022-08-17.
  11. ^ "CKB-VM Nervos CKB". docs.nervos.org. Retrieved 2022-08-17.
  12. ^ "Get Started with Godwoken - Godwoken Documentation". docs.godwoken.io. Retrieved 2022-08-08.

Further reading

External links