Born as a niche product on the fringes of the market, blockchain has for some time now been garnering the attention of experts in various industries, and has increasingly been in the spotlight of the media. It enables peer-to-peer transactions – with which every participant in a network can transact directly with every other network participant without involving a third-party intermediary. The blockchain innovation is that transactions are no longer stored in a central database, but distributed to all participating computers, which store the data locally. Using four key concepts of blockchain technology, this article will help you understand the same.

“Blockchain solves the problem of manipulation. When I speak about it in the West, people say they trust Google, Facebook, or their banks. But the rest of the world doesn’t trust organizations and corporations that much — I mean Africa, India, the Eastern Europe, or Russia. It’s not about the places where people are really rich. Blockchain’s opportunities are the highest in the countries that haven’t reached that level yet.”


Vitalik Buterin


The concept of decentralized systems

Decentralized systems enable us to store assets in a network that can be accessed over the Internet. These assets can be anything – ranging from a small data entry to meticulously prepared documents. Through decentralized systems, the owner has direct control of them via their private key, which is directly linked to the assets. The owner can transfer the assets whenever desired, and to anyone.

The core idea of decentralized systems is to remove the control of a single entity like a government, a bank, or a multinational company in the network. Decentralization could help us in the following way:

  • Empowered users: Decentralized systems allow the users to keep control of all their information and transactions.
  • Fault tolerance: Decentralized systems are less likely to fail accidentally because they rely on many disparate components.
  • Durability and attack resistance: Because blockchain does not have a single point of control and is able to survive malicious attacks, the decentralized systems make it extremely hard to attack and destroy, or manipulate data.
  • Free from scams: It is much harder for users in decentralized systems to indulge in ways that will benefit them by causing harm to other users.

Other benefits include

  • Removing third-party risks: This technology enables users to make an exchange without the intermediation of a third party, thus eliminating risk.
  • Lower transaction costs: By eliminating third-party intermediaries and overhead costs for exchanging assets, blockchains have the potential to greatly reduce transaction fees
  • Transparency: Changes to public blockchains are publicly viewable by all parties creating transparency, and all transactions are immutable, meaning they cannot be altered or deleted.
  • Authenticity: Because of the decentralized system the blockchain data is complete, consistent, timely, accurate, and widely available.

The Internet transformed our lives by decentralizing the access and flow of information. The next phase has now begun. Causing the paradigm shift, blockchain technology can truly influence industries and make the processes more democratic, secure, transparent, and efficient.

Suggested Reading: An Introduction to Blockchain for FinTech

The concept of distributed ledger

Blockchain in its simplest form is a public ledger that provides information of all the participants and all digital transactions that have ever been executed. A block is the prevailing part of a blockchain which is supposed to keep the record of the recent transactions, and once they are completed, it goes into the chain. Blocks are added in a sequential manner with the next block containing the hash of the previous block. A new block is generated as soon as the previous block gets entered in the blockchain database.

This process helps in recording of each transaction and sharing it across the network. Every user in the network can validate transactions and has an identical copy of the ledger to which the encrypted transactions can be added. Any changes to the ledger are reflected in all copies in minutes, or in some cases, seconds. Through the use of keys and signatures, the security and accuracy of assets is maintained cryptographically and are controlled by the participant. The end result is a highly efficient and secure method of performing transactions and it serves as an online ledger keeping record of transactions that can’t be changed.

Additional benefits that this concept provides is:

Fraud protection

Firstly, nothing can be changed on blockchain – and as the ledger is present across multiple nodes, it is easier to track.

Management

Secondly, with all transactions being added to a single public ledger, it reduces the clutter and complications of multiple ledgers.

Ownership

Thirdly, distributed ledgers can provide new ways of assuring ownership and provenance for goods and intellectual property.

Removal of mediator

Blockchain removes the need of a mediator and replaces it with a network. In this way, it can also decrease the settlement times of many payments transactions.


The two concepts discussed above show how blockchain provides a tamper free environment for the participants in the network. Blockchain network automatically checks and updates itself every few minutes. This helps in providing a self-reviewing and a robust system, and results in:

Transparency

All data is embedded within the network which makes it public.

Immutability

If anyone tries to alter the block data on the blockchain, it would require a huge amount of computing power to get ahead of the entire network. Hence, it proves that the system cannot be corrupted easily.

No single point of failure

All the data is linked and verified at every block.


The nodes, together, create a very powerful network. Every node is an administrator of the blockchain. Nodes have incentives for participating in the network. They compete in order to have the chance of winning digital currencies by solving computational puzzles. This way, these specific nodes are said to be mining for the recent blocks which contain all the details of the recent transactions.

The following two concepts complement these features:

The concept of hashing

There are many cases where authenticity of data and documents is very important. Many organizations have very sensitive documents, assets, or contracts that need to be protected. When data, a file, or a document is stored, a hash is created for each file. A hash is like the fingerprint that through an algorithm, turns data into an output of fixed length which is unique for every single transaction.

Every block can be divided into two parts, namely the header and the transaction part. The header includes the previous block’s hash and it references the previous hash it is building upon. It also stores the hash of the current transaction which is meant to be connect the next block when added. The blockchain is distributed and updated with the new block added. In this way, other locations can continue to maintain it if any of the copy of blockchain is compromised. This makes the blockchain immutable. By comparing the hash of the data the authenticity of the data can be verified which helps in achieving an independently verifiable system.

The concept of minting

There are many ways through which one can mint coin. As mentioned above, the most observed method is mining, but other methods have also been proposed. Let us take the case of one of the most popular cryptocurrency: Bitcoin. The Bitcoin community uses mining. Now, every network uses a ‘consensus’ algorithm for facilitation. Bitcoin uses an algorithm called ‘Proof of work’. It is a protocol by which somebody can effectively prove that they have engaged in a significant amount of computational work.

The idea behind mining is that it requires solving a computational puzzle.

The role of the miner is to create the block containing a number of latest transaction, it has to encrypt data by all the computational process and thus provide the proof of work. The miner gets rewarded financially by doing it. The miners compete with each other in order to be the first one to add the recent block on the top of the blockchain. The added block is then verified by other nodes when other blocks are added on top of it.

Let us try to understand another algorithm for better clarity: Proof of stake.

It does not involve any computational work at all. The idea is that traditional mining seems to have an unnecessary step – the miners earn monetary rewards in the form of Bitcoin using which they have to spend money – in order to buy power and equipments in order to operate their mining rigs – which will again be used to solve puzzles and in turn the get earn reward. In Proof of stake, the process of achieving the same goal is quite different. The creator of new block is chosen depending on the stakes. This helps in removing the external step of having to use the actual power and actual hardware. It would also help in lowering the overall cost of the mining process.

“The blockchain is an incorruptible digital ledger of economic transactions that can be programmed to record not just financial transactions but virtually everything of value.”


Don & Alex Tapscott, authors Blockchain Revolution (2016)

Must read: Why it’s time for automotive industry to take a leap of faith into blockchain

It is worth noting that a blockchain can also be private.

They could be made accessible only to invited members and validated by administrator(s) or a semi-autonomous guiding algorithm. Public blockchains are truly open disintermediated networks, but private blockchains are often used to coordinate closed networks holding sensitive information. These private blockchains will likely be the prevailing means for storing disintermediated energy information like meter and payment data.

One of the major uses of blockchain that has popularized the technology is smart contracts. A smart contract is similar to a contract in the physical world. But, it’s digital and is represented by a computer program stored inside a blockchain. Smart contracts are pretty important to understand to get a deeper look at the utility of blockchain technology.

Smart contracts

The classic example used to demonstrate smart contracts in the form of code executing automatically is a vending machine. Unlike a person, a vending machine behaves algorithmically; the same instruction set will be followed every time in every case.
When you deposit money and make a selection, the item is released. There is no possibility of the machine not feeling like complying with the contract today, or only partially complying (as long as it is not broken). A smart contract similarly cannot help but execute the prespecified code. As Lessig reminds us, “code is law” in the sense that the code will execute no matter what. This could be good or bad depending on the situation; either way, it is a new kind of situation in society that will require a heavy accommodation period if blockchain-based smart contracts are to become widespread.

Melanie Swan


Blockchain: Blueprint for a New Economy

A smart contract is a piece of software that stores rules for negotiating the terms of an agreement. It also automatically verifies fulfillment, and then executes the agreed terms. Since a smart contract removes reliance on a third party when establishing business relations, the parties making an agreement can transact directly with each other.

A smart contract is stored inside a blockchain – where all data is stored in a distributed manner, so no one is in control of the data.

In a decentralized business model, smart contracts replace any other trusted third party. Smart contracts are implemented within blockchain, therefore they inherit some of its features:

  • Immutability: A smart contract can never be changed, therefore no one can tamper with or break a contract
  • Distributed: Just like any transaction on a blockchain, everyone in the network validates the outcome of the contract. Distribution makes it impossible for an attacker to force control to release funds, as all other participants would detect such an attempt and mark it as invalid

Blockchain technology could provide the infrastructure for sophisticated networks that manage payments, sales, trading, and distribution. Given their potential to streamline transactions and cut costs, blockchains and smart contracts could help to remove pain points and friction throughout the power value chain. To learn more about how blockchain could help your business, drop your email address here.

You may also like: Forecasting blockchain’s impact on SMEs in coming five years.

Author

ETH expert and blockchain developer at Deqode who is responsible for proposing blockchain scaling solutions to enterprises and ensuring the highest of code quality, architecture, and standards for projects.

Write A Comment