§ 2.1Module 2

Cryptocurrency — Bitcoin, Altcoins, and Tokens

2.1 — Cryptocurrency: Bitcoin, Altcoin, and Tokens

Recall first. From Module I, a blockchain is a shared ledger, not money itself. What must a digital-cash system prevent if the same digital object can be copied? Write double spending, and one way a blockchain could prevent it, before reading.

The central distinction

A cryptocurrency is a digital asset whose ownership and transfer are controlled by cryptographic keys and the rules of a blockchain or similar distributed ledger. It is not the same thing as the blockchain:

The book describes cryptocurrency as an encrypted, decentralised digital currency built on blockchain technology and contrasts it with government-issued fiat money. That description is useful for the exam, but “currency” should not make us assume every crypto asset functions well as everyday money: an asset may instead pay for network use, represent a right, or be traded as an investment. [Book: Ch. 3 §3.1, lines 1801–1818]

What makes an asset a coin?

A coin is native to its own blockchain. Its ledger has built-in rules for creating, transferring, and validating that asset. Examples in the book include Bitcoin, Litecoin, Monero, XRP, and Ether; the exact consensus and monetary policy differ by network. A coin can normally be used to pay that network’s transaction fees, although the details depend on the protocol. [Book: Ch. 3 §§3.3.1–3.3.2, lines 1860–1874; §3.4.1, lines 1888–1899]

Bitcoin is therefore both:

  1. a protocol/network that maintains a public transaction ledger using Proof-of-Work; and
  2. the name commonly used for its native coin, BTC.

Do not write “Bitcoin is a blockchain” without qualification. A safer exam sentence is: Bitcoin is a cryptocurrency system that uses the Bitcoin blockchain; blockchain is the underlying ledger technology.

Altcoins

Altcoin means an alternative cryptocurrency coin: broadly, any coin other than Bitcoin. An altcoin may be:

The important technical test is not “does it look like Bitcoin?” It is: Does it have its own independent ledger and protocol? If yes, it is a coin/altcoin rather than merely a token. Altcoins may change block times, monetary supply, scripting, privacy, or consensus. [Book: Ch. 3 §3.4.1, lines 1888–1906]

Tokens

A token is a digital asset created on top of an existing blockchain. A smart contract usually defines its balances, transfer rules, and special functions. The token borrows the host chain’s infrastructure and security instead of bootstrapping a new peer-to-peer network, consensus mechanism, and native monetary system from scratch. [Book: Ch. 3 §3.4.2, lines 1907–1924]

A useful analogy:

Blockchain = railway network
Coin       = the network's native ticket/fuel
Token      = a pass issued by an application using that railway

The analogy is imperfect, but it preserves the key distinction: a coin belongs to the base network; a token is an application-level asset.

Terminology warning. The book sometimes calls Ether a token because it discusses tokens broadly. For this syllabus, classify ETH as the native coin of Ethereum, while an ERC-20 asset deployed on Ethereum is a token. Always define your terms before classifying an example.

Utility and security tokens

Utility token

A utility token gives its holder a use, access right, or function within a project ecosystem. It may pay for a service, unlock a feature, or provide limited participation rights. The word “utility” describes intended function, not a guarantee that the asset is safe, valuable, or legally exempt from regulation. [Book: Ch. 3 §3.4.2.1, lines 1925–1934]

Security token

A security token represents an investment-like claim, such as equity, profit participation, or another financial right. The book connects it with a Security Token Offering and describes the Howey-style questions: investment of money or assets, expectation of profit, a common enterprise, and reliance on the efforts of others. [Book: Ch. 3 §3.4.2.2, lines 1907–1937]

This is an exam classification, not a universal legal decision. Whether a token is a security depends on the law and facts of the jurisdiction; a project cannot make it non-security merely by naming it “utility.”

QuestionCoin / altcoinTokenUtility tokenSecurity token
Where does it live?Its own blockchainExisting host blockchainExisting host blockchainExisting host blockchain
Main roleNative payment, fees, or valueApplication-level assetAccess/use/right in a projectInvestment or ownership-like claim
Needs its own consensus?YesNo; uses host chainNo; uses host chainNo; uses host chain
Main exam clueIndependent ledgerSmart contract on another chainProduct/service utilityProfit, equity, or investment expectation

Forks: where new coins can come from

A fork is a change or divergence in protocol rules. A hard fork is not backward-compatible and may create two independently followed chains; a soft fork is designed to remain compatible with older validation rules. A fork can produce a new coin only when the network and its participants continue a separate history under the changed rules. Merely copying source code does not automatically create a valuable currency: users, validators/miners, wallets, exchanges, and governance must support it. [Book: Ch. 3 §3.3.1, lines 1840–1859]

Worked example — classify four assets

Classify each asset as coin/altcoin, token, utility token, or security token:

  1. Asset A is created by its own blockchain and pays fees on that chain.
  2. Asset B is an ERC-20 contract that lets users pay for storage in a decentralised application.
  3. Asset C is a contract promising holders a proportional share of a company’s profits.
  4. Asset D is a Bitcoin-derived network with a different block interval and its own miners.
Revealed answer
  1. Coin (and, if contrasted with Bitcoin, an altcoin): it has an independent ledger and native fee system.
  2. Token, specifically a utility token: its value/function comes from using the host application.
  3. Token, specifically a likely security token: it represents an investment-like financial claim. Legal classification still depends on jurisdiction and facts.
  4. Altcoin: it is an independent blockchain with its own protocol, even though it descended from Bitcoin’s code or design.

Exercise

A project says: “Our token is decentralised because it runs on Ethereum, so investors do not need to examine the project team.” What is wrong with this reasoning?

Revealed answer

The host blockchain may provide ledger infrastructure and consensus, but it does not guarantee that the application, token contract, issuer, governance, economics, or promised service is honest or successful. A token can inherit Ethereum’s transaction security while retaining project-level smart-contract, governance, legal, and market risks.

Exam lens

For a Bitcoin–altcoin–token answer, use this order:

  1. Define cryptocurrency as a cryptographically controlled digital asset.
  2. Separate the asset from the blockchain that records it.
  3. State that Bitcoin is the original cryptocurrency and BTC is its native coin.
  4. Define an altcoin as a non-Bitcoin coin with its own blockchain.
  5. Define a token as an asset on an existing blockchain.
  6. Distinguish utility (use/access) from security (investment/ownership-like claim).
  7. Add the caveat that legal classification is jurisdiction-dependent.

Common traps:

Rapid revision

Key takeaways

Sources