# Additional Features

ExConsensus also includes DAG and Proof-of-Stake features.

DAG features:

* Possible existence of branched chains;
* Multiple genesis blocks;
* Each block and transaction can have more than one connection (token creation and transactions, genesis blocks);
* Non-limited block size;

These features allow faster search and smaller amount of blocks needed to interact with blockchain. ExC requires 100 blocks and genesis block (blockchain snapshot) to securely interact with main chain.

PoS features:

* Cashback – up to 80% of transaction fee can be returned to tx sender, if other nodes prove that only 2 nodes from required 10 made similar block check and proved its coherence.
* Rewards – PoS rewards are paid from each proved transaction. Users can stake their coins and receive rewards based on formula:

![](/files/-Ma2r9e5-_qWzET9XqeJ)

*StakingModifier* is a control coefficient and equals to 0.5

* Staking scheme applies to main coin and all tokens (if this feature is enabled by creator);


---

# 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://docs.extrachain.io/exconsensus/additional-features.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.
