# Mining CryptoCash

Anyone can mine for CryptoCash by sending a `mine` transaction to the CryptoCash smart contract on the Stacks blockchain.

There are no hardware requirements and the protocol is open source, so anyone can build a web app/site that interacts with it.

{% hint style="warning" %}
**Miners can only participate once per block.**&#x20;
{% endhint %}

{% hint style="warning" %}
**Once STX is sent for mining CryptoCash, it is not returned.**\
\[STX is distributed to CryptoCash Stackers(95%) & Foundation (5%)**.**]
{% endhint %}

## **How it Works**

CryptoCash miners spend STX while competing to earn the CryptoCash block reward, which follows are halving emission schedule and begins at 3,200 CryptoCash per block.

* 95% of the STX that miners spend is are distributed to the people who Stacked their CryptoCash (Stackers)
* 5% of the STX that miners spend is sent directly the Foundation wallet.

{% hint style="warning" %}
**There is only one winning Miner per block that can claim the CryptoCash reward.**
{% endhint %}

<figure><img src="/files/UZ9girIIZNk8svDBqcP5" alt=""><figcaption></figcaption></figure>


---

# 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/mining-cryptocash.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.
