> For the complete documentation index, see [llms.txt](https://support-168.gitbook.io/cypher-blockchain-whitepaper-v1.0/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support-168.gitbook.io/cypher-blockchain-whitepaper-v1.0/network-design.md).

# Network Design

Consensus mechanisms like PoW and PoS are usually classified as the “proof-class” mechanisms, in which once the calculated value is within the target range, a new block is produced. PoE is also a kind of proof-class mechanism. To model PoE, we first present the abstract definition of a consensus mechanism for the blockchain. The proof-class consensus mechanisms, as shown in Figure 1. In Figure 1, the consensus mechanism extracts the key attributes from the existing blocks as the basis for the computation, and when the computation results in a certain target solution, a new block is produced.

![](/files/nX1Vacw1SElSOct9TiWw)

Under a proof-class consensus mechanism, a new block is produced if and only if it follows the inequality:

$$
Calculation ( ) < Target X Attribute ( )
$$

Calculation ( ) represents the calculation for a solution, target represents the solution target, and Attribute ( ) represents the key attributes of network nodes for the “proof,” such as computing power in PoW and coinage in PoS; note that some of the attributes are recorded in the blockchain ledger.


---

# 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://support-168.gitbook.io/cypher-blockchain-whitepaper-v1.0/network-design.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.
