<aside> <img src="/icons/book_gray.svg" alt="/icons/book_gray.svg" width="40px" />

This is a chapter from the book Token Economy (Third Edition) by Shermin Voshmgir. Paper & audio formats are available on Amazon and other bookstores. Find copyright information at the end of the page.

</aside>

Bitcoin was created to provide a P2P electronic cash system that resolves the double-spending problem over the Internet in the absence of traditional financial intermediaries. The proposed solution was a coordination mechanism (Proof-of-Work) that allows untrusted Internet actors to collectively maintain a public ledger of transactions by rewarding them with newly minted Bitcoin tokens. While its original vision emphasized decentralization and autonomy, practical realities have introduced new financial intermediaries and power structures, challenging its foundational principles. This chapter builds on the technological details explained in the first part of the book and will analyze to what extent the token design reflects this purpose and how the network and its stakeholders have evolved over time.


On November 1, 2008, the pseudonymous Satoshi Nakamoto published the Bitcoin white paper on a financial cryptography mailing list. It proposed combining P2P networks with economic anti-spam mechanisms and digital signatures to create a fault-tolerant, attack-resistant P2P electronic cash system that resolved the double-spending problem over the Internet without relying on traditional financial intermediaries. The white paper sparked immediate interest and discussion. Two weeks later, Satoshi distributed a preliminary source code to selected mailing list participants, who began improving it.

On January 3, 2009, the "genesis block" was mined by Satoshi Nakamoto, marking the official start of the Bitcoin network. The genesis block contained a special message in its first transaction: "The Times 03/Jan/2009 Chancellor on brink of second bailout for banks." This was a reference to a headline from “The Times” newspaper on that day. A few days later, version 0.1 of the source code was publicly released by Satoshi, inviting broader participation in the network’s development and use. Bitcoin’s launch coincided with the global financial crisis, which, combined with its groundbreaking Proof-of-Work innovation and the mystery surrounding Satoshi Nakamoto’s identity, fueled widespread interest.

Initially, it was uncertain whether the economic assumptions underpinning Proof-of-Work would withstand manipulation attempts. However, the network proved resilient, and interest and economic traction grew. While the protocol underwent improvements, conflicting political ideologies and economic interests among participants began to influence the decision-making process over network upgrades, complicating the protocol’s evolution. Bitcoin’s open-source protocol catalyzed innovation far beyond its network, sparking a renaissance in P2P network research and development and laying the groundwork for what is now referred to as "Web3" or "crypto." Satoshi Nakamoto’s online presence abruptly ended in 2010, leaving the Bitcoin community to steer its evolution. While the reasons for Nakamoto’s disappearance remain unknown, the vibrant ecosystem that followed has revolutionized money, finance, and Internet infrastructure.

Political Principles

The true motivations behind Bitcoin's creation remain speculative, as Satoshi Nakamoto’s identity is unknown. Insights can only be drawn from the purpose of the cryptography mailing list where Bitcoin’s ideas were first discussed. The purpose of that mailing list was to explore technical aspects, social implications, and political dimensions of cryptosystems, such as cryptography export controls. The discussions there suggest that Satoshi’s motivations were primarily engineering-driven rather than purely dogmatic. However, many contributors to Bitcoin’s evolution brought their own political ideologies, often rooted in the cypherpunk movement, which emphasizes internet privacy and anarchy, and the libertarian movement, which advocates Austrian economics as an alternative monetary framework. Today, the Bitcoin community encompasses a broad political spectrum, with varying degrees of libertarianism, privacy orientation, and adherence to dogmas when it comes to interpreting the original intentions of Satoshi. Bitcoin's foundational principles were grounded in practicality rather than ideological rigidity. Many trade-offs—such as sacrificing perfect privacy and enabling irreversible transactions—were made to address immediate challenges like achieving distributed consensus. Over time, the Bitcoin community layered its own interpretations and dogmas onto these initial design choices, creating a broader narrative that continues to evolve.

Functional Design

In order to replace the functions of a central bank for issuing money and the function of private banks for managing accounts, verifying and mediating money transfers, the designers of Bitcoin needed to find distributed ways to issue money and verify who owns what to validate transactions—in the absence of intermediaries—while avoiding the double-spending problem. They resolved this with a series of functional design choices: