# What is Cryptocurrency?

**Cryptocurrency** is a type of digital money that only exists online. Unlike regular money (like dollars or euros) that governments issue, cryptocurrencies are decentralized and run on a technology called **blockchain**.

Think of the blockchain as a public, digital database that records every transaction made with a cryptocurrency. This database is shared across many computers worldwide, so no single person or organization controls it. This decentralization makes it secure and nearly impossible to fake or double-spend coins.

The most popular cryptocurrencies are **Bitcoin** (BTC),  **Ethereum** (ETH) and **Solana** (SOL) but there are thousands of others, each with its own purpose and community.

Cryptocurrencies can be:

* **Traded** for profit
* **Used** to buy some goods and services
* **Sent** to others as digital payments
* **Used for specific utilities.** Some cryptocurrencies offer perks like revenue-sharing, access to exclusive products or services, or other benefits within a certain ecosystem.

**Why are people interested in crypto?**

1. **Privacy and Control**: With crypto, you control your own funds, without needing a bank.
2. **Investment**: People buy crypto as a way to invest, hoping its value will increase over time.
3. **New Technology**: Blockchain tech offers new ways to handle money and digital assets, sparking innovation in finance and beyond.


---

# 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.bitfoot.com/new-to-crypto/what-is-cryptocurrency.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.
