Cryptocurrency Usage
2.3 — Cryptocurrency Usage
Recall first. Name three different roles in a cryptocurrency ecosystem besides “buyer.” Try to include one role that helps maintain the network and one that uses the asset in a business.
Usage is an ecosystem, not one activity
Cryptocurrency can be used as a payment asset, a network incentive, an application utility, an investment/trading instrument, or a way to distribute participation in a project. The book presents an ecosystem of programmers/developers, miners, users, merchants, traders, administrators, regulators, and bad actors. A useful answer therefore describes who uses it, what they do, and what risk or incentive makes the activity possible. [Book: Ch. 3 §3.5.1, lines 1975–1997]
| Participant | What they do | Why it matters |
|---|---|---|
| Developers | Design and maintain protocols, applications, smart contracts, and interfaces | Turn rules into usable systems |
| Miners/validators | Validate transactions and help add blocks under the network’s consensus method | Provide ordering and ledger security |
| Users | Hold, send, receive, or use the asset/application | Create demand and real activity |
| Merchants | Accept crypto for products/services | Turn the asset into a payment option |
| Traders/investors | Buy, sell, hold, or speculate | Provide liquidity but also price volatility |
| Exchanges/brokers | Match or facilitate trades | Provide access and price discovery; introduce custody/counterparty risk |
| Regulators/auditors | Apply legal, financial, and compliance rules | Shape what uses are permitted and trusted |
A person can occupy several roles. A user may also mine, develop, invest, or operate a merchant business.
Main uses
1. Payments and transfer of value
A user signs a transaction with a private key, broadcasts it, and waits for the network to validate and record it. Cryptocurrency can support direct transfers across geographic boundaries without the same settlement chain as a bank-mediated payment. The practical trade-offs are confirmation delay, transaction fees, price volatility, key responsibility, regulation, and the fact that a mistaken transfer may be difficult or impossible to reverse. [Book: Ch. 3 §§3.1 and 3.3.1, lines 1813–1849; Ch. 4 “Transaction in the Bitcoin Network,” lines 3019–3094; Ch. 3 §3.5.6, lines 2060–2106]
For a merchant, accepting crypto means deciding:
- which assets and networks to accept;
- how many confirmations to wait for;
- who bears network fees and exchange-rate risk;
- whether to hold the asset or convert it to fiat; and
- how to meet tax, consumer-protection, and anti-money-laundering obligations.
2. Network participation and infrastructure
Miners or validators use resources or stake to help secure the network and receive protocol rewards or transaction fees according to its rules. Bitcoin uses Proof-of-Work mining; other networks may use validators, delegated participants, or permissioned ordering services. Mining is therefore not merely “creating money”: it is a consensus activity attached to incentives. [Book: Ch. 3 §3.5.2, lines 1998–2024]
3. Decentralised applications and project utilities
Tokens can be used inside decentralised applications (DApps) to pay for a service, represent access, coordinate participants, or record an asset. This is different from using a native coin simply as a payment or fee asset. The project’s code and governance still matter: putting an application on a blockchain does not make its promises automatically correct.
4. Investing and trading
The book distinguishes:
- Investing: longer-term holding based on a belief in a project, technology, or asset’s future value.
- Trading: shorter-term buying and selling based mainly on price movements and market timing.
Both expose the user to volatility and loss. “Buy low, sell high” is a description of the goal, not a reliable strategy. A cryptocurrency price is not proof of utility, security, legal compliance, or intrinsic value. [Book: Ch. 3 §3.5.5, lines 2054–2059]
5. Airdrops and community distribution
An airdrop distributes free coins or tokens to selected wallet addresses, often to create awareness, reward existing supporters, or encourage adoption. A project may use a snapshot of addresses at a particular block height, or require an action such as registration or promotion. Airdrops can build a community, but “free” distributions attract phishing, fake claims, private-key theft, and pump-and-dump schemes. A request for a private key or seed phrase is a red flag: a sender needs a public address, not signing authority. [Book: Ch. 3 §3.5.3 and §§3.5.3.1–3.5.3.2, lines 2025–2037]
6. Coin or token burning
Burning permanently removes units from circulation by sending them to an unspendable address or otherwise making them unavailable under the protocol. If demand remains constant or grows, reducing supply may support scarcity; it does not guarantee an increase in price. Burning may be used for unsold sale inventory, token economics, or investor-facing supply reduction. [Book: Ch. 3 §3.5.4, lines 2038–2054]
The book also describes Proof-of-Burn, where burning coins is itself used to obtain a chance to validate blocks. Do not confuse:
- ordinary token burning = changing supply;
- Proof-of-Burn = using irreversible destruction as consensus weight.
7. Fundraising and ownership representation
Token sales may be used to fund a project, while security-like tokens can represent investment or ownership claims. These uses bring legal, disclosure, fraud, and investor-protection questions. The relevant label is not enough; facts and jurisdiction determine obligations. [Book: Ch. 3 §3.4.2, lines 1907–1951]
Safety is part of usage
The book’s central operational point is that the user may be the sole custodian: a compromised private key or wrong address can cause irreversible loss. Safe usage therefore means more than choosing a coin. It includes:
- using reputable software and official links;
- checking the network and destination address;
- keeping only a small working balance online;
- backing up recovery material offline;
- using strong unique credentials and two-factor authentication;
- avoiding phishing, fake airdrops, Ponzi claims, and urgency tactics; and
- checking the applicable law and tax treatment.
[Book: Ch. 3 §3.5.6, lines 2060–2106]
Worked example — evaluate a proposed use
A campus club wants to issue a token. Members can redeem it for one workshop seat; the token cannot represent profits. The club also promises that the token price will rise because supply will be burned. Evaluate the design.
Revealed answer
The redemption right is a utility use. Burning may reduce supply, but it does not guarantee appreciation: demand, trust, execution, market conditions, and regulation still matter. The club must secure the smart contract, explain the rules, prevent fake claims, protect members’ keys, and obtain legal advice rather than assuming the “utility” label removes regulation.
Exercise
An investor receives an unsolicited message: “Connect your wallet and sign this transaction to claim a free airdrop. If you do not act in ten minutes, you lose it.” List three checks before doing anything.
Revealed answer
Do not follow the link immediately. Verify the project and announcement through an independently typed official channel; inspect what the transaction actually authorises and whether it can transfer existing assets; and never reveal a private key or seed phrase. If the claim depends on urgency, an unknown site, or an unexplained signature, reject it.
Exam lens
For “uses of cryptocurrency,” organise the answer by function:
- payments and transfer of value;
- mining/validation and transaction-fee incentives;
- DApp and token utility;
- investing and trading;
- fundraising and ownership representation;
- airdrops and community distribution; and
- coin burning and, separately, Proof-of-Burn.
For each, add one benefit and one limitation. A high-quality answer does not claim that cryptocurrency is automatically faster, cheaper, anonymous, legal, or safe; it states the network, custody, volatility, and regulatory trade-offs.
Common traps:
- Investing is not the same as using crypto for payment.
- An airdrop is not automatically free of risk.
- Burning can create scarcity but cannot guarantee price appreciation.
- Mining secures/updates the ledger; it is not simply a banknote printer.
- A blockchain can record a transaction correctly even when the real-world promise behind it is false.
Rapid revision
- Can I name five ecosystem roles and their incentives?
- Can I compare payments, trading, DApp utility, airdrops, and burning?
- Can I separate ordinary burning from Proof-of-Burn consensus?
- Can I explain why a “free” airdrop may be a security attack?
- Can I give a benefit and limitation for every major use?
Key takeaways
- Cryptocurrency usage is an ecosystem: developers, miners/validators, users, merchants, traders, exchanges, and regulators interact.
- Main uses include payments, network participation, DApps/tokens, investment/trading, fundraising, airdrops, and burning.
- Every use has trade-offs involving volatility, fees, confirmation, custody, scams, privacy, and regulation.
- Airdrops need only a public receiving address; a private key or seed phrase must never be requested.
- Burning changes supply; Proof-of-Burn uses burning as consensus weight.
Sources
- S. Chandramouli, Asha A. George, Abhillash K. A., and Meena Karthikeyan, Blockchain Technology. Primary extract: Ch. 3 §§3.5.1–3.5.2 “Ecosystem Players” and “Cryptomining” (lines 1975–2024); §3.5.3 “Airdrop” and sub-sections (lines 2025–2037); §3.5.4 “Token or Coin Burning” (lines 2038–2054); §3.5.5 “Investing and Trading” (lines 2055–2059); §3.5.6 “Cryptocurrency Safety” (lines 2060–2106); §3.5.7 “Regulations Around Cryptocurrency” (lines 2107–2138). OCR errors were corrected only when the intended wording was clear; dated regulatory tables, prices, and market counts are not presented as current facts.