> For the complete documentation index, see [llms.txt](https://apes-2.gitbook.io/the-age-of-apes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apes-2.gitbook.io/the-age-of-apes/introduction/working.md).

# Working

Cryptocurrencies are not controlled by the government or central regulatory authorities. As a concept, crypto currency works outside of the banking system using different brands or types of coins – Bitcoin being the major player&#x20;

**MINING**&#x20;

Crypto currencies (which are completely digital) are generated through a process called “mining”. This is a complex process. Basically, miners are required to solve certain mathematical puzzles over specially equipped computer systems to be rewarded with bitcoins in exchange. In an ideal world, it would take a person just 10 minutes to mine one bitcoin, but in reality, the process takes an estimated 30 days.&#x20;

**BUYING, SELLING, AND STORING**

Users today can buy crypto currencies from central exchanges, brokers, and individual currency owners or sell it to them. Exchanges or platforms like Coinbase are the easiest ways to buy or sell crypto currencies. Once bought, crypto currencies can be stored in digital wallets. Digital wallets can be“hot” or “cold”. Hot means the wallet is connected to the internet, which makes it easy to transact, but vulnerable to thefts and frauds. Cold storage, on the other hand, is safer but makes it harder to transact.&#x20;

**TRANSACTING OR INVESTING**&#x20;

Once bought, crypto currencies can be stored in digital wallets. Digital wallets can be “hot” or “cold”. Hot means the wallet is connected to the internet, which makes it easy to transact, but vulnerable to thefts and frauds. Cold storage, on the other hand, is safer but makes it harder to transact.&#x20;

Cryptocurrencies like Bitcoins can be easily transferred from one digital wallet to another, using only a smartphone. Once you own them, your choices are to:&#x20;

A. Use them to buy goods or services.

B. Trade in them&#x20;

C. exchange them for cash&#x20;

If you are using Bitcoin for purchases, the easiest way to do that is through debit-card-type transactions. You can also use these debit cards to withdraw cash, just like at an ATM. Converting crypto currency to cash is also possible using banking ac-counts or peer-to-peer transactions.


---

# 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://apes-2.gitbook.io/the-age-of-apes/introduction/working.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.
