> For the complete documentation index, see [llms.txt](https://esper.gitbook.io/esperchain-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://esper.gitbook.io/esperchain-docs/readme.md).

# Introduction

Blockchain innovation stalls. Teams chase speed measured by TPS, but the architecture stays the same - it's another proof-of-work/stake with elliptic curve cryptography for key generation and signatures. These blockchains are not ready for quantum computers nor AI applications.

Esperchain is a new **L1 blockchain that is quantum-proof and AI-first**. We are heavy research-oriented to bring cutting edge research in machine learning and post-quantum cryptography to blockchains.

We are **quantum-proof** by using lattice-based, hash-based and isogeny-based cryptography.

We are **AI-first** thanks to our proof-of-AI consensus mechanism.

Blockchain innovation starts with Esper.

### Jump right in

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Esperchain Overview</strong></td><td>1-pager on Esper</td><td></td><td></td><td><a href="/pages/CyH2xJQs9yWJ1S8BYNav">/pages/CyH2xJQs9yWJ1S8BYNav</a></td></tr><tr><td><strong>Proof-of-AI</strong></td><td>AI-first consensus</td><td></td><td></td><td><a href="/pages/37aqhkB0DAWhms7eVKHA">/pages/37aqhkB0DAWhms7eVKHA</a></td></tr><tr><td><strong>Quantum-proof</strong></td><td>Cryptography</td><td></td><td></td><td><a href="/pages/JjjojIyKxaiBPzzLwvtg">/pages/JjjojIyKxaiBPzzLwvtg</a></td></tr></tbody></table>


---

# 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://esper.gitbook.io/esperchain-docs/readme.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.
