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

# Supply and Emission

## Maximum Supply

The maximum supply is:

```
23,000,000 ZKA
```

## Initial Block Reward

The initial block subsidy is:

```
12 ZKA per block
```

## Halving Schedule

The subsidy halves every:

```
1,051,200 blocks
```

With a 120-second target block time, this is roughly a 4-year interval.

The reward schedule is integer-based:

| Era | Reward |
| --- | ------ |
| 0   | 12 ZKA |
| 1   | 6 ZKA  |
| 2   | 3 ZKA  |
| 3   | 1 ZKA  |
| 4+  | 0 ZKA  |

## Cap Enforcement

Block reward calculation clips the reward to the remaining supply cap. Once the maximum supply has been emitted, the subsidy becomes zero and miner incentives depend on fees.

## Release Discipline

Emission constants are consensus-critical. Any release that changes supply, reward, halving, block time, or maturity behavior needs explicit release notes, test coverage, and operator coordination. Documentation should follow the active release branch rather than old screenshots or informal messages.


---

# 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://zokanetwork.gitbook.io/zokanetwork/tokenomics/supply-and-emission.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.
