> For the complete documentation index, see [llms.txt](https://academy.autonomys.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.autonomys.xyz/additional-learning/web3/what-is-a-crypto-currency.md).

# What is a Cryptocurrency

## Features of Cryptocurrency

A cryptocurrency is a form of digital or virtual currency that is secured by [cryptography](https://www.fortinet.com/resources/cyberglossary/what-is-cryptography#:~:text=Cryptography%20is%20the%20process%20of,%2C%20computer%20passwords%2C%20and%20ecommerce.) making it nearly impossible to counterfeit or double-spend. Cryptocurrencies are decentralized networks based on blockchain technology.

Here are 6 key features of cryptocurrencies:

1. Decentralized: Cryptocurrencies are not issued or controlled by any central authority like a government or bank. They operate in a decentralized manner across a peer-to-peer network.
2. Secure: Transactions in cryptocurrencies are secured through the use of cryptography, making them highly secure and difficult to counterfeit.
3. Pseudonymous: Cryptocurrency transactions are recorded in a public ledger (blockchain) without revealing the real-world identities of the parties involved. Users can hold multiple public addresses or wallets to receive and send funds.
4. Transparent: The blockchain ledger is transparent, meaning that anyone can view all transactions on the network.
5. Limited Supply: Most cryptocurrencies have a limited and predetermined supply, which is defined by code and cannot be manipulated by any central authority.
6. Global: Cryptocurrencies can be transferred globally, rapidly, and at a relatively low cost compared to traditional cross-border money transfers.

Some of the most well-known cryptocurrencies include Bitcoin (BTC) and Ethereum (ETH). Cryptocurrencies have gained popularity due to their potential for secure, borderless, anonymous transactions and as an alternative to traditional fiat currencies.

However, their use and regulation remain a subject of ongoing debate, with concerns around price volatility, potential use in illicit activities, and environmental impact from the high energy consumption required for mining some cryptocurrencies.

Obtaining cryptocurrency can be achieved primarily through two methods: buying and mining or farming, in some contexts.

## **Are crypto coins and tokens the same?**

Crypto coins, such as Bitcoin or Ethereum, are native to their own blockchain. They are designed to function as digital currency and are used to store value or make transactions.

On the other hand, crypto tokens are created on existing blockchains using the framework provided by platforms like Ethereum. Tokens can serve a variety of purposes beyond just transactions; they can represent assets, provide utility within applications, or signify ownership or rights. Tokens are versatile and can be used in applications such as decentralized finance (DeFi) services, voting systems, or as digital representations of physical assets.


---

# 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, and the optional `goal` query parameter:

```
GET https://academy.autonomys.xyz/additional-learning/web3/what-is-a-crypto-currency.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
