§6 Global Ledger and Verifiable Rules
Good/bad competition depends on verifiable information and low-cost switching; the global ledger and programmable rules supply the technical base for those conditions.
Every major turn in monetary history has accompanied an upgrade in recording and verification technology. From verifying weight and fineness of commodity money, to mint marks on metallic coin, to anti-counterfeit printing of paper notes, to double-entry bookkeeping in commercial banks, to electronic archives in central clearing systems—each recording technology defined a form of trust: whose ledger counts, who may amend, who may contest. In October 2008 a nine-page white paper proposed a new recording technology: without a central institution, anyone could join the network, verify the ledger, and participate in bookkeeping, all independent of any particular trust relationship. What it rewrote was far more than payment efficiency; it was the infrastructure on which trust itself is built. The foundational leap from Bitcoin to smart-contract platforms rewrote both the meaning of “verifiable rules” and the rules of the monetary-competition game—fiat would not vanish, but “rules over persons” for the first time acquired an engineerable technical path in global monetary competition.
Section 1. What Satoshi Changed
Bitcoin applied for no banking license and lobbied no legislature. Its inventor was an anonymous or pseudonymous individual (or group) using the name “Satoshi Nakamoto,” who submitted a white paper to a cryptography mailing list in the shadow of the 2008 financial crisis and, on 3 January 2009, launched the first block—the genesis block. Embedded in the genesis block’s coinbase transaction was a line of text: “The Times 03/Jan/2009 Chancellor on brink of second bailout for banks.” That line is a timestamp and a manifesto: a monetary system that needs no bailout and depends on no chancellor was starting.
Bitcoin’s architecture reflects a systematic critique of existing monetary institutions. Byzantine-fault-tolerant consensus solved the engineering problem of “reaching state agreement in a network of untrusted participants”; proof of work (PoW) made ledger tampering costlier than its benefit (rewriting history requires more than 50% of hash power)—Satoshi’s white paper §4 explicitly traces PoW to Adam Back’s Hashcash anti-spam mechanism, embedding “verifiable computational cost” in issuance discipline1; the white paper’s references also credit Wei Dai’s b-money proposal (1998)—a precursor chain of distributed ledgers and proof of work2; Szabo’s 2005 “bit gold” and 1998 “Secure Property Titles” had already sketched distributed property registration and timestamp chains, and Hal Finney’s 2004 RPOW (Reusable Proofs of Work) was the engineering middle link between Szabo’s vision and Satoshi’s chained ledger3; issuance rules were written into genesis code, halving every 210,000 blocks, with a hard cap of 21 million coins. Changing any of these core parameters requires broad consensus among network nodes and miners—in practice equivalent to the birth of a new money, not an “upgrade” of the old.
The precise description of the core innovation is: do not trust the issuer’s person; verify whether rules are obeyed. When Hayek envisioned circulation of private tokens, he described a paper-money system that global institutions could “freely issue and compete,” with issuers sustaining themselves by purchasing-power stability4—structurally different from metallic-era reliance on physical attributes (coin fineness) and paper-era reliance on institutional promises (central-bank backing). Holders can run a full node themselves, independently verify current ledger state and historical issuance, without any intermediary telling them the truth. This moves the foundation of monetary trust from “believe an institution’s promise” to “verify the logic of mathematics and code.” The former can be altered by political pressure; the latter cannot.
Yet Bitcoin’s design also contains limits. Base-layer throughput of roughly seven transactions per second cannot directly serve global retail payments; energy consumption remains contested; lack of programmability limits direct use in complex financial logic. Satoshi solved “how to build a value ledger without a trusted third party”—a foundational, most important problem; but the full functions of money and finance far exceed a “trusted ledger,” which is what post-Bitcoin protocol exploration must answer.
Section 2. Ethereum: Embedding Money in a Programmable Environment
In 2013, nineteen-year-old Vitalik Buterin released the Ethereum white paper with a question: if the blockchain were not only a monetary ledger but a Turing-complete execution environment, and “state” were not only balances but arbitrary program state, what would happen? “Smart contracts” were not Buterin’s invention—cryptography pioneer Nick Szabo had proposed the idea in the 1990s5—but Buterin first combined them with the immutability of blockchain ledgers and offered a concrete path to a “programmable blockchain”; Gavin Wood’s Yellow Paper §§1–2 formalizes Ethereum as a state-transition system, and §4.2 meters execution cost with Gas, making “deploy equals issue” technically auditable5.
When Ethereum mainnet launched in 2015, embedding “money” in a programmable environment opened a door Bitcoin had not. Projects could deploy token contracts in days, defining supply, transfer rules, approval logic, mint and burn conditions—all written as open-source code, deployed to an immutable chain, readable by anyone to verify that rules match claims. This turned “transparent issuance rules” from verbal promise into a fact independently checkable in technology.
The 2017 ICO (initial coin offering) wave was rare in both scale and chaos. Per CoinSchedule and Fabric Ventures summaries, 2017 token sales raised about $5.6 billion across more than a thousand projects, a substantial share later judged fraudulent or lacking deliverable products6—an early lesson that possibility (anyone can issue) is not reality (sustainable money). Yet the chaos had a constructive side: it was humanity’s first large-scale public test of combining “standardized issuance interfaces” with “market self-screening.” The ERC-20 standard made any token technically immediately tradable; the market—not regulators—became the first filter: projects with real demand and development progress accumulated liquidity and users; hollow projects saw liquidity dry up after the valuation bubble burst, and prices went to zero. The process was brutal, but the lessons were encoded into subsequent protocol design norms and market evaluation frameworks.
Section 3. Composability: Money as the Base of Financial Lego
Ethereum’s most distinctive innovation is the emergent architectural property of “composability,” not any single protocol. Within the same address space, any address holding an ERC-20 token can interact with every protocol designed to accept that token—no new account, no approval, no bilateral negotiation. One approval transaction and one call transaction suffice to deposit a token into a lending protocol, liquidity pool, or derivatives position.
This expands monetary competition from “which banknote to choose” to “which set of financial Lego to choose.” In traditional finance, commercial-bank accounts, securities custody, FX accounts, and trust accounts belong to different institutions, regulatory frameworks, and settlement cycles; interoperability depends on complex compliance agreements and correspondent arrangements. An on-chain account can complete multi-step operations in a single transaction: swap ETH for stablecoins, deposit stablecoins in a lending protocol for interest, compound interest into another yield strategy—without human intervention, counterparty confirmation, or third-party custody. That is a marked rise in financial-infrastructure efficiency, enabled by ledger unity (all assets on one chain’s state machine) and contract interoperability (any contract can call any contract whose interface is public).
Composability’s risk is a structural upgrade of “contagion risk.” In traditional finance, inter-institutional dependence is complex but mostly bounded by compliance and isolation (segregated margin, custody versus proprietary). On-chain, call graphs can nest to arbitrary depth; losses from one protocol bug can propagate along dependency chains. In March 2023 Euler Finance suffered a flash-loan attack; even on-chain-verifiable collateral logic failed to prevent roughly $197 million in losses7; the same year’s Mango Markets and Curve incidents showed that oracle manipulation can trigger cross-protocol liquidation cascades—verifiable execution does not automatically equal true inputs. Isolation is not the answer, but security standardization and risk-isolation design must become routine discipline in protocol development.
Section 4. Verifiable Rules: Execution, State, and History
“Verifiable rules,” as the core promise of blockchain monetary systems, must be decomposed into concrete technical layers before advantages and limits can be seen clearly.
Layer one: verifiable execution. Once rules are written into a smart contract and deployed, they execute automatically without depending on the deployer’s later actions. A typical CDP (such as MakerDAO/DAI) automatically triggers forced auction when the collateral ratio falls below liquidation line , without waiting for the issuer to “decide” whether to liquidate—VRC-10/PCIM and VRC-11 native rules set no /; extreme-market stress paths are redemption runs and reserve depletion (public domain) or off-chain payout runs (private domain); tokens unlock automatically when lockup expires, without holder application; when a governance proposal reaches quorum, parameters update automatically without manual admin execution. This layer’s credibility is strongest because it turns rule execution from “promise” into “determinism”—so long as contract code is correct, outcomes can be predicted in advance by anyone.
Layer two: verifiable state. The blockchain ledger’s current state is real-time inspectable by anyone running a full node: who holds what, balances, current contract parameters (collateral ratios, fees, locked amounts). This turns asset verification from “depend on institutional statements” into “independently queryable.” Audit shifts from periodic professional activity to anytime operation by anyone with technical capacity. In traditional finance investors rely on quarterly fund NAV disclosure; on-chain, anyone can query a protocol’s true state in real time, with no informational advantage from time lag.
Layer three: verifiable history. All historical transactions and contract calls are permanently recorded on-chain, traceable, auditable, and undeletable—at least not by a single party, unless controlling more than 50% of hash power or stake (depending on consensus). This supplies the most complete public transaction archive yet for regulatory compliance, dispute resolution, and historical research. Traditional finance’s historical data are partly private and partly fragmented; on-chain history is a public good; anyone can independently verify ledger state at a past point in time.
The three layers of verifiability jointly constitute the technical foundation of the promise “rules over persons.” Mises stressed in Human Action that without calculable price signals, rational economic planning is impossible; on-chain verifiable rules make monetary issuance parameters public information anyone can independently check, partly answering the Austrian school’s twin concerns of “dispersed knowledge” and “calculability”8.
In §§1–2 of his 1892 On the Origin of Money, Menger defined “saleableness” as the ease of resale market participants accept to complete exchange: ranking rests on breadth of demand, divisibility, durability, and portability, not prior state endorsement9. Kiyotaki and Wright formalized the same intuition in search-theoretic monetary models: in a random-matching bilateral search economy, holding assets “easier to exchange for desired goods in the next trade” strictly dominates holding low-saleableness assets—money thus emerges as the equilibrium object that minimizes search frictions, without central coordination10. Kiyotaki & Wright (1993) AER further distinguish intrinsic saleableness (the good’s own uses) from extrinsic saleableness (belief in wide acceptance as medium), showing that even assets without industrial use can be monetary equilibria if enough participants expect others to accept them—supplying a computable contrast framework between Menger’s “attribute ranking drives emergence” and Mises’s “must trace back to commodity demand”: the former stresses equilibrium selection dynamics; the latter stresses hermeneutic constraints of historical price chains10. Szabo in “Shelling Out” (2002) supplements the same emergence logic from prehistoric collectibles cooperation; in “Money, Blockchains, and Social Scalability” (2017) he defines social scalability as: when participants need not know one another to collaborate, verifiable rules substitute for interpersonal trust costs—aligned with the second dimension of “verifiability” below11. He wrote that people “Bringen … die wirtschaftlichsten Güter … an die Stelle des unmittelbaren Tausches”—pushing the economically most easily disposed goods into indirect exchange, so money emerges from countless dispersed decisions without central decree9. In the metallic age, saleableness came from physical attributes; in the on-chain age, verifiability becomes a critical component of saleableness—whether rules are public and state independently recheckable directly affects whether a token can be accepted across stranger counterparties. White further noted in the American Economic Review that what competitive issue most struggles to close is often not note authenticity but unit of account convergence: when multiple private monies coexist, whose price list prevails? Selgin’s (1984) evolutionary model treats clearinghouse discount reflux as a key link for endogenizing discipline under competitive issue—together with Menger’s answer to “what becomes medium,” Mises’s regression theorem explaining “whence present prices,” and search theory explaining “why acceptance persists in equilibrium,” forming a fourth difficulty12. In the protocol era, ISO 4217 tickers and VRC-10 multi-fiat units reopen this difficulty at the engineering layer. This aligns with Selgin’s “synthetic commodity money” response to the regression theorem: what markets select is a bundle of attributes that lower transaction costs; in the digital age that bundle must include cryptographically verifiable scarcity and execution. Saleableness ranking and verifiable rules can stand as twin dimensions of monetary emergence in the protocol era—the former explaining why chosen, the latter why strangers can trust.
If “verifiability” is treated as a testable concept rather than rhetoric, at least two observable implications follow. When collateral ratios, reserve composition, and on-chain holdings can be independently rechecked, transmission from reputational shocks to purchasing power should be weaker than for stablecoins relying on black-box reserves—requiring ex post comparison of depeg events and recovery speed, not a priori assertion. When oracles or governance are breached, another boundary appears: “verifiable state” guarantees only in-chain consistency, not off-chain truth—the contagion cascades in Section 3 are counterexamples. Boundaries do not cancel the value of verifiable rules; they show the promise is conditional, not unconditional.
Section 5. Three Changes Hayek Did Not Live to See
Projecting Hayek’s competing-currency framework onto the 2024 blockchain ecosystem, three changes especially deserve separate discussion—the global synchronous ledger, open-source standards, and governance tokens—pushing competing currencies from “philosophical possibility” toward “observable experiment,” while strictly distinguishing possibility from institutional reality.
The global synchronous ledger compresses cross-border verification costs near zero. When Hayek’s competing-currency vision was worked through inside Europe, it already faced barriers to cross-border information transmission and verification: how to know the reserve position of a private bank operating in another country? Blockchain networks compress that technical cost from “needs a professional investigation agency” to “run a node”—and nodes can run anywhere with internet, unbound by physical distance13. In the nineteenth-century U.S. free-banking era, merchants relied on publications such as the Bank Note Reporter to authenticate notes and discounts one by one—Rockoff (1974) and Rolnick–Weber (1988) show that institutional detail (bond collateral, parity laws) and information costs jointly determine whether competition can move in the Thiersian direction; Dowd’s clearinghouse model shows that paper-era discount-clearing networks were themselves embryonic “verifiable discipline”—on-chain full nodes structurally fill the same gap, only the medium shifts from paper directories to verifiable state machines14. Geographic boundaries of monetary competition expand from regional networks (Hanseatic Baltic cities, Scottish banking communities) to the globe; verification thresholds fall from specialized knowledge to computational resources.
Open-source standards simultaneously lower issuance barriers and raise rule observability. Hayek’s envisioned competing-currency issuers were financial institutions with reputation and capital reserves; the issuance barrier itself supplied some quality screening. On-chain, any team with development capacity can deploy a token contract in days; issuance barriers plunge; at the same time, issuance rules are public as open-source code anyone can read, analyze, and criticize. This is a transparency mechanism different from institutional reputation: reputation is ex post and fuzzy; code is ex ante and explicit. Competitive units can thus shift from banking persons to verifiable rule suites—discipline need not rest entirely on “which bank is more trustworthy,” but can partly rest on “whether rules are independently verified as executed.”
Governance tokens also allocate part of “monetary policy” decisions to holders. In Hayek’s vision, private issuers maintain monetary quality from self-interest; the public can express discontent only by “selling.” On-chain protocols introduce governance-token mechanisms: critical parameters (stablecoin collateral ratios, interest-model parameters, fee-distribution shares) are decided by token vote. Holders are not only passive recipients but potential participants—able to propose, vote, and push change. Though in practice most holders do not actively govern, the mechanism’s existence turns “participating in the issuer’s policy-making” from theoretical possibility into technical reality—a right traditional money holders never had.
Critics often cite on-chain nominal transfer volume, token variety, and DeFi locked value to assert that “monetary competition has loosened monopoly.” That claim must also face metrics such as adjusted on-chain payments as a share of global flows and fiat’s share in taxes and wages (on-chain real payments remain marginal in global payment flows—three metrics and data in Chapter 1, Section 815); most advanced-economy indicators do not support a “monopoly ended” narrative. Ma et al. (2023) show that stress-period stablecoin flows synchronize highly with crypto-market liquidity; edge-corridor adoption more often reflects exit options when fiat anchors fail than retail legal-tender substitution—to be read with Chainalysis geography reports and IADB El Salvador surveys, not extrapolated from single-chain TVL as institutional turn. Barbon & Ranaldo (2024) further show that CEX/DEX liquidity quality, gas fees, and arbitrage deviations significantly affect peg observability; indicators that “competition is happening” must also include OTC/DEX depth and redemption channels, not only address counts or TVL16. Surveying free-banking historiography, Kroszner reminds that Scotland is instructive for competitive issue, but extrapolation to the present must distinguish community scale, clearing infrastructure, and legal enforcement—the on-chain global ledger changes information costs but does not automatically change tax anchors and lender-of-last-resort expectations12. Using nominal transfer volume to prove monopoly broken, and using adjusted shares to deny all technical significance, are alike methodological errors.
If those metrics rise in edge corridors where fiat anchors fail, a more accurate formulation is that competition first occurs at the levels of rule verifiability and participation structure—anyone can deploy tokens, anyone can audit collateral state—this is “dusk,” not “midnight.” El Salvador’s 2021 writing of Bitcoin into legal tender and promotion of the Chivo wallet is often cited as proof that “monopoly is broken”; a 2022 Inter-American Development Bank survey found only about 12% of surveyed Salvadorans regularly used Chivo, about 70% still mainly relied on cash, and most daily transactions remained dollar-denominated17—legal status is not actual adoption. Chainalysis’s 2024 Geography Report shows that high-inflation economies such as Argentina and Turkey have significantly above-global-mean stablecoin on-chain receiving intensity18—substitution often starts in edge corridors where fiat anchors fail, then seeps toward the mainstream; whether edge seepage becomes institutional normality remains unsettled. Terra/UST’s 2022 collapse from nearly $18 billion circulation to zero in days (He et al. 2023 IMF Fintech Note mechanism taxonomy; Ortiz & Witte 2023 run-speed comparison) shows that high TVL and transparent rules can likewise fail fast in competitive experiments—not that monopoly has yielded or protocol discipline has institutional recognition—Li, Meyer & Zlate (2023) Boston Fed ex post analysis reads the 2022 Terra run with the 2023 USDC/SVB run, showing that stablecoins on stress days also exhibit MMF-style flight-to-safety (from riskier stablecoins toward those seen as safer); competition occurs inside the stablecoin spectrum, not as full retail-fiat substitution19. Mainstream penetration speed depends on compliance interfaces and liquidity depth and cannot be extrapolated from white-paper roadmaps. Unresolved questions remain: advanced-economy retail legal tender and tax anchors will for the foreseeable future still lock to domestic currency; the main battlefield of protocol competition is edge corridors and open-ecosystem internal pricing, not wholesale substitution of global payment flows.
Section 6. The Political Economy of the Global Ledger
The global ledger’s existence means it falls under multiple legal jurisdictions at once, with no single sovereign able to exercise complete jurisdiction over it. That property is the technical source of its cross-border settlement advantage, the root of regulatory difficulty, and a new variable in global monetary geopolitics.
National authorities’ treatment of crypto assets displays a rare plural spectrum. El Salvador wrote Bitcoin into legal-tender provisions. China banned Bitcoin mining and trading comprehensively, yet the digital yuan (eCNY) project continues—the latter a path of upgrading the public ledger while retaining seigniorage. The U.S. SEC in January 2024 approved the first spot Bitcoin ETFs, bringing Bitcoin into traditional securities distribution channels20; regulatory frameworks for DeFi protocols and stablecoin issuers continue to evolve. The EU Markets in Crypto-Assets Regulation (MiCA) took full effect in June 2024, establishing a relatively unified licensing framework across the EU20—these moves expand investment and compliance interfaces, not automatically institutionalize retail-layer monetary competition.
Such regulatory divergence is itself a form of policy competition: jurisdictions compete via regulatory-environment differences for crypto-related economic activity—exchange operations, protocol development, mining energy procurement, institutional entry. In a sense this is Hayek’s hoped-for “policy competition” at the national level: though the competitive unit is the regulatory framework rather than money itself, the underlying logic is akin—when exit options (migration to another jurisdiction) exist, policymakers face pressure to remain competitive.
Deeper political-economic tension lies in the structural conflict between sovereign monetary systems and the global ledger. National tax administration depends on visibility and jurisdiction over domestic economic activity; monetary-policy transmission depends on public use of domestic money. Self-custodied crypto assets on decentralized networks, passing through no domestic institution, can move rapidly on-chain when domestic political risk rises—a direct challenge to capital-control systems. That tension will not vanish with technical progress; it will continue to be negotiated in different forms as regulatory frameworks and technical evolution interact.
Section 7. Zero-Knowledge Proofs: Extending the Boundary of Verifiable Rules
The global ledger’s verifiability has an important technical boundary: it can verify “what happened on-chain,” but cannot directly verify “off-chain reality.” Price oracles supply off-chain price data; if manipulated, contracts still execute on wrong inputs and produce wrong results; on-chain identity does not automatically map to real-world subjects; compliance requirements (AML, KYC) need to link on-chain addresses to real identity, structurally conflicting with pseudonymity.
Maturation of zero-knowledge proof (ZKP) technology supplies an important tool for extending the boundary of verifiable rules. ZKPs allow a prover to convince a verifier that “a statement is true” without revealing the underlying information. For example: prove “I am over 18” without disclosing age; prove “my balance exceeds a threshold” without disclosing the balance; prove “this transaction’s origin meets compliance requirements” without disclosing transaction history.
The monetary-policy implications are deep. In traditional systems, compliance (identity, source tracing) and privacy trade off: to comply, disclose; to protect privacy, struggle to comply. ZKPs technically allow both: users can “prove conditions are met” to compliance parties without exposing concrete data. ZKPs have not fully resolved the tension—implementation remains complex and costly, and legal frameworks have not fully accepted ZKP proofs’ compliance force—but at the technical layer they open the possibility that “compliance need not equal nakedness,” supplying tools for verifiable rules to find a new balance between privacy and regulatory compliance.
ZKPs can also extend blockchain scaling paths. ZK Rollup technology moves computation for large volumes of on-chain transactions off-chain, submitting only compressed validity proofs on-chain while retaining the same security guarantees as the main chain—anyone can verify the proof that all off-chain computation followed the rules, without re-executing every transaction. Throughput rises sharply while core attributes of verifiable rules are preserved. ZK Rollup schemes in the Ethereum ecosystem (such as zkSync and StarkNet) are concrete realizations of this path and represent the technical frontier of verifiable rules on the scalability dimension.
Section 8. Bitcoin’s Lightning Network: Extending Verifiable Rules toward Scaling
Bitcoin’s base-layer limit of seven transactions per second is a deliberate design choice: smaller blocks help keep full-node operating costs within individual reach, preserving network decentralization. Yet that choice prevents Bitcoin from directly meeting global retail-payment throughput needs, giving rise to “Layer 2” solutions—the Lightning Network.
Proposed in 2016 by Joseph Poon and Thaddeus Dryja, Lightning’s core idea is to open an off-chain payment channel between two users: both lock some bitcoin in an on-chain multisig contract, then freely make any number of instant small payments inside the channel, settling final state on-chain only when the channel closes. Channels can interconnect into a network so users without a direct channel can pay via intermediate routing nodes.
This design extends the concept of “verifiable rules”: every in-channel state update carries signatures; if either party tries to broadcast an outdated state (cheat-closing the channel for more funds), the counterparty can broadcast a “penalty transaction” before the timelock expires and confiscate all channel funds. The penalty mechanism turns “not cheating” into a self-enforcing incentive—the cost of cheating is clear and immediate, without depending on judicial process. This is a concrete case of “rules as law” on-chain: contract logic replaces contractual dispute resolution; incentives replace moral constraint.
Lightning supplies a technical path for Bitcoin in everyday micropayments; El Salvador’s Chivo wallet once used it as backbone, but adoption remained limited. Large routing depends on deep enough channel liquidity; channel open/close still requires on-chain transactions; routing failures and self-custody thresholds hinder ordinary-user adoption. The gap between technical foundation and everyday experience must be measured by penetration, failure rates, and merchant acceptance, not extrapolated from white-paper roadmaps as accomplished reality.
Section 9. New Dimensions of Programmable Money: VRC Protocols and Protocol-Layer Standards
Bitcoin answered “can an immutable monetary ledger be built”; Ethereum answered “can plural tokens and programmable financial logic be supported within a standardized framework.” After Ethereum, application-specific chains and protocol layers continually emerge, seeking different balances in the “decentralization, security, scalability” triangle.
The VRC (Versatile Resource Coin) protocol suite proposed on the Openverse network is an engineering attempt to encode “rules encodable, issuance auditable” as concrete interfaces—to be stated clearly as a design vision, still awaiting scaled operation, courtroom practice, and independent audit, not to be treated as a production monopoly substitute. VRC-10 (Bitcurrency) intends to supply a public-domain stable unit of account, relying on PCIM (Public Currency Issuance Mechanism) for overcollateralized competitive minting; VRC-11 (Privcurrency) targets permissioned private-domain stable settlement; VRC-12 is positioned as a security-type token rather than medium of exchange. Collateral ratios, upper bounds on peg deviation, and welfare implications of competitive issue belong to stability-mechanism topics; here the only questions are whether issuance parameters are on-chain readable and whether state can be third-party rechecked.
VRC-20 is close in spirit to Ethereum’s ERC-20 (fungible-token standard enabling any contract to issue interoperable tokens), intending to lower migration costs. Differences lie mainly in underlying resource pricing: Ethereum signals computational scarcity with gas fees; Openverse’s energy and bandwidth model supplies another allocation logic—which better serves monetary competition awaits deployment data, not white-paper assertion. The VRC suite is a re-implementation on a specific architecture, not a simple copy of ERC-20; whether it becomes a reference case on the popularization path depends on mainnet operation, compliance landing, and whether peg mechanisms withstand stress tests—none of the three has yet closed verification.
Section 10. The Global Ledger as Technical Foundation
Hayek’s competing-currency vision, in his writing years, was constrained by information asymmetry, switching costs, the reach of reputation mechanisms, and lack of technical infrastructure—objective limits of technical conditions, not errors in the idea itself. The global ledger and verifiable rules are the foundation on which, after a qualitative shift in the supply curve of those conditions, competing currencies move from philosophical vision toward engineering practice.
The global ledger and verifiable rules constitute the technical foundation of monetary popularization; they are not yet popularization itself. The foundation makes popularization theoretically feasible, but making it truly well used still requires extensive subsequent work in protocol design, governance structure, legal frameworks, and social consensus. From Bitcoin’s hard constraints, through Ethereum’s programmable issuance, through the VRC suite’s multi-asset standards, to ZK proofs’ extension of privacy and compliance boundaries, each step enriches the meaning of “verifiable rules.” The aim of this evolutionary series is to give trust a firmer, more transparent, more accountable foundation—also the deepest institutional meaning of “monetary popularization.”
The global ledger also brings a knowledge public good that did not previously exist: complete on-chain transaction history. Academic researchers, regulators, and risk assessors can all access the full record of all historical transactions on Bitcoin or Ethereum and conduct monetary-economics research at scales far beyond traditional financial archives. Who holds, how funds flow, holder behavior under different price shocks—questions hard to study independently in traditional finance because of data privacy are open to everyone on-chain. This democratization of knowledge is itself a component of monetary popularization: not only participation in issuance, but also real understanding of how monetary systems work and independent analytical capacity.
An often underestimated layer: the value of verifiable rules ultimately appears in holders’ willingness to believe rules will be obeyed, and ability to recognize and exit when they are violated. Technical verifiability supplies capability; it cannot automatically create willingness and cognitive capacity. Most money holders will not personally run full nodes to check the ledger; they rely on trusted middle layers—wallet providers, exchanges, media—to perceive whether verifiability truly exists. That means the global ledger’s value depends not only on technical infrastructure but also on information-propagation mechanisms and user education. For the promise “rules over persons” to land, it ultimately depends on participants’ depth of understanding and capacity to exercise that promise. That is the social dimension of monetary popularization beyond technology.
Notes & References
-
Nakamoto (2008), "Bitcoin: A Peer-to-Peer Electronic Cash System," §4 (PoW cites Back Hashcash); Back (2002), "Hashcash - A Denial of Service Counter-Measure," §§1–3. https://bitcoin.org/bitcoin.pdf ; http://www.hashcash.org/papers/hashcash.pdf ↩
-
Wei Dai (1998), "b-money" (distributed ledger, proof of work, and anonymous participants; credited in Satoshi Bitcoin white paper References); Easley, O'Hara & Basu (2024), "From mining to markets: The evolution of bitcoin transaction fees," Journal of Financial Economics 169, 103892: after block-reward decline, fee markets become the main miner-incentive channel. https://www.weidai.com/bmoney.txt ; https://doi.org/10.1016/j.jfineco.2024.103892 ↩
-
Szabo (2005), "Bit gold"; Szabo (1998), "Secure Property Titles with Owner Authority" (distributed property registration); Finney (2004), "Reusable Proofs of Work (RPOW)" (engineering middle link for bit gold); Narayanan et al. (2016), Bitcoin and Cryptocurrency Technologies, Princeton, Ch. 1–2 (P2P ledger survey). https://nakamotoinstitute.org/secure-property-titles/ ; https://nakamotoinstitute.org/library/finney-rpow/ ; https://bitcoinbook.cs.princeton.edu/ ↩
-
Hayek, 1976, The Denationalization of Money, ch. 8 “The Future of Private Coinage?” on competitive circulation of private paper; ch. 11 pp. 46–47 “Control of the Value of Competitive Currencies”: issuers must “keep their (precisely defined) purchasing power as nearly as possible constant.” PDF: https://cdn.nakamotoinstitute.org/docs/Denationalization.pdf ↩
-
Buterin (2014), Ethereum White Paper, §§“Ethereum Accounts” and “Applications”: Turing-complete state machine + smart-contract execution environment (official white paper, not independently audited); Wood, Gavin, "Ethereum: A Secure Decentralised Generalised Transaction Ledger," Yellow Paper, §§1–2 (state-transition system), §4.2 (Gas metering); Szabo (1997), "Formalizing and Securing Relationships on Public Networks," First Monday 2(9): smart contracts as automatically executable relational protocols. https://ethereum.org/en/whitepaper/ ; https://ethereum.github.io/yellowpaper/paper.pdf ; https://firstmonday.org/ojs/index.php/fm/article/view/548 ↩ ↩2
-
CoinSchedule, ICO Stats 2017: ~$5.6 billion raised in token sales, 1,000+ projects; Fabric Ventures / Atomico, State of European Tech 2017 also summarizes contemporaneous scale. Scope includes private and public presales; post-fraud share: U.S. SEC enforcement notices and academic ex post studies (e.g. Howell et al., 2020). ↩
-
Euler Finance attack: BlockSec / PeckShield on-chain tracing, 2023-03-13 losses ~$197 million; Mango Markets (2022-10), Curve (2023-07) oracle-manipulation cascades: protocol post-mortems and Chainalysis incident analyses. ↩
-
Mises, 1949, Human Action, pp. 257–260 (economic calculation problem): price signals carry dispersed knowledge; calculability is a premise of rational resource allocation. English: https://www.econlib.org/library/Mises/HmA/msHmA.html ↩
-
Menger, 1892, On the Origin of Money, §§1–2 (saleableness ranking; §1 “wirtschaftlichsten Güter” = most easily disposed goods pushed into indirect exchange); English: https://cdn.mises.org/On%20the%20Origins%20of%20Money_5.pdf ↩ ↩2
-
Kiyotaki, Nobuhiro, and Randall Wright. "On Money as a Medium of Exchange." Journal of Political Economy 97(4), August 1989, pp. 927–954 (formal precursor of saleableness ranking under search frictions); Kiyotaki & Wright, "A Search-Theoretic Approach to Monetary Economics." American Economic Review 83(1), March 1993, pp. 63–77 (intrinsic vs extrinsic saleableness; read with Menger §§1–2, Mises ch. 8 regression theorem). https://doi.org/10.1086/261634 ; https://doi.org/10.1257/aer.83.1.63 ; cross-ref. ch07 §6 [^31]. ↩ ↩2
-
Szabo (2002), "Shelling Out: The Origins of Money" (collectibles cooperation and monetary collaboration origins); Szabo (2017), "Money, Blockchains, and Social Scalability": "Social scalability is the ability of an institution … to overcome shortcomings in human minds … that limit who or how many can successfully participate" (social scalability—verifiable rules substitute for interpersonal trust costs); cross-ref. Chapter 7, Section 6 [^22], Chapter 20, Section 9,
glossary.md“verifiability.” https://nakamotoinstitute.org/shelling-out/ ; https://unenumerated.blogspot.com/2017/02/money-blockchains-and-social-scalability.html ↩ -
Selgin, George, "The Evolution of a Free Banking System," Economic Inquiry 22(3), July 1984, pp. 289–300 (clearinghouse discount reflux); White, Lawrence H., "Competitive Payments Systems and the Unit of Account," AER 84(3), 1994, pp. 699–712; Kroszner, Randall S., "Free Banking: The Scottish Experience as a Model for Emerging Economies?" Review, Federal Reserve Bank of St. Louis, March/April 1996, pp. 25–31. ↩ ↩2
-
Hayek, 1976, The Denationalization of Money, p. 23: the competitive scheme aims so that issuers of bad money “at once lead to the rapid displacement of the offending currency by others.” PDF: https://cdn.nakamotoinstitute.org/docs/Denationalization.pdf ↩
-
Rockoff, Hugh, "The Free Banking Era: A Reexamination," JMBC 6(2), 1974, pp. 141–167 (Bank Note Reporter and interstate discount circulation); Rolnick & Weber, "New Evidence on the Free Banking Era," AER 78(5), 1988, pp. 880–890; Dowd, Kevin, Laissez-Faire Banking, Routledge, 1993, ch. 2–4 (clearinghouse-endogenized discipline). ↩ ↩2
-
Stablecoin three metrics (nominal flow, Visa-adjusted, McKinsey real payments ~0.02%): see Chapter 1, Section 8 footnotes 1714. ↩
-
Barbon, Andrea, and Angelo Ranaldo (2024), "On the Quality of Cryptocurrency Markets: Centralized versus Decentralized Exchanges," Management Science forthcoming; arXiv:2112.07386: CEX/DEX liquidity quality, gas fees, and arbitrage deviations—competition metrics must include market depth, not only on-chain nominal volume. He, Dong, Ross Leckow, Tommaso Mancini-Griffoli, and Hiroshi Nagaoka (2023), IMF Fintech Notes 2023/001: stablecoin mechanism taxonomy and run risk; Ortiz & Witte (2023), BIS WP 1137: algorithmic vs overcollateralized run speed. Complementary to Ferraro, Kan & Sunderam (2022) thin-market peg analysis. https://arxiv.org/abs/2112.07386 ↩
-
Inter-American Development Bank (2022), “Survey on the Use of Bitcoin in El Salvador”: ~12% regular Chivo use, ~70% still mainly cash; Liu et al. (2023) NBER WP 31160: Terra on-chain sophisticated-first exit. https://www.iadb.org/en/news/survey-use-bitcoin-el-salvador ↩ ↩2
-
Chainalysis (2024), The 2024 Geography of Cryptocurrency Report: Argentina, Turkey, Venezuela and other high-inflation economies show significantly above-global-mean stablecoin receiving intensity; edge-corridor adoption, not automatically extrapolated to advanced-economy retail. https://www.chainalysis.com/blog/2024-geography-of-cryptocurrency-report/ ↩
-
Li, Ye, Stephen Meyer, and Andrei Zlate (2023), "Runs and Flights to Safety: Are Stablecoins the New Money Market Funds?," Federal Reserve Bank of Boston Research Series SRA 2302 (2022 Terra run and 2023 USDC/SVB run flight-to-safety contrast; competition inside the stablecoin spectrum, not full fiat substitution). https://www.bostonfed.org/publications/research-special/2023/runs-and-flights-to-safety-are-stablecoins-the-new-money-market-funds ↩
-
U.S. SEC, 2024-01-10 approval of first spot Bitcoin ETFs (Rule 10b-1 effective); EU MiCA (Regulation EU 2023/1114) stablecoin and CASP provisions fully applicable from 2024-06-30. Compliance-interface expansion, not change in retail legal-tender status. ↩ ↩2