Capabilities

A summary of the key features of the BSV Blockchain

The salient properties of BSV Blockchain that make it a transformative innovation are :

  • Immutability - BSV blockchain is an immutable ledger of transactions and data, with each block timestamped. In mathematical terms, blockchain records permanent evidence that an event ‘e’ occurred at time ‘t’. Blockchain relies on two concepts to achieve immutability: a distributed timestamp server, and proof of work. Distributed timestamp server hashes the transactions of the block and associates it in the block header along with a UNIX time value of the formation of the block. This hash is unique to the block, and since it is generated from the contents of the block, changing the contents would invalidate the hash stored in the block header at the time of block creation. Generation of this hash requires miners to invest in cap-ex and spend considerable op-ex in recurring electricity bills. For a miner to prove that the block was mined by it, it needs to exhibit proof of work, which is easily verifiable by other miners in the network. Proof of work is a form of cryptographic challenge or puzzle, which requires extremely high hashpower (compute resources) to solve and, at the same time, very easy to verify once a solution is available. As the name suggests, it proves to the network that the miners have spent a significant amount of computational efforts

  • Distributed - For consumers and businesses a node network is a distributed network. The protocol mandates for each node to agree and have an identical copy of the blockchain. Each node executes an identical set of immutable rules i.e. programmed as part of node software. This provides resiliency to the network, as there can never be a single point of failure for end users. It also adds an element of trustlessness to the network, as end users do not have to trust a single node for validating the integrity of transactions. Lastly, it makes the system economical for end users, specifically for businesses. They would be charged a fee for each transaction, which in turn could be negotiated as miners compete amongst each other to get more and more transactions. The nodes within themselves are hyper-connected, and as the network matures, the network topology between the nodes will emerge as a small-world or mandala network.

  • Privacy and Accountability - Bitcoin protocol handles privacy by separating the identities of the two parties transacting on the transactions. For transferring funds, the sender needs to sign the ownership of the coins using a private key (without revealing it), and in the same transaction, the receiver's public key is associated with the transferred coins. This provides pseudonymity to the users while the ledger remains transparent and auditable. Additionally, the immutability of the ledger implies accountability. As the transactions in the block cannot be erased or changed, it stores the digital footprints of individuals and businesses forever, bringing in accountability. Any illegal or criminal activities done using bitcoin can be easily traced via the immutable evidence trail and hence subject to action by the law enforcement system.

  • Security - Like many existing systems, security is both the responsibility of users and the protocol. For individuals and businesses, there are recommended best practices to be followed which are outside the scope of this topic. From the protocol perspective, the protocol implements the philosophy of economic security. There are multiple facets to it:

    1. The keys that provide access to ledger databases are not stored in the blockchain itself and are distributed across diverse systems, making it uneconomic for any adversary to attack such system. This is unlike existing systems, in which sensitive information such as credit card details are stored in a single database, which makes it susceptible to hacking.

    2. The integrity of the transaction, specifically double spend, is the responsibility of the miners and protocol mandates that not only the miner who mines the block validates it but also the majority of nodes perform the same validation before the block is accepted as valid.

    3. Finally, the aspect of economics is incentives tied to the Proof of Work. It takes a huge investment, in terms of hash power, from nodes to mine blocks and keep running their business profitably. The protocol mandates nodes abide by the same set of immutable rules to form a consensus. If a node decides to waste hash power in attempting to get an invalid transaction accepted in the block, they limit their revenue-generating ability, as other nodes will not accept the block. If any node decides to overwrite the transaction in the blockchain, the protocol requires it to build a new proof of work chain and outpace the constantly lengthening chain-tip of their blocks to be considered as valid. This makes it computationally impractical to change or erase transactions captured in a block

  • Federated Network Consensus - The Byzantine Generals Problem deals with establishing consensus among nodes in distributed computing, such that the reliability of the system remains intact. The consensus mechanism used in the protocol is “one CPU, one vote”, which implies the percentage of voting share for the miner in the network, depends upon the number of CPUs that the miner has and utilises continuously. In terms of the Byzantine Generals problem, where each node or miner is a General, the vote share is directly proportional to the strength of the army, i.e. the number of CPUs a miner has invested in and utilises to solve the puzzle to compete with other miners. This investment, referred to as "having skin in the game" in layman terms, ensures the honesty of miners towards the network and they act to keep their incentive intact, effectively providing an economic solution for the Byzantine Generals problem.

  • Scalability - With respect to the scalability of blockchain, enterprise product design needs to be cognizant of two facets - block size and individual transaction size:

    1. Block size - In 2020, BSV Blockchain's main network processed a 340 MB block containing over a million transactions which was quickly followed by 369MB containing 1.3M transactions. By 2023, the largest block that the network has processed went up to 4 GB, and additional days showed more than 50 million transactions processed in a single day with the network. The main network comfortably handles 2.800 transactions per second, and the scaling test network has handled a peak load of 6.000 transactions per second. Currently, work is underway to re-architect the node software from monolith to a modular/microservice design for further scaling. The aim is to achieve a much higher throughput starting with the immediate goal of 1 million transactiosn per second, making it the most scalable blockchain today. One of the pivotal consequences of allowing big blocks is that it reduces the transaction fees for the miners and in turn. This makes BSV the only blockchain that supports micropayments.

    2. Individual Transaction size - The protocol also offers scalability on the transaction level where it uses a native language called Script for supporting various contract types between entities exchanging value in the transaction. These scripts present in transactions contain not just payment information (digital signatures, value etc.) but can also contain data. There is no limit imposed in the protocol on the number of inputs or outputs, and each script can have up to a maximum of 4.2 GB of data items. This allows Bitcoin transactions to work as payment and data transactions, using the bitcoin ledger to become a real data ledger.

  • Peer-to-peer exchange - There are 2 important features of the protocol which enable peer-to-peer transactions between non-trusted parties. One is Simplified Payment Verification (SPV), and the other is a Payment channel for input in a transaction. Notably, both these features enhance scalability and cost-effectiveness for an enterprise using the bitcoin protocol. SPV allows blockchain users to run a minimalistic infrastructure focused on the transactions they generated, making the cost of their operations to run a blockchain almost negligible. Payment Channels are mechanisms that allow for building a series of interconnected transactions (almost like a sub-ledger) while only a single transaction is recorded on the blockchain. These interconnected transactions at any point can become this one transaction depending on the business use case. As well as the provision of throughput capacity, the blockchain also processes transactions for minimal fees, consistently less than a hundredth of a US cent.

With a stable base protocol and technical plumbing in place, this innovation has the potential to power the emergence of new data business models in a variety of industries such as Healthcare, eSports, supply change management, the Internet of Things, Big data applications, remittance, distributed network intelligence, privatised identity system and many more.

Built on the foundation of scalability, stability, security, and instant transactions, the BSV blockchain promises to be the right choice for enterprises. It revolutionises the existing business models by providing micropayment capabilities. It also safeguards enterprises by providing them with data integrity and fraud detection capabilities. Being a public ledger, it introduces transparency in accounting and bookkeeping. Providing a platform for micropayments (one of its core capabilities) enables an alternative for the data economy to evolve beyond the current advertising-based Internet model. The technology itself is still nascent, and much work is being done to innovate with the unique capabilities that a blockchain provides.

Last updated