Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/get-started/POW-DPOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Consensus means a general agreement which is an important component of blockchai

Proof of Work or PoW relies on solving a cryptographic puzzle repetitively over all the nodes of the network. PoW involves burning very high amount of electrical energy.

Proof of Stake doesn't need computers for repetitive solving of the cryptographic puzzle. Insead of miners, PoS requires some validators who will lock some of their crypto coins as stake or deposit. Anybody who holds crypto tokens can become a validator by processing a special type of transaction to lock their crypto fund.
Proof of Stake doesn't need computers for repetitive solving of the cryptographic puzzle. Instead of miners, PoS requires some validators who will lock some of their crypto coins as stake or deposit. Anybody who holds crypto tokens can become a validator by processing a special type of transaction to lock their crypto fund.

A group of validators takes part to propose the next block, and the weight of each validator's depends on the uptime of the node. When the validators discover a block which they think can be added to the blockchain, they will validate it by placing a bet on it. The validators will get a reward proportionate to their bets.

Expand Down
2 changes: 1 addition & 1 deletion docs/get-started/hybblock.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ As usual, Hybrid blockchain is entirely customizable.

The members of the hybrid blockchain can decide who can take participation in the blockchain or which transactions are made public. This brings the best of both worlds and ensures that a company can work with their stakeholders in the best possible way.

# **Benifits:**
# **Benefits:**

1. **Works in a closed ecosystem:** The number one advantage of hybrid blockchain
is its ability to work in a closed ecosystem. That means that companies or
Expand Down