§ 2.3Module 2

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]

ParticipantWhat they doWhy it matters
DevelopersDesign and maintain protocols, applications, smart contracts, and interfacesTurn rules into usable systems
Miners/validatorsValidate transactions and help add blocks under the network’s consensus methodProvide ordering and ledger security
UsersHold, send, receive, or use the asset/applicationCreate demand and real activity
MerchantsAccept crypto for products/servicesTurn the asset into a payment option
Traders/investorsBuy, sell, hold, or speculateProvide liquidity but also price volatility
Exchanges/brokersMatch or facilitate tradesProvide access and price discovery; introduce custody/counterparty risk
Regulators/auditorsApply legal, financial, and compliance rulesShape 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:

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:

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:

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:

[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:

  1. payments and transfer of value;
  2. mining/validation and transaction-fee incentives;
  3. DApp and token utility;
  4. investing and trading;
  5. fundraising and ownership representation;
  6. airdrops and community distribution; and
  7. 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:

Rapid revision

Key takeaways

Sources