Category: Decentralised Systems

Chain Selection Rules

Chain selection rules are the criteria and procedures used by blockchain networks to decide which chain of blocks is considered the valid and authoritative version of the transaction history. These rules are essential when there are competing chains, such as after a network split or temporary disagreement among nodes. By following the chain selection rules,…

Proof of Capacity

Proof of Capacity is a consensus mechanism used in some cryptocurrencies where miners use their available hard drive space to decide mining rights and validate transactions. Instead of using computational power, the system relies on how much storage space a participant has dedicated to the network. This approach aims to be more energy-efficient than traditional…

Delegated Proof of Stake

Delegated Proof of Stake, or DPoS, is a consensus mechanism used by some blockchain networks to validate transactions and secure the network. Instead of every participant competing to validate transactions, users vote for a small group of trusted representatives called delegates. These delegates are responsible for confirming transactions and adding new blocks to the chain….

Hybrid Consensus Models

Hybrid consensus models combine two or more methods for reaching agreement in a blockchain or distributed system. By using elements from different consensus mechanisms, such as Proof of Work and Proof of Stake, these models aim to balance security, speed, and energy efficiency. This approach helps address the limitations that each consensus method might have…

Validium Scaling

Validium scaling is a method used to increase the number of transactions a blockchain can handle by processing data off the main chain. It keeps transaction data outside the blockchain while using cryptographic proofs to confirm transactions are valid. This approach helps to lower costs and make transactions faster, without overloading the main network.

Rollup Compression

Rollup compression is a technique used in blockchain systems to reduce the size of transaction data before it is sent to the main blockchain. By compressing the information, rollups can fit more transactions into a single batch, lowering costs and improving efficiency. This method helps blockchains handle more users and transactions without slowing down or…

State Channel Networks

State channel networks are systems that allow parties to conduct many transactions off the main blockchain, only settling the final outcome on-chain. This approach reduces congestion and transaction fees, making frequent exchanges faster and cheaper. State channels are most often used for payments or games, where participants can interact privately and only broadcast a summary…