Categories
Cryptocurrencies

Zilliqa Blockchain: What Is Ziliqa And How Is It Turning Blockchain Upside Down

Anyone that’s transacted on the Bitcoin blockchain is aware of how long transactions take to be confirmed. In fact, Bitcoin transactions can take anything from 10 minutes to one day, depending on traffic. One of the things a digital currency is supposed to accomplish is speed. This is one goal that’s yet to manifest for Bitcoin and, indeed, the majority of blockchains.

Many blockchains are remodeled after Bitcoin’s blockchain, one way or another. The result is the same, slow transactions and waiting times. Zilliqa changes this by deconstructing the current blockchain concept.

Let’s delve into the interesting way that it does this.

What’s Zilliqa?

Zilliqa is a scalable blockchain with the ability to process thousands of crypto transactions every second. This is made possible by its adoption of the sharding technique. Sharding is by no means a new concept, nor was it invented for blockchain. The technique has been around for a while and is majorly used to partition databases to make workloads more manageable.

Blockchain’s Scalability Problem

The current blockchain, as we know it, uses the consensus mode of transaction confirmation that has faced scalability issues since its inception. This is due to thousands of nodes in any blockchain network that makes it harder to reach consensus. The speed of a network is inversely related to how large it is. The bigger the network, the more nodes that have to reach a consensus on transactions, slowing their confirmation.

Consider Bitcoin’s blockchain. As more users use the network, confirmation time is slower, and the transaction fee increases. Moreover, those who want faster confirmation are forced to pay more in order to get first priority. This is not only expensive, but it also goes against the democratic nature and accessibility-for-all of cryptocurrency.

The Ethereum blockchain, the second most popular, also has an inherent scalability problem. This is best illustrated by the Cryptokitties fiasco, whereby the game’s developers had to increase the transaction fees in order to at least reduce network congestion. This demonstrated how the network couldn’t handle massive amounts of traffic.

Right now, both Bitcoin and Ethereum, with their transaction throughput of 7 and 15 transactions per second respectively, are unable to compete with traditional payment systems such as Visa, which handles as much as 1,700 transactions per second.

The problem with proposed scalability solutions

Now, solutions that have been proposed for the blockchain scalability issue are not sustainable for the long haul. One of these is moving part of the transaction data off the chain. Others are increasing the block size so that consensus can be established for each round of transactions.

These are band-aid solutions that don’t fix the fundamental problem. The ideal solution would be overhauling the entire architecture so that the rate of nodes giving consensus is positively correlated with the network size.

Zilliqa’s Scalability Answer

Zilliqa proposes to solve this problem by re-imagining the entire blockchain from the ground up. This new model involves implementing a hybrid consensus that will grow the network’s throughput with every 600 new nodes that join.

Theoretically, for every 600 new nodes, Zilliqa’s throughput increases by dividing the work. In practice, an ever-increasing network (let’s say 1 million nodes) can present broadcast issues.

However, no network as yet has reached 1 million nodes. Both Bitcoin and Ethereum currently have tens of thousands of nodes. Even with that number, they’re still only able to process an average of 3-15 transactions per second (TPS). By contrast, with only 1800 nodes, Zilliqa has a throughput of 1218 TPS. When this number is doubled to 3,600 nodes, Zilliqa can handle up to 2, 488 TPS.

Zilliqa’s Sharding Protocol

So, what’s Zilliqa’s plan to achieve this scalability? It does this by utilizing a process known as sharding. The Zilliqa protocol divides the nodes on the network into groups of 600 each. Each group is called a shard. For instance, if a network has 2400 nodes, the nodes will be divided four times, with each group getting 600 shards.

Zilliqa Sharding_Forex Academy

So, as more nodes join the network, they are automatically distributed to create shards. Each shard will process a small part of each transaction. For instance, if there are ten shards on the network, each processes a tenth of the total transaction. Thus, the more shards you get, the more work you have, the faster the workload, and the faster the transaction throughput.

Every shard processes the transaction the parallel shard is working on. A parallel process is known as a ‘DS epoch.’ After every epoch, the blocks will come together and form a full block.

The DS Committee

Zilliqa has a “DS committee” that manages shard allocation. For each DS epoch, nodes are randomly selected to manage the shards. These nodes are the ones known as the DS committee, and they decide which shards the nodes are allocated to.

Finding Consensus: Proof-of-work and Byzantine Fault Tolerant Mechanism

Zilliqa utilizes a hybrid consensus mechanism that works as follows:

The first stage of the mining process involves proof-of-work (PoW). The PoW involves completing a hash to prove and establish identity, making it impossible for a bad actor to create multiple identities and overwhelm the network. After a node’s identity is proven, it’s assigned to a shard.

In the shards, Zilliqa applies a Practical Byzantine Fault Tolerance consensus (PBFT). Now, this mechanism has a finality, meaning the majority of the nodes in a shard must reach consensus on a mini-block. Once a block is verified by the shards and the DS committee, it becomes the only block that can be linked to the one before it.

Zilliqa’s Scilla

The Zilliqa team has developed a new programming language known as Scilla. Scilla is an intermediate-level language that separates the programming and communication aspects of smart contracts. It helps to differentiate between functional contracts compatible with Zilliqa’s blockchain, and state-dependent contracts that are not yet supported by Zilliqa.

Zilliqa Token

Zilliqa has a native token known as ZIL. ZIL token acts as an incentive for miners, gas for fueling smart contracts, and for covering transaction fees.

As of May 8, 2020, Zilliqa is trading at $0.006985 and ranks at #75. It has a market cap of $101,107,215, and a 24-hour trade volume of $23, 583, 984. A total of 10 billion ZIL tokens are in circulation. The coin has a total supply of 13 billion and a maximum supply of 21 billion. ZIL’s all-time high was 0.231489 on May 19, 2018, and its all-time low was $0. 002477 on March 13, 2020.

Who’s the Team Behind Zilliqa?

The Zilliqa team mainly comprises of people with a computer science background. CEO Xinshu holds a Ph.D. in Computer Science from the National University of Singapore. Chief Scientific Advisor Prateek Saxena holds a Ph.D. in the same field form the University of California, Berkeley. Head of Research Amrit Kumar has a Ph.D. from UniversitĂ© Grenoble-Alpes, France, as well as an Engineer’s diploma from Ecole Polytechnique, France.

The project’s advisory board comprises of notable figures in the blockchain sphere. These are Loi Luu, co-founder of Kyber Network; Vincent Zhou, founding partner of digital asset management firm FBG Capital; Nicolai Oster of Bitcoin Suisse AG, and Strong Hold Labs CEO – Alexander Lipton.

Where to Buy and Store Zilliqa

You can find Zilliqa at any popular exchanges, including Binance, Huobi, Coinbase Pro, Gate.io, Kucoin, BitFinex, Coinswitch, OKEx, and YoBitNet.

Zilliqa recommends the following trusted wallets for storing your ZIL: Ledger, Trust Wallet, Zillet, ZilPay Wallet, Infinito Wallet, Math Wallet, Atomic Wallet, Zil Cli, and the Zil Wallet. Different wallets exist in different forms, such as iOs, Android, web browsers, and hardware.

Final Thoughts

Despite the current proliferation of blockchains, Zilliqa managed to come up with a unique solution for a persistent problem in the blockchain. While many existing blockchains scramble to integrate sharding, Zilliqa has the headstart of implementing it from scratch. We can expect to see many more blockchains being launched with this technology in the future.