The Future of Blockchain Technology

Knowledge • 2020/10/13 • โดย
pereira

Blockchain technology began with The Bitcoin Whitepaper in 2009, since then it has already changed the world. The technology has existed for little over a decade and yet it has found its way into every industry. Right now people apply it for finance, remittances, logistics networks, credit, quality control, etc. The technology already impacts every aspect of society and the economy. In the coming years its influence we'll only grow, and here we'll present some predictions for the future of Blockchain.

Blockchain technology as of today

To understand something about the future, first, we have to do a quick review of where we are. A good way to visualize the state of cryptocurrency is to track the dominance of Bitcoin in the market. BTC is the first cryptocurrency and Blockchain network, but use case is not its strength. Ethereum with the introduction of smart contracts and the Ethereum Virtual machine expanded blockchain adoption.

Since then, market dominance has been a battle between the limited but highly secured Bitcoin, and the versatile, powerful, but still awkward to use Ethereum. These two camps represent Blockchain at large, one is all about preserving value and ensuring scarcity. While the other is about expanding uses and boosting value through inflation.

Five years ago when Ethereum first entered the scene, most other crypto coins were just copying the model of Bitcoin and following its design. It is no surprise that BTC dominates 90% of the market, and the rest were just marginal projects.

Bitcoin market dominance measured by market cap

*Source: TradeView

As Ethereum grew, Bitcoin's dominance fell almost in lockstep with ETH's growth. The culmination of this trend was the ICO (Initial Coin Offering) Boom of the 2017 and 2018. Here the market share of the BTC fell to its lowest point, and Ethereum rose to its highest.

Then the ICO crash followed and BTC recovered, but it has never reached the same levels of dominance as before. Since then numerous other Blockchain protocols have emerged and the field is only getting more crowded. Right now, BTC's dominance is once again falling due to the Decentralized Finance (DeFi) trend which is shaping the crypto space.

Once again, this is happening mainly in the Ethereum Network. This has resulted in thousands of new projects in the past few months, but it has skyrocketed gas fees for the ETH network. It is unclear what is the future of DeFi under current market conditions.

For more information read How is DeFi Transforming B2C Financial Services? 10 Examples

For now, the two large models in Blockchain Bitcoin and Ethereum are defining the future of the technology. They are laying the ground of what is possible since any other project out there looking to grow has to do it by catching up to the big two. Many predict that Ethereum will be the winner since it has so many services on its network. But this is putting tremendous strain on the ETH infrastructure and if this results in a DeFi crash, similar to the ICO crash, faith in this model could shatter in the short to medium term.

What's in store for blockchain technology

*Source: medium.com

The 3rd generation projects will define much of the future of the blockchain technology. The term refers to those projects that are looking to advance the space beyond what Ethereum started. Many are the blockchains that call themselves 3rd generation, but few are bringing something new to the table. Some of the incoming innovations center around key technical issues such as:

Replacing blockchain as a data structure

The term 'blockchain' refers to the data structure used in a decentralized system. A blockchain has bundles of information called blocks, that link to each other by hashing the information of the previous block and including it in the next. Some argue that this design is slow and other types of data structures would better serve a decentralized system.

One example is IOTA, which uses a Directed Acyclic Graph (DAG). In a DAG there are no blocks, instead, each new transaction is an independent event which refers to two previous entries creating a unidirectional web of nodes. A DAG does not need mining and can be broken into shards far more quickly than a Blockchain.

Graph of a DAG

*Source: wnt.com

This design is far faster and cheaper to run than a blockchain. But it also has numerous security problems, and deploying smart contracts in a DAG is more challenging than in a blockchain. In any case, it is a very promising technology that is questioning the basic infrastructure of distributed systems.

Virtual Machine vs locally run smart contracts

One of the ambitions of Ethereum is to become a world computer. This is why they created the Ethereum Virtual Machine (EVM) . The EVM is responsible for executing the computer logic of the smart contracts deployed to Ethereum. These are written in a high-level language, such as solidity, and transformed into byte code when deployed to the main network.

From there the EVM is responsible for running the smart contract every time someone calls it from outside the Blockchain. The problem with this model is that it is very slow. The EVM runs one line of code at a time and the entire Etherum network stops until they the global state is updated. Each output of a smart contract has to be telegraphed to every active node in the network.

This slow process is being abandoned by new projects such as Cardano, Radix, and Ergo. In these blockchains, smart contracts run locally on the machine executing them and only the final output is broadcasted to the network. This is much faster, but it also means that smart contracts don't have the same security as they exist off-chain and subject to manipulation. The trade-off comes down to faster execution over smart contract security.

In the end, despite all of the hype, the 3rd generation blockchains remain an unproven technology. So far, only Bitcoin and Ethereum have a track record that can be studied. The future of Blockchain may lay in some of the technologies outlined here, but nothing is certain at this point. In the short term, the world of Blockchain is dominated only by the big two.

ความคิดเห็น (8)
แขก
godgrace1
6 ปีที่แล้ว
I believe in the nearest future that the 3rd generation alt-coins , will match up to the 1st and 2nd generations with better adaption and life used cases but their infrastructures will be definitely based on both 1st and 2nd generations. lets wait and see what the 3rd generation has to offer.
freshprinx
6 ปีที่แล้ว
More generations of crypto coins will emerge in rear future
etunaminta
6 ปีที่แล้ว
i'm agree with you bro
etunaminta
6 ปีที่แล้ว
in future, i think more cryptocurrency will added
tugiman
6 ปีที่แล้ว
lockchain is a complex system
visiblemoney
6 ปีที่แล้ว
Going by this special collection of technological development in blockchain technology and its progress so far, I have an entirely different opinion about how the third generation of the blockchain protocol might feature. The sequence of development has shown that the developers made significant innovations based on the market demand in line with the goal of global dominance and adoption. Bitcoin's protocol came with POW which ensures it metrics of success until date despite the rare dynamism innovated by Ethereum Network in trying to amass all possible protocols in the market so that it can be the greatest power house for all nodes operating on its smart contract but yet its defects started from ICO crashes just as bitcoin was faulted for low speed of block confirmation but the mistakes are no comparable in values to what investors lost between 2017 - 2018 on ICO subscriptions. The progression of the Ether network in finding another niche that can give it impetus growth by introducing Defi has further shown the daring will of the developers to impact the community with higher risk impact innovations which might make or mar the host technology operations should Defi fail eventually. On this note, I think the third generation of the blockchain technology might not be among these first two pronounced technologies as they are not scalable yet to make the world abandone fiat. The third generation in my opinion will introduce a protocol that will be all encompassing and deployable in the vast industries of finance, robotics, credits, nuclear development etc...the technology is the form of electromagnetic force in the crypto space! Something truly unique that mankind will not have alternative to its use cases but can be improved from time to time. The last phase of crypto development I will like to call it!!!
tugiman
6 ปีที่แล้ว
sry i want ask, is blockchain same with defi? i didn' know
guxcman
6 ปีที่แล้ว
" it also has numerous security problems, and deploying smart contracts in a DAG is more challenging than in a blockchain" hope there is no hacker

จดหมายข่าวของเรา

ข่าวสารล่าสุดเกี่ยวกับตลาดสกุลเงินดิจิทัล เทคโนโลยี และแหล่งข้อมูลความช่วยเหลือ