# Welcome to ZugChain

ZugChain eliminates the trade-offs of legacy blockchains by providing institutional-grade transparency, permissionless security, and seamless developer onboarding.

### Why ZugChain Competes with Enterprise L1s

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><mark style="color:$primary;"><strong>Transparent Economics</strong></mark></td><td>Unlike competitors with opaque token distributions, every ZUG allocation is public, verifiable, and governed by immutable smart contracts.</td></tr><tr><td><mark style="color:$primary;"><strong>True Decentralization</strong></mark></td><td>Anyone with 32,000 ZUG can run a validator. No permissioned validator sets, no central authorities controlling block production.</td></tr><tr><td><mark style="color:$primary;"><strong>Developer Experience</strong></mark></td><td>Deploy your existing Ethereum dApps with zero modifications. Full Solidity support, Web3.js, Ethers.js, Hardhat, Foundry support out of the box.</td></tr></tbody></table>

### Core Pillars

#### <mark style="color:$primary;">01 / Bitcoin Economics (Verifiable Scarcity)</mark>

Hard-capped at 1 billion tokens with programmatic halving every 2 years. Zero central bank manipulation, zero arbitrary minting.

* 50 ZUG block reward with predictable halving schedule
* Deflationary fee burning mechanism (50% burned)

#### <mark style="color:$primary;">02 / Ethereum Security (Battle-Tested)</mark>

Powered by Prysm Beacon Chain and Geth—the same battle-tested clients securing billions in Ethereum. Proof-of-Stake consensus.

* 12-second block times for optimal network stability (Ethereum Standard)
* Full EVM compatibility—deploy Solidity contracts instantly

#### <mark style="color:$primary;">03 / N=256 Scalability (Vertical Sharding)</mark>

Parallel transaction streams across 256 shards. Target throughput exceeds 100,000+ real-world TPS with sub-2s latency.

* Asynchronous Atomic Messaging (AAM) for cross-shard TX
* Stateless execution for consumer-grade validation

### Network Parameters at a Glance

<table><thead><tr><th width="172">Block Time</th><th width="152">Max Supply</th><th width="172">Validator Stake</th><th width="139">Shard Count</th></tr></thead><tbody><tr><td>12s</td><td>1 Billion</td><td>32,000 ZUG</td><td>N=256</td></tr></tbody></table>


---

# 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://zugchain.gitbook.io/zugchain/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.
