# Technology

* **Protocol: GoQuorum Fork**&#x20;

  (Ref: <https://docs.goquorum.consensys.net/en/stable/>)

  (Original: <https://github.com/ConsenSys/quorum>)

  (Fork: <https://github.com/moonrhythm/rei>)
* **Raft consensus** (Ref: <https://raft.github.io/>)
* **Private blockchain (Consensys) to Semi-private blockchain**&#x20;
* **Convert 0 gas to 1 gwei**&#x20;
* **Convert nano sec to sec dynamic block time (1 block / sec)**

#### Key differences from GoQuorum

* Re-enable gas price&#x20;
* Always use Raft consensus&#x20;
* Change block timestamp unit from nano-second back to second&#x20;
* Remove block rewards&#x20;
* Miner receives gas fee from mined transactions&#x20;
* Hard-coded block difficulty to 1&#x20;
* Disable private transactions and contracts


---

# 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://killswitchofficial.gitbook.io/rei-chain/introduction/technology.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.
