> 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/architecture/quickstart.md).

# Esperchain Overview

## What is Esperchain?

Esperchain is an AI-first Layer 1 blockchain designed for the agentic future where autonomous agents will handle most blockchain interactions. Unlike traditional blockchains that waste energy on purposeless computations or lock up massive capital in security deposits, Esperchain transforms blockchain consensus into a productive AI compute service while maintaining Bitcoin-level security.

### What is Proof-of-AI?

Proof-of-AI (PoAI) is Esperchain's revolutionary consensus mechanism that replaces wasteful proof-of-work mining with useful AI computation. Here's how it works:

**The Core Innovation**: Instead of miners solving meaningless hash puzzles, block producers perform forward passes through state-of-the-art language models (like Llama 3) on randomly sampled prompt batches. This creates "useful work" that serves the network while securing it.

**Verification Process**: Miners must provide zero-knowledge STARK proofs that they correctly executed the AI inference and met the difficulty target. This ensures the work is both verifiable and impossible to pre-compute.

**Dual Purpose**: The same computation that secures the network also powers a zero-gas LLM API for token holders, who receive Compute Credits to make AI calls directly on-chain.

**ASIC Resistance**: The model rotates every six months through DAO governance, ensuring specialized hardware becomes obsolete and mining remains decentralized.

### Quantum-Proof Architecture

Esperchain is built quantum-native from genesis, not retrofitted with quantum resistance as an afterthought:

**Complete Quantum Security**: Every cryptographic primitive is designed to withstand large-scale quantum computers:

* **Lattice-based signatures** (CRYSTALS-Dilithium) replace vulnerable elliptic curve cryptography
* **Hash-based VRF** ensures quantum-resistant randomness for consensus
* **STARK proofs** provide quantum-secure zero-knowledge verification
* **512-bit Poseidon hashing** maintains 256-bit security against Grover's algorithm

**Future-Proof Design**: While Bitcoin, Ethereum, and other major blockchains face existential threats from Shor's algorithm breaking their elliptic curve foundations, Esperchain users remain secure without requiring any upgrades or migrations when quantum computers arrive.

**No Hybrid Complexity**: Unlike stopgap solutions that layer quantum-resistant schemes onto classical cryptography, Esperchain's quantum-native approach maintains simplicity and efficiency while providing ironclad security.

### Enterprise-Grade Performance: 10,000+ TPS

Esperchain achieves breakthrough performance through **PoAI-HotStuff**, a Byzantine Fault Tolerant variant of Proof-of-AI that delivers enterprise-grade throughput while maintaining the useful work paradigm. By combining HotStuff's deterministic finality with zkLLM verification, Esperchain processes over 10,000 transactions per second with sub-second finality.

The system uses pipelined consensus where validators pre-compute AI inference and share succinct zkLLM proofs, enabling parallel processing across execution shards. This architecture scales linearly - with execution sharding and optimized networking, the system sustains 10,000+ TPS on commodity hardware while preserving the security guarantees of cryptographically verified AI work.

Unlike traditional high-throughput blockchains that sacrifice decentralization or useful work, Esperchain's PoAI-HotStuff maintains both AI-powered consensus and enterprise performance, delivering Web2-level responsiveness with uncompromising cryptographic security.

### Quantum Vaults: Protecting Existing Blockchains

Beyond its native AI-powered blockchain, Esperchain provides **Quantum Vaults** - quantum-resistant shadow ledgers that protect existing blockchain ecosystems from quantum computing threats. These vaults create 1:1 cryptographically mirrored versions of major blockchains while upgrading their vulnerable cryptographic foundations:

**Quantum AI Bitcoin (qBTC)** preserves Bitcoin's UTXO model and 21 million supply cap while replacing ECDSA signatures with quantum-resistant Dilithium and upgrading mining from SHA-256 to RandomX-Q, ensuring Bitcoin's monetary revolution survives the quantum transition.

**Quantum AI Ethereum (qETH)** maintains perfect EVM compatibility and complete state parity, allowing all smart contracts, DeFi protocols, and dApps to continue operating unchanged while protected by post-quantum cryptography - preserving the entire Ethereum ecosystem's network effects.

**Quantum AI Solana (qSOL)** builds upon proven quantum-resistant work like the Solana Winternitz Vault project, offering multiple security tiers from maximum-security hash-based signatures to high-performance Dilithium signatures, maintaining Solana's industry-leading throughput while adding comprehensive quantum protection.

***

*Esperchain represents the convergence of three critical technological shifts: the rise of AI agents, the need for useful blockchain consensus, and the imperative for quantum-resistant infrastructure. It's not just a blockchain—it's the foundation for the post-quantum, agent-driven digital economy.*

You have to remember that Esperchain as of now is a vision with some headline metrics being **2 to 10 times ahead of today’s proven state of the art**. Factor that into risk and timeline planning.


---

# 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/architecture/quickstart.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.
