create account

How Harmony Seeks to Leverage Trust for 10 Billion Users and Transform the Blockchain Industry by awesome-p

View this thread on: hive.blogpeakd.comecency.com
· @awesome-p · (edited)
How Harmony Seeks to Leverage Trust for 10 Billion Users and Transform the Blockchain Industry
![1_9qS5ifFxf4cdKQGDP8_fmw.gif](https://ipfs.busy.org/ipfs/QmNpxiKmLtWFpKujueWS7QMqKLCyEopXEKfKFYswJMRSuN)


## <center>**A competition won in the race for global trust transfer**</center>

<hr>

<div class='text-justify'>

It is no news that blockchain possess the best store of value feature that any system could only wished to own.  This is why it is reverred as the next-big revolution that has begin with cryptocurrency but the world is yet to fully witness its full potential.

<div class='pull-right'>https://ipfs.busy.org/ipfs/QmWLjvAGSbZ3WMDMzxdzYGwRyJGHZZg5gDj38aveD9XZ3u
<a href=''>Image credit</a></div>

Away from that for a moment, we have seen how the internet has revolutionised the way we share and access information conveniently via any medium or chatter. It has made it possible to literally be nowhere and everywhere at the same time,even yet it is centralised and leaves room for human error and manipulations.

Now, how about we talk of a decentralized network like the blockchain and the possibilities it offers in terms of re-inventing the way we define Value. This is where an interesting project, [Harmony]()  picks the baton to position the blockchain as the drive towards an **Internet of value built on trust**.


![pasted image 0 (3).png](https://ipfs.busy.org/ipfs/QmXjWPbKwbaRe2VxCu2GT7QUDBXJkxk9s79mgktM6c3xn7)


## <center>**What is [Harmony]()?**</center>

<hr>

<div class='pull-left'>https://ipfs.busy.org/ipfs/QmWvgjEfg1CGYDFshEDfbGxiZ8cBcQS7NCh1xSuRsmkA6L
<a href=''>Image credit</a></div>

[Harmony]() is a fully scalable, provably secure and energy efficient blockchain based on **sharding** technology. It deploys a PoS-based consensus mechanism to reduce communication complexity and maintain a **linearly scalable** network capable of hosting **billions** of people concurrently. 


<br>
![images (10).jpeg](https://ipfs.busy.org/ipfs/QmREeUjS2YuQCpdbeMD6mv5TifzREJucTX3q4Eetjovsap)



## <center>**The challenges faced by Blockchain**</center>

<hr>

The blockchain would not be able to fully drive a **trust network** if the inherent problems still exist within the system. Some of the major challenges are **Performance**;  The present blockchain option including bitcoin and Ethereum could only manage a maximum of 20 transactions per seconds; constituting a major obstacle to the commercialization of the technology. While Competition for the right to mine a new block can also lead to extremely **high energy consumption** using the PoW(Proof of Work) consensus mechanism.

<div class='pull-right'>https://ipfs.busy.org/ipfs/QmdzqSnrLcmP62vVpzRTGu3czVeyZmuJ59FjZ49nz4JtLS
<a href=''>Image credit</a></div>

Alternative blockchain options including zilliqa; one of the first to introduce sharding technology to solve scalability issue has shown little promise interms of  **security** and  **decentralization** due to a sharding protocol which falls short in two areas. Firstly, it does not divide the storage of blockchain data, hence prevents machine with limited resources from participating in the network, secondly, the sharding process is susceptible to **single-shard takeover attack** due to reliance on PoW(Proof of Work).


## <center>**Why [Harmony]()?**</center>

<hr>

<div class='pull-left'>https://ipfs.busy.org/ipfs/QmNNRJDpaFFxEwjwb7YJ6FZ4fkWb6UaHJqnrwtCizJJvAv
<a href=''>Image credit</a></div>

[Harmony]() is taking these problems identified above and turning them into an oppurtunity. For those who love statistics, According to IDC,  it is expected that by 2021, at least 25% of the world's top 2000 companies will use the blockchain service as the basis for digital trust. By 2020 also, 25% of the top global trading banks, nearly 30% of manufacturers and retailers and 20%  of healthcare institutions will use the blockchain production [Source]().

This is why [Harmony]() is focused on building a network capable of hosting high-volume economies on which billions of users can leverage their **trust** on. In a bid to build an infrastructure that is truly trust based. [Harmony](), in consistency with best enginering practices,  introduce interesting modifications to some key underlying concepts in order to address the challenges facing blockchain technology as a whole. Let's take a look 

* FBFT(Fast Byzantine Fault Tolerance) consensus algorithm;a modification to PBFT (Practical BFT) which helps to resolve communication complexity between nodes on the network.

* Adopts the PoS (Proof of Stake) consensus in order to maintain an energy-efficient ecosystem for its users including miners.

* Deploy state sharding technology in order to increase node participation and drive a truly decentralized trust economy

*  Consistent cross-shard transactions to support direct communication between shard via the kamdelia-based routing

 


## <center>**[Harmony]( ) High-Performance Blockchain!!!How it works?**</center>

<hr>

![pasted image 0.png](https://ipfs.busy.org/ipfs/Qmarj1Cw3tJHDm6DmJfdZiwUtGSUTjWC2qnrt5KrhSWNaS)


This behind the scene methods explore new concepts and innovations to solve some of the underlying problem associated with the blockchain as mentioned in the preceeding section of this article.

* **Consensus Mechanism**
Uses a new **PoS + FBFT** algorithm to achieve higher network throughput, scalability and security. The algorithm allows the network to dynamically select a **leader** as explained below via a lottery/election system from all the devices connected to the network, which all serves as nodes

> **Selecting validator Nodes**
> 1. All devices can apply to be node
> 2. Qualified first N nodes are selected as validator nodes
> 3. All nodes in the network can vote for the rights and interests of validator nodes

> **Selecting A leader Node**
Epoch represent the amount of time for which a leader stays active on the network and new leader are elected at every round of epoch by voting shares depending on the validator stake. In order to prevent Sybil attack, validator voting shares is determined by the number of tokens they stake. The leader elected will act as the block proposer for a predetermined time interval called **Epoch**.

[Source : Whitepaper page 6-8]()

<br>

* **State Sharding**

[Harmony]() employs a adaptive-sharding protocol that enables each node to keep a copy of the blockchain data via the shard chain while the beacon chain serves as the randomness beacon. Also Harmony’s unique way of **deep sharding** all the way down to the blockchain networking layer makes it exponentially faster than the traditional way of reaching consensus on a blockchain.

<br>
* **Cuckoo-ruled Resharding Mechanism**

In this arrangement, validators who withdrew their stakes will be evicted from the network, while those who keep their stakes stay. This technique ensures that voting shares in all shards are balanced and security requirement is fulfilled.

<hr>

* **Cross-Sharding**
Cross-sharding helps to break the barrier between shards and extend the utility of a single shard beyond itself. Harmony adopts the shard-driven method to achieve direct communication between shards; which is further simplified by the Kamdelia based routing.


<hr>


## <center>**Features And Benefits of [Harmony]()**</center>

<hr>

* **Privacy of information due to Zero Knowledge Proof**;  allowing users to validate whether something is true without revealing the full data

* **Fully Decentralized** ; it achieves this by fully sharding the blockchain state

* **Secure sharding protocol**; this is enabled via a distributed randomness generation (DRG) protocol which is unpredictable, unbiaseable and verifiable

* **Efficient and Fast consensus**; 
Consensus is based on PoS, making the process energy efficient and 100 times faster than PBFT.

* **Adaptive-Thresholded PoS**; the stake quota is dynamically adjusted based on the volume of staking. This prevent malicious nodes from gaining control over the network.

* Scalable Networking Infrastructure

* **Consistent cross-shard transaction**; An atomic locking mechanism is use to ensure the consistency of cross-shard transactions.

## <center>**[Harmony]() Economic model**</center>

<hr>

![images (1).png](https://ipfs.busy.org/ipfs/QmSBJipm4rNyH3B2zMSyLXTDLyW5f1vpL79x2C3Hey8mea)

[Harmony]() derives value from the utility of its native token from various forms of participation in the protocol (staking/securing, transaction fees, voting & governance).

[Harmony]() blockchain model will help businesses to leverage  third-party trust while the incentives of different stakeholders, developers and businesses can build open marketplaces of fungible and non-fungible tokens and assets. In fact, by implementing **Zero-knowledge proofs**, Harmony aims to be the de-facto data sharing platform that will harness the mutual distrust to share data but strong desire to acquire data. [Source : Downloaded 

## <center>**Hosting A successful test run with Pangaea**</center>

<hr>


<center>Pangaea is an experimental zone for people to interact with the Harmony network, test the limitations of the technology and have lots of fun while earning rewards. Pangaea is created purely for experimental purposes. It will have its own currency for playing and bookkeeping.</center>
 
<center>It’s the first live experiment - showcasing great prospect for participation on the development of the Harmony network. Within the first 24 hours the initiative had the following stats:</center>


<center> **√  138 Nodes up & running already
√  1283 Signups
√  77 Countries
√  356 Keys Downloaded** </center>

[Source](https://twitter.com/harmonyprotocol/status/1160385546515931137)


<hr>

## <center>**[Harmony]() Vs Other Blockchain**</center>

<hr>

![pasted image 0 (2).png](https://ipfs.busy.org/ipfs/Qmeb8XJXzhuVPNqMfxARHnUW6p8EKLiPsC6iAQJt2uigAn)

![sharding-comparison4.png](https://ipfs.busy.org/ipfs/QmdRqvpKQs6jCE1ZphA7CewAeE8Nz7K6Hchs4WhusHPW8i)




## <center>**Summary**</center>

<hr>

[Harmony]()'s team of experienced engineers aims to build a fully decentralized and secure economy for large scale integration. Most of their solutions are based on extensive research to improve the core functionality of the blockchain on both the network and protocol layer. 

This innovative mechanism will inevitably improve overall blockchain performance and scalability for mass adoption. [Harmony]()'s open infrastructure will push the boundary of  innovation required for hosting high-end data including IoTs, Artificial intelligence and high-volume decentralized exchanges to name a few.



## <center>**Use Case**</center>

<hr>

**Freight Carrier**

<hr> 

<div class ='pull-left'>https://i.postimg.cc/hPKPDHFZ/images-20.jpg<a href='https://due.com/blog/latest-cyberattacks-mean-small-business-security/amp/'>Image credit</a></div>

Gimentor is a firm that deals in security printing. They get a top contract from one of their client and must deliver the project within some few days. Work began but they found out in due time the specific type of **Pantone 375 color** they need to deliver the work is not on their shelf, and this material is not available locally, it is only imported from china. So they arranged with a freight carrier to deliver the product within days which might not be possible in that space of time, so no way to give their client an expected time of delay.

Such carrier can integrate his services on an industry-specific marketplace hosted on an IoT supported economy like [Harmony]() blockchain. This will allow tracking sensors to be mounted on  freight containers to track its movement and give his client a reliable feedback which might be useful in this context. This process allows value to be communicated accross the chain of delivery while [harmony]() negotiate trust for all the parties involved. And because every transaction is done within the blockchain, this top security firm can conduct their transactions securely due to **zero-proof knowledge** of the data shared.



## <center>**Token Metric**</center>

<hr>

![ONE10.png](https://ipfs.busy.org/ipfs/Qmc5bHcGR4a886WY9YbN1VvuzyFFUc3Gh8DHGiRUS2DU2B)



## <center>**Meet The team**</center>

<hr>

![Harmony-Team.png](https://ipfs.busy.org/ipfs/QmZdQQ2R2GqpNh6Dcb2tumofwamjiqUWHweWk3obLYNHj7)
![Harmony-Team-2.png](https://ipfs.busy.org/ipfs/QmbYXYu1zFZ7N5xTukujtsu9SZgDsuAYwH7ixopoHwtHJq)

## <center>**Partners**</center>

![Harmony-Collaborators.png](https://ipfs.busy.org/ipfs/QmbrCZEVdG4pyjJ7n4DNsKb5zpS6iBqCrJsxHcG8vMfNbr)



## <center>**Feel free to check the links below for more on Harmony**</center>

<hr>

* <sub>[Harmony Website]()</sub>
* <sub>[Harmony Whitepaper]()</sub>
* <sub>[Harmony Telegram]()</sub>
* <sub>[Harmony Twitter]()</sub>




### <center>**This article is submitted for @originalworks writing contest sponsored by [Harmony](). Feel free to join [here]()**</center> 


</div>

👍  
👎  , ,
properties (23)
authorawesome-p
permlinkhow-harmony-seeks-to-leverage-trust-for-10-billion-users-and-transform-the-blockchain-industry
categorydecentralization
json_metadata{"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["decentralization","steemit","harmony","blockchain","one"],"users":["originalworks"],"links":["#","#","#","#","#","#","#","#","#","#"],"image":["https://ipfs.busy.org/ipfs/QmNpxiKmLtWFpKujueWS7QMqKLCyEopXEKfKFYswJMRSuN","https://ipfs.busy.org/ipfs/QmWLjvAGSbZ3WMDMzxdzYGwRyJGHZZg5gDj38aveD9XZ3u","https://ipfs.busy.org/ipfs/QmXjWPbKwbaRe2VxCu2GT7QUDBXJkxk9s79mgktM6c3xn7","https://ipfs.busy.org/ipfs/QmWvgjEfg1CGYDFshEDfbGxiZ8cBcQS7NCh1xSuRsmkA6L","https://ipfs.busy.org/ipfs/QmREeUjS2YuQCpdbeMD6mv5TifzREJucTX3q4Eetjovsap","https://ipfs.busy.org/ipfs/QmdzqSnrLcmP62vVpzRTGu3czVeyZmuJ59FjZ49nz4JtLS","https://ipfs.busy.org/ipfs/QmNNRJDpaFFxEwjwb7YJ6FZ4fkWb6UaHJqnrwtCizJJvAv","https://ipfs.busy.org/ipfs/Qmarj1Cw3tJHDm6DmJfdZiwUtGSUTjWC2qnrt5KrhSWNaS","https://ipfs.busy.org/ipfs/QmSBJipm4rNyH3B2zMSyLXTDLyW5f1vpL79x2C3Hey8mea","https://ipfs.busy.org/ipfs/Qmeb8XJXzhuVPNqMfxARHnUW6p8EKLiPsC6iAQJt2uigAn","https://ipfs.busy.org/ipfs/QmdRqvpKQs6jCE1ZphA7CewAeE8Nz7K6Hchs4WhusHPW8i","https://i.postimg.cc/hPKPDHFZ/images-20.jpg","https://ipfs.busy.org/ipfs/Qmc5bHcGR4a886WY9YbN1VvuzyFFUc3Gh8DHGiRUS2DU2B","https://ipfs.busy.org/ipfs/QmZdQQ2R2GqpNh6Dcb2tumofwamjiqUWHweWk3obLYNHj7","https://ipfs.busy.org/ipfs/QmbYXYu1zFZ7N5xTukujtsu9SZgDsuAYwH7ixopoHwtHJq","https://ipfs.busy.org/ipfs/QmbrCZEVdG4pyjJ7n4DNsKb5zpS6iBqCrJsxHcG8vMfNbr"]}
created2019-08-25 20:49:18
last_update2019-08-25 21:50:09
depth0
children3
last_payout2019-09-02 06:26:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length12,883
author_reputation35,453,134,251
root_title"How Harmony Seeks to Leverage Trust for 10 Billion Users and Transform the Blockchain Industry "
beneficiaries
0.
accountbusy.org
weight1,000
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,946,040
net_rshares-1,431,011,475
author_curate_reward""
vote details (4)
@indigoocean ·
I bought some of this not long ago. Nice to read your write up of it. I'm feeling even better about the investment now.
👍  
properties (23)
authorindigoocean
permlinkpwt8o1
categorydecentralization
json_metadata{"tags":["decentralization"],"app":"steemit/0.1"}
created2019-08-25 20:52:48
last_update2019-08-25 20:52:48
depth1
children1
last_payout2019-09-02 06:26:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length119
author_reputation83,283,947,872,393
root_title"How Harmony Seeks to Leverage Trust for 10 Billion Users and Transform the Blockchain Industry "
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,946,126
net_rshares545,827,956
author_curate_reward""
vote details (1)
@awesome-p ·
Good to know you believe in this project
Because for me Harmony is here to stay.
Thanks for visiting my blog
properties (22)
authorawesome-p
permlinkre-indigoocean-pwt8o1-20190825t215422588z
categorydecentralization
json_metadata{"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["decentralization"],"users":[],"links":[],"image":[]}
created2019-08-25 21:54:27
last_update2019-08-25 21:54:27
depth2
children0
last_payout2019-09-02 06:26:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length108
author_reputation35,453,134,251
root_title"How Harmony Seeks to Leverage Trust for 10 Billion Users and Transform the Blockchain Industry "
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,947,710
net_rshares0
@steemitboard ·
Congratulations @awesome-p! You received a personal award!

<table><tr><td>https://steemitimages.com/70x70/http://steemitboard.com/@awesome-p/birthday2.png</td><td>Happy Steem Birthday! - You are on the Steem blockchain for 2 years!</td></tr></table>

<sub>_You can view [your badges on your Steem Board](https://steemitboard.com/@awesome-p) and compare to others on the [Steem Ranking](https://steemitboard.com/ranking/index.php?name=awesome-p)_</sub>


**Do not miss the last post from @steemitboard:**
<table><tr><td><a href="https://steemit.com/steemitboard/@steemitboard/downvote-challenge-add-up-to-3-funny-badges-to-your-board"><img src="https://steemitimages.com/64x128/https://steemitimages.com/0x0/![](https://cdn.steemitimages.com/DQmUuJkZdnSpHVWssxF82ntymqXg4Pvk6K6bYvckUYVRsnj/image.png)"></a></td><td><a href="https://steemit.com/steemitboard/@steemitboard/downvote-challenge-add-up-to-3-funny-badges-to-your-board">Downvote challenge - Add up to 3 funny badges to your board</a></td></tr></table>

###### [Vote for @Steemitboard as a witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1) to get one more award and increased upvotes!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-awesome-p-20200312t113347000z
categorydecentralization
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2020-03-12 11:33:48
last_update2020-03-12 11:33:48
depth1
children0
last_payout2020-03-19 11:33:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,188
author_reputation38,975,615,169,260
root_title"How Harmony Seeks to Leverage Trust for 10 Billion Users and Transform the Blockchain Industry "
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,286,265
net_rshares0