timeline 2012 : Colored Coins (metadata on Bitcoin outputs) 2013 : Mastercoin / Omni (token layers on Bitcoin) 2014 : Counterparty (assets, early collectibles) 2014 : Namecoin experiments (names/identities)
Section VII: Ethereum Framework
April 9, 2026
Native coins (e.g., ETH): secure the chain; pay for computation and data.
Fungible tokens (ERC‑20 class): interchangeable units (stablecoins, governance).
Non‑fungible tokens (ERC‑721/1155 class): unique identifiers with metadata.
Asset‑backed and reference tokens: real-world assets (RWAs), wrapped assets, receipts.
The key distinction is what the token references and who enforces it. Purely on-chain assets are defined by code and consensus. Asset-backed tokens are only as trustworthy as the custodian or legal structure behind them.
The problem: traditional asset systems rely on siloed ledgers, manual settlement, and intermediaries that add cost, delay, and opacity.
Programmability: assets as APIs, enabling automation and composability.
Provenance: append‑only ownership history and verifiable scarcity.
Market access: fractionalization and 24/7 settlement across borders.
Risks: custody & keys, market manipulation, off‑chain dependencies, regulation.
Colored Coins (2012): proposed tagging Bitcoin outputs to represent non-BTC assets; relied on off-chain agreement to interpret the tags.
Mastercoin / Omni (2013): layered token issuance on Bitcoin via OP_RETURN; added simple logic but hit script and metadata limits.
Counterparty (2014): enabled user-defined assets and early collectibles on Bitcoin; demonstrated interest in richer on-chain representations.
Lesson learned: these projects showed that some builders wanted richer asset primitives, but adoption remained narrow. The friction — limited scripts, inconsistent off-chain indexers, and minimal composability — revealed that the substrate itself needed to support stateful logic natively.
timeline 2012 : Colored Coins (metadata on Bitcoin outputs) 2013 : Mastercoin / Omni (token layers on Bitcoin) 2014 : Counterparty (assets, early collectibles) 2014 : Namecoin experiments (names/identities)
timeline 2017 : CryptoPunks & CryptoKitties popularize NFT scarcity and provenance 2018-2019 : Marketplaces (OpenSea, SuperRare) and metadata standards mature 2020-2021 : Fractional.art, NFTfi, Aavegotchi integrate NFTs with DeFi & gaming 2021-2023 : Beeple's $69M sale, BAYC boom, brand & celebrity adoption; market correction 2024+ : Utility & identity NFTs (POAPs, Lens, ticketing, loyalty, credentials)
Token ownership ≠ intellectual property ownership by default.
Token points to metadata which may reference media (image, model, etc.).
Rights live in licenses/terms; on‑chain standards rarely encode legal rights.
Good practice: clear licensing combined with content hashes to anchor files.
Example: Bored Ape Yacht Club granted commercial rights to holders via an explicit license, while many other projects granted nothing at all. When Yuga Labs acquired CryptoPunks, one of the first actions was to grant IP rights that the original project never provided — illustrating how token ownership alone was insufficient.
https://example.com/file.json.
Royalties are signals, not rules. Standards like EIP-2981 let creators publish a preferred royalty percentage on-chain, but marketplaces choose whether to honor it. Some pay creators on every resale; others bypass royalties to attract traders with lower fees.
Primary vs secondary markets work differently. Primary sales (mints) are event-driven — allowlists, fixed prices, or auctions set initial distribution. Secondary markets discover ongoing demand through open trading, but liquidity is never guaranteed.
Wash trading distorts signals. A wallet buying from itself inflates volume and price history. Thin markets mean a few large orders can swing prices dramatically. Provenance proves history, not value — a long chain of sales does not imply healthy demand.
Reference tokens for fiat, commodities, or securities rely on off‑chain enforcement.
Custody, auditing, and legal agreements determine safety—not just code.
Benefits: fractionalization, 24/7 settlement, programmable compliance.
Risks: jurisdictional complexity, oracle/data integrity, redemption gates.
Examples in practice: Ondo Finance tokenized U.S. Treasuries (OUSG) to offer on-chain yield exposure backed by BlackRock funds. Paxos issues PAXG, a gold-backed token where each token represents one troy ounce held in London vaults. Centrifuge tokenizes real-world invoices and loans as collateral for on-chain lending pools. In each case, the token’s trustworthiness depends on the custodian and legal structure, not just the smart contract.
Mutable metadata without disclosure — changing assets after sale erodes buyer trust.
Centralized hosting with no content hashes — link rot and silent content swaps.
Over-broad approvals and compromised marketplaces — poorly scoped permissions let attackers drain wallets.
Ambiguous or missing rights — no license means buyers cannot know what they are permitted to do.
Verification discipline: always check the contract address and token ID before trusting an NFT. Verify metadata hashes and storage locations (IPFS CID or Arweave TX). Use provenance graphs to spot fakes. Beware spoofed domains, fake collections, and phishing signing prompts.
CryptoPunks (2017): 10,000 algorithmically generated avatars on Ethereum. No explicit IP license at launch — rights were retroactively granted after Yuga Labs’ acquisition. Demonstrates how token ownership alone does not confer rights.
Starbucks Odyssey (2022–2024): loyalty NFTs on Polygon granting members access to exclusive experiences. Showed enterprise interest in utility-based tokens, but was discontinued — illustrating that even well-resourced projects can fail to find product-market fit.
Propy (2017–present): tokenized real estate transactions. The on-chain record represents a legal transfer processed through traditional title and escrow — the blockchain layer adds transparency but does not replace the legal framework.
U.S. DoD supply-chain pilots: permissioned ledger experiments tracking aircraft parts and maintenance records as unique tokens, prioritizing auditability and provenance over public tradability.
Dynamic NFTs and programmable rights; evolving metadata schemes.
Royalty signaling standards and market enforcement debates.
Cross‑chain identity and portability; wallets as identity hubs.
Data availability advances enable richer on‑chain assets at lower cost.
Central Bank Digital Currencies (CBDCs): many central banks are exploring or piloting tokenized sovereign currency. CBDCs apply the same tokenization logic — programmable, auditable digital claims — but under centralized issuance and policy control. They represent a major design space where the concepts from this lecture (token standards, metadata, on-chain vs off-chain enforcement) intersect directly with monetary policy and national security.
Tokenization maps claims to on‑chain objects with programmable control.
NFTs provide provenance and uniqueness; rights depend on explicit licenses.
Storage choices (on‑chain/IPFS/HTTP) determine integrity and trust.
Standards enable composability; design discipline prevents common harms.
Time: 10–15 minutes
Setup (2 min): Each pair receives a short description of a fictional token project: its name, what it claims to represent, its metadata storage method, and its approval model.
Analysis (5 min): For your project, answer:
Prescription (3 min): Write one concrete improvement the project should implement before launch.
Share-out (3 min): Two pairs present their most important finding. Class identifies common patterns across projects.

Digital Assets, Tokenization, and NFTs — Army Cyber Institute — April 9, 2026