# Token Configuration

## Overview

CryptoCash are fungible tokens on the Stacks blockchain with no ICO, no pre-sale, and no pre-mine.

Once the CryptoCash contracts are deployed and activated, the emission schedule begins and winning miners mint the CryptoCash into existence.&#x20;

CryptoCash can be sent & received using a STX address, used for payments in smart contracts, and more.&#x20;

## Emissions Schedule

Miners receive coinbase rewards for mining CryptoCash, the amount is dependent on what block they mined. Each Epoch has a different reward per block.&#x20;

<table data-header-hidden><thead><tr><th width="97" align="center"></th><th width="162"></th><th width="164"></th><th></th></tr></thead><tbody><tr><td align="center">Epoch</td><td>Blocks per Epoch</td><td>Reward per Block</td><td>Max Total Supply (at end of Epoch)</td></tr><tr><td align="center">0</td><td>210,000</td><td>3200</td><td>672,000,000</td></tr><tr><td align="center">1</td><td>210,000</td><td>1600</td><td>1,008,000,000</td></tr><tr><td align="center">2</td><td>210,000</td><td>800</td><td>1,176,000,000</td></tr><tr><td align="center">3</td><td>210,000</td><td>400</td><td>1,260,000,000</td></tr><tr><td align="center">4</td><td>210,000</td><td>200</td><td>1,302,000,000</td></tr><tr><td align="center">5</td><td>continuous</td><td>100</td><td>1,302,000,000 (+100 per new block)</td></tr></tbody></table>

{% hint style="info" %}
After the final halving (from epoch 4 to 5) the total supply will increase by 100 every newly mined block.
{% endhint %}


---

# 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://docs.stackers.cc/introduction/token-configuration.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.
