> For the complete documentation index, see [llms.txt](https://docs.stackers.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stackers.cc/introduction/token-configuration.md).

# 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 %}
