> For the complete documentation index, see [llms.txt](https://web3-encyclopedia.gitbook.io/web3-encyclopedia/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://web3-encyclopedia.gitbook.io/web3-encyclopedia/new-and-rising-protocols/harmony.md).

# Harmony

<figure><img src="/files/sfSf2X5kWNDlUcxQb0qy" alt=""><figcaption></figcaption></figure>

### What is the Harmony blockchain? <a href="#header-1" id="header-1"></a>

Harmony (ONE) is a blockchain-based platform that [aims](https://www.harmony.one/) to address the conundrum of achieving both scalability and decentralization without sacrificing either.

Harmony (ONE) was launched as part of the Binance Launchpad's [initial exchange offering (IEO)](https://cointelegraph.com/funding-for-beginners/ieo-101-a-beginners-guide-to-an-exchange-administered-fundraising-event) in May 2019. It is aimed to be a bridge between scalability and decentralization efforts. It was built with the motto 'decentralization at scale' in mind, emphasizing data sharing and the construction of fungible token and nonfungible asset marketplaces.

Furthermore, Harmony promises to give high throughput with two lows: latency and costs. They're expected to put the platform at the center of efforts to establish the groundwork for future decentralized trustless economies when they're combined.

Harmony began as a company in 2018 before the IEO. But, who is behind Harmony (ONE)? Multiple investors, including Silicon Valley's Consensus Capital, Hong Kong's Lemniscap VC and others, were interested in its fundraising endeavor, which raised $18 million in April 2019. Investors bought almost $2.8 billion of the company's ONE tokens, with $12.6 billion put aside for pre-mining.&#x20;

Harmony gives investors access to an ecosystem that will enable the company's adoption across a variety of businesses, with a focus on data sharing, decentralized marketplaces, supply chain monitoring, ad exchanges, credit rating systems and gaming.

### How does Harmony work?

Harmony’s blockchain is divided into four networks known as 'shards', which run in parallel but are validated by separate groups of stakeholders — a kind of division of blockchain labor that makes the blockchain more efficient and reduces latency. Harmony calls this approach 'Effective Proof of Stake.'

Harmony stakeholders deposit Harmony’s native ONE token and are assigned to one of the four shards (only one of which, Shard 0, is currently in use). Validators have to maintain a full copy of the transactions of a given shard, but — critically — not a full copy of the entire network, as is typical. As a reward they receive newly minted coins and a portion of the transaction fees generated. They are rotated among shards after a period known as an 'epoch' to stop them from getting too comfortable. Each shard currently has 250 spots for validators but scaling may introduce more.&#x20;

Harmony’s clever idea is to assign stakeholders randomly to each shard so as to avoid coordinated attempts to take over the network. Harmony also discourages the hoarding of tokens by fining those who stake above a certain limit and rewarding those who invest less. The (supposed) upshot? Faster transactions and lower fees, without undermining security.

### What is Harmony's ONE token?

Harmony’s native token, ONE, can be staked, earned and mined and also confers governance rights on holders, allowing them to participate in decisions pertaining to the future of the network.

### The future of Harmony

Harmony is building out a feature allowing NFT lending, and is migrating its token from a Chrome extension to [MetaMask](https://decrypt.co/50431/metamask-crypto-wallet-review) as it builds its own proprietary wallet.<br>

It has also created a $300 million fund called Harmony Grants which aims to finance further research in the proof of stake field. It has, for instance, rolled out a decentralized autonomous organization, or [DAO](https://decrypt.co/resources/decentralized-autonomous-organization-dao), whose goal is to fund research into [zk-proofs](https://decrypt.co/resources/privacy-coins-and-zk-snarks-how-do-they-work), a way to communicate sensitive data across blockchains anonymously.<br>

<details>

<summary>Source</summary>

[Decrypt](https://decrypt.co/resources/what-is-harmony-the-blockchain-using-randomness-to-reinforce-proof-of-stake)\
[Cointelegraph](https://cointelegraph.com/explained/what-is-harmony-one-blockchain-and-why-it-is-getting-so-much-traction)

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://web3-encyclopedia.gitbook.io/web3-encyclopedia/new-and-rising-protocols/harmony.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
