# Egalitarian Proof of Work (EPoW)

QWC introduces Egalitarian Proof of Work (EPoW) for the first time in blockchain space for protecting the blockchain from the well-known majority attacks and double-spending. This is also the first step towards EPoSe consensus.

The core team found fundamental flaws in the original CryptoNote Proof of Work because it allowed miners, especially influential groups of miners, to get more coins. Also, difficulty algorithm (DA) was not carefully designed to cover many different cases that changed since CryptoNote whitepaper was released.

QWC's EPoW greatly improves Byzantine Fault Tolerance in PoW consensus.

**EPoW reward algorithm is designed so that any forged extra time posted by a malicious actor is rather penalized for every second compared to issuing a new block with the shortest timestamp for the next block. There are simply no incentives for malicious actors to do this.**

We will simply state it this way; don't cheat on mining and you will get the maximum rewards you deserve.&#x20;

![Click to enlarge the table.](https://2033312304-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M9vS8EzA6RpzXIh8rof%2F-M9vcVMvokwSAVrw7ARl%2F-M9vd8zniUelVlWX5O-j%2FGame%20Theory.PNG?alt=media\&token=f2bc4057-19fe-4e19-9b6e-4344c93c5b1c)


---

# Agent Instructions: 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:

```
GET https://wp.qwertycoin.org/consensus/egalitarian-proof-of-work-epow.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
