# Introduction

[CryptoCash](https://stackers.cc) is a suite of open source [smart contracts](https://docs.stacks.co/clarity/overview) deployed on the [Stacks](https://stacks.co) blockchain, designed to support users via earning rewards in the form of CryptoCash & STX while [Mining](https://docs.stackers.cc/introduction/mining-cryptocash) & [Stacking](https://docs.stackers.cc/introduction/stacking-cryptocash).

CryptoCash's core features are: **Transferring**, **Mining**, **Stacking**, and **Programming**.&#x20;

* Anyone can Transfer CryptoCash by sending a `transfer` transaction to [.cryptocash-token](https://docs.stackers.cc/latest/contracts/.cryptocash-token)\
  \&#xNAN;*(not your keys not your tokens) (no blacklists)*<br>
* Anyone can Mine CryptoCash by sending a `mine` transaction to [.cryptocash-core](https://docs.stackers.cc/latest/contracts/.cryptocash-core) \
  (learn more about [Mining CryptoCash](https://docs.stackers.cc/introduction/mining-cryptocash))<br>
* Anyone can Stack CryptoCash by sending a `stack` transaction to [.cryptocash-core](https://docs.stackers.cc/latest/contracts/.cryptocash-core)\
  (learn more about [Stacking CryptoCash](https://docs.stackers.cc/introduction/stacking-cryptocash))<br>
* Anyone can Program CryptoCash by using [Clarity](https://clarity-lang.org/), the smart contracting language on Stacks.\
  (enabling endless opportunities for entrepreneurs, developers, & engineers.)

Use the navigation on the left to learn more about CryptoCash


---

# 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.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.
