Cryptocurrency
A digital or virtual currency that is secured by cryptography, which makes it nearly impossible to counterfeit or double-spend.
Cryptocurrency is a form of digital money designed to work as a medium of exchange through a computer network that is not reliant on any central authority, such as a government or bank, to uphold or maintain it.
Key characteristics:
1. Decentralization: Operates on distributed ledger technology (blockchain), with no single point of control.
2. Cryptographic Security: Uses advanced cryptographic techniques to secure transactions and control the creation of new units.
3. Transparency: All transactions are recorded on a public blockchain, visible to anyone.
4. Immutability: Once confirmed, transactions cannot be reversed or altered.
The first cryptocurrency was Bitcoin, created in 2009 by Satoshi Nakamoto. Since then, thousands of alternative cryptocurrencies (altcoins) have been created, each with unique features and use cases. Popular examples include Ethereum (ETH), which enables smart contracts, and stablecoins like USDT, which maintain a stable value.
Cryptocurrencies are stored in digital wallets and can be used for peer-to-peer transactions, online purchases, investment, or as a store of value. The crypto market is highly volatile but has gained mainstream adoption with growing institutional interest and regulatory frameworks.
graph LR
Center["Cryptocurrency"]:::main
Rel_stablecoin["stablecoin"]:::related -.-> Center
click Rel_stablecoin "/terms/stablecoin"
Rel_digital_assets["digital-assets"]:::related -.-> Center
click Rel_digital_assets "/terms/digital-assets"
Rel_dyor["dyor"]:::related -.-> Center
click Rel_dyor "/terms/dyor"
classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
linkStyle default stroke:#4b5563,stroke-width:2px;
🧠 Knowledge Check
🧒 Explain Like I'm 5
Cryptocurrency is like 'gold' but it lives purely on the internet. You can't hold it in your hand, but you can send it to someone on the other side of the planet in seconds. Because it's guarded by very smart math ([cryptography](/en/terms/cryptography)), no one can 'copy' the coins or steal them from you if you keep them safe.
🤓 Expert Deep Dive
Cryptocurrencies represent a paradigm shift in monetary systems, leveraging distributed ledger technology (DLT) and advanced cryptography to achieve decentralization and security. The core innovation lies in the combination of [public-key cryptography](/en/terms/public-key-cryptography) for transaction signing and verification, and consensus [algorithms](/en/terms/consensus-algorithms) (e.g., Nakamoto consensus in Bitcoin) to maintain ledger integrity across a trustless network. Architectural trade-offs are evident in the blockchain trilemma: balancing decentralization, security, and scalability. Many early cryptocurrencies, like Bitcoin, prioritized decentralization and security, leading to lower transaction throughput. Newer protocols explore sharding, layer-2 solutions, and alternative consensus mechanisms (like Proof-of-Stake variants) to enhance scalability, often introducing new security considerations or potential centralization vectors. The economic incentives embedded within tokenomics are crucial for network security and participation, but can also lead to speculative bubbles and market manipulation.