> 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/coin-information.md).

# Coin Information

## Name and Ticker

```
Name: Zoka
Ticker: ZKA
```

## Decimals

ZKA uses 6 decimal places:

```
1 ZKA = 1,000,000 atoms
0.000001 ZKA = 1 atom
```

Applications should reject amounts with more than 6 decimal places. Internally, amounts are represented as integer atoms, which avoids floating-point rounding inside wallet, fee, and reward logic.

## Chain IDs

The current code separates public network data by chain ID:

```
Mainnet: zoka-mainnet-v1
Testnet: zoka-testnet-v1
```

Wallet files, chain databases, and network configuration should not be mixed between networks. A wallet interface may show the same ticker, but the active network context determines which chain data and RPC endpoints are used.


---

# 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/coin-information.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.
