# ExtraChain

## ExtraChain

- [ExtraChain](https://docs.extrachain.io/master.md): General Description
- [ExtraChain Node Types](https://docs.extrachain.io/overview/extrachain-node-types.md)
- [Distributed File System](https://docs.extrachain.io/overview/distributed-file-system.md)
- [ExC Store/Reward Economics](https://docs.extrachain.io/overview/store-reward-economy.md)
- [ExDFS Applications](https://docs.extrachain.io/overview/exdfs-applications.md)
- [Comparison Table](https://docs.extrachain.io/overview/comparison-table.md)
- [ExC Store](https://docs.extrachain.io/overview/exc-store.md)
- [ExC Tokens and Automated Exchange](https://docs.extrachain.io/overview/exc-automated-exchange.md)
- [ExConsensus](https://docs.extrachain.io/exconsensus/untitled.md)
- [Transaction Verification Algorithm (TVA)](https://docs.extrachain.io/exconsensus/transaction-verification-algorithm-tva.md)
- [Block Prove Algorithm (BPA)](https://docs.extrachain.io/exconsensus/block-prove-algorithm-bpa.md)
- [Block Merge Algorithm (BMA)](https://docs.extrachain.io/exconsensus/block-merge-algorithm-bma.md)
- [State Snapshot Algorithm (SSA) aka “Genesis Algorithm”](https://docs.extrachain.io/exconsensus/state-snapshot-algorithm-ssa-aka-genesis-algorithm.md)
- [Additional Features](https://docs.extrachain.io/exconsensus/additional-features.md)
- [ExtraChain Indicators](https://docs.extrachain.io/extrachain-indicators.md)
- [Appendix A. Terms and Theory](https://docs.extrachain.io/appendix/untitled.md)
- [Appendix B. ExC Application in example](https://docs.extrachain.io/appendix/appendix-b.-exc-application-in-example.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.extrachain.io/master.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.
