> For the complete documentation index, see [llms.txt](https://docs.aeternity.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aeternity.com/developer-documentation/hyperchains-whitepaper.md).

# Hyperchains whitepaper

The specification of the aeternity's hyperchains protocol.

In [Periodically-Syncing-HyperChains.md](/developer-documentation/hyperchains-whitepaper/periodically-syncing-hyperchains.md) we describe the latest (as of 2024) version of Hyperchains.

In the [glossary](/developer-documentation/hyperchains-whitepaper/glossary.md) we describe the terms used in periodically syncing hyperchians, these terms should be used in the whitepaper, the code and the configuration as well as when discussing hyperchains in the foorum and chat.

## Build

In order to build the pdf ensure you have [latex](https://www.latex-project.org/) and [bibtex](http://www.bibtex.org/) installed.

Clone the repo:

```
git clone https://github.com/aeternity/hyperchains-whitepaper.git && cd hyperchains-whitepaper
```

Build the pdf:

```
make whitepaper
```


---

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

```
GET https://docs.aeternity.com/developer-documentation/hyperchains-whitepaper.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.
