Further Reading: Token Economics
Foundational Standards and Specifications
ERC-20: Token Standard
- EIP-20 Specification: https://eips.ethereum.org/EIPS/eip-20 The original Ethereum Improvement Proposal by Fabian Vogelsteller and Vitalik Buterin (November 2015). Read the specification itself — it is short, precise, and the authoritative reference for the most important smart contract standard in crypto.
ERC-721: Non-Fungible Token Standard
- EIP-721 Specification: https://eips.ethereum.org/EIPS/eip-721
William Entriken, Dieter Shirley, Jacob Evans, and Nastassia Sachs. The standard that enabled NFTs. Pay particular attention to the
safeTransferFromdesign and theERC721Receiverinterface.
ERC-1155: Multi Token Standard
- EIP-1155 Specification: https://eips.ethereum.org/EIPS/eip-1155 Witek Radomski et al. (Enjin). The batch operations and mixed fungible/non-fungible capability make this the most versatile token standard. The specification includes detailed rationale for each design choice.
ERC-4626: Tokenized Vault Standard
- EIP-4626 Specification: https://eips.ethereum.org/EIPS/eip-4626 Joey Santoro et al. The vault standard that unified DeFi's yield-bearing tokens. The security considerations section is particularly valuable for understanding rounding attacks and inflation attacks on vaults.
Token Economics Theory
"An Introduction to Token Economics" — Shermin Voshmgir
- Book: Token Economy: How the Web3 Reinvents the Internet (2nd edition, 2020) A comprehensive introduction to token economics from first principles. Covers token types, token governance, and the intersection of tokens with decentralized organizations. Accessible to non-technical readers while remaining rigorous.
"Cryptoasset Valuations" — Chris Burniske
- Paper/Book: Cryptoassets: The Innovative Investor's Guide to Bitcoin and Beyond (2017) Burniske's application of the equation of exchange (MV = PQ) to crypto tokens was foundational to how the industry thinks about token valuation. Chapter 11 on the velocity problem is essential reading for anyone designing utility tokens.
"On Medium-of-Exchange Token Valuations" — Vitalik Buterin
- Blog post: https://vitalik.eth.limo/general/2017/10/17/moe.html Buterin's analysis of the velocity problem and why "medium of exchange" tokens tend to be poor stores of value. Written in 2017 but still the clearest articulation of why pure utility tokens struggle to retain value.
"Fat Protocols" — Joel Monegro (Union Square Ventures)
- Blog post: Published August 2016 The thesis that in the blockchain stack, value accrues to the protocol layer (tokens) rather than the application layer. This essay was enormously influential in venture capital's approach to token investing and remains debated.
Mechanism Design and Incentive Engineering
"Mechanism Design for Blockchain Systems" — Various Authors
- Resource: The Flashbots research repository contains multiple papers on mechanism design applied to blockchain systems, including MEV mitigation, fair ordering, and incentive-compatible protocols.
"The Dao of DAOs" — Aaron Wright and Primavera De Filippi
- Book: Blockchain and the Law: The Rule of Code (Harvard University Press, 2018) Examines the legal and governance implications of decentralized organizations and token-based governance. Chapter 7 on "Lex Cryptographia" is particularly relevant to the governance token discussion.
"Governance Minimization" — Fred Ehrsam
- Blog post: Published January 2020 Argues that the best governance systems minimize the number of decisions that need to be made through governance. Relevant to the voter apathy problem and the design of governance-minimized protocols.
Regulatory Framework
SEC Framework for "Investment Contract" Analysis of Digital Assets
- Document: https://www.sec.gov/corpfin/framework-investment-contract-analysis-digital-assets The SEC staff's 2019 framework for applying the Howey Test to digital assets. While not legally binding (it is staff guidance, not a rule), this is the most detailed public statement of how the SEC evaluates whether a token is a security.
SEC v. W.J. Howey Co. (1946)
- Case: 328 U.S. 293 (1946) The original Supreme Court case establishing the Howey Test. Short and readable. Understanding the original case — which involved orange groves in Florida, not tokens — provides context for how the test is stretched to apply to digital assets.
SEC v. Ripple Labs (2023)
- Case: Southern District of New York, No. 20 Civ. 10832 Judge Torres's July 2023 ruling that distinguished between institutional XRP sales (securities) and programmatic exchange sales (not securities). The most important judicial interpretation of the Howey Test as applied to crypto tokens to date.
MiCA Regulation (EU)
- Document: Regulation (EU) 2023/1114 — Markets in Crypto-Assets The European Union's comprehensive crypto-asset regulatory framework. Effective 2024, it creates distinct categories for different token types with specific requirements for each. Compare with the US approach (regulation by enforcement) for perspective on how different jurisdictions approach the same problem.
Case Studies and Post-Mortems
The Uniswap Airdrop
- Uniswap Governance Documentation: https://docs.uniswap.org/ Includes the original UNI distribution proposal, governance parameters, and treasury management documentation.
- "UNI Token Retrospective" — various analyses published on Dune Analytics dashboards tracking UNI distribution, selling behavior, and governance participation.
Axie Infinity's Economic Collapse
- Naavik Research: "The Axie Infinity Economy" (multiple reports, 2021-2022) Naavik published the most rigorous analysis of Axie's token economy, including SLP emission/burn rate analysis, player earnings data, and economic sustainability modeling. Their pre-collapse warnings were among the most prescient in the industry.
- Rest of World: "The Workers Behind AI, and the Workers Who Were Replaced" (2022) Reporting on the human impact of Axie's collapse in the Philippines, including interviews with scholars and managers who lost their livelihoods.
The OlympusDAO Experiment
- "OlympusDAO: A Deep Dive into (3,3)" — various DeFi researchers OlympusDAO's bonding mechanism and rebase system was the most ambitious attempt to create a reserve currency in DeFi. Its 99% decline from all-time high provides lessons about game-theoretic tokenomics and the instability of cooperative equilibria.
Technical Implementation
OpenZeppelin Contracts
- Documentation: https://docs.openzeppelin.com/contracts/ The industry-standard library for ERC-20, ERC-721, ERC-1155, and ERC-4626 implementations. Their token contracts are audited, battle-tested, and used by the majority of serious projects. Read the source code — it is well-commented and instructive.
Token Vesting Implementations
- OpenZeppelin VestingWallet: A reference implementation of linear vesting with cliff support. Compare with the implementation in this chapter's code directory.
- Sablier Protocol: A streaming payment protocol that can be used for continuous token vesting. Represents the state of the art in on-chain vesting.
Advanced Topics
"Tokenomics 101" — a16z Crypto
- Resource: a16z crypto's tokenomics education series covers supply dynamics, token distribution, governance design, and common pitfalls. Written for practitioners, not academics.
"Why I Have Changed My Mind on Tokens" — Haseeb Qureshi (Dragonfly Capital)
- Blog post: An evolving perspective from one of crypto's most thoughtful investors on when tokens add value and when they are unnecessary overhead. Valuable for understanding the "do you even need a token?" question.
"Vetoken Economics" — Curve Finance Documentation
- Resource: Curve's vote-escrowed CRV (veCRV) model is the most influential governance token design in DeFi. Understanding veCRV — locking tokens for up to 4 years to earn boosted rewards and governance power — is essential for anyone designing governance tokenomics.
"Token Engineering" — BlockScience
- Resource: BlockScience and the Token Engineering Commons provide tools, frameworks, and methodologies for rigorous token engineering, including cadCAD (an agent-based modeling framework) for simulating token economies before deployment.