The new financial system did not arrive in a single product launch. It was assembled over roughly thirteen years through a handful of dense, technical documents, each one solving a specific problem the previous paper had left open. Read together, they form the clearest map of how programmable money came to exist alongside the banking system rather than inside it. The five papers below are the ones to start with. They are short, freely available, and explain the architecture that now underpins everything from stablecoins to onchain lending.
The timeline below shows when each one was published. Notice the rhythm: a foundational paper, a few years of building, then another paper that takes the next obvious step.
1. The Bitcoin whitepaper (October 2008)
"Bitcoin: A Peer-to-Peer Electronic Cash System" is the document that began everything. It was published on October 31, 2008, by the pseudonymous Satoshi Nakamoto and introduced a peer-to-peer electronic cash system that solved the double spending problem without requiring a central authority. The Bitcoin network launched shortly after, with the genesis block mined on January 3, 2009.
The technical contribution is precise. Earlier digital cash designs failed because they could not stop the same coin from being spent twice without falling back on a trusted operator. The whitepaper's use of proof-of-work to order transactions and a network of nodes to validate them solved the double-spending problem, where previous attempts had failed without creating unacceptable levels of centralization. The impact is harder to overstate. Seventeen years later, Bitcoin has evolved from a digital experiment into a multi-trillion-dollar asset embraced by Wall Street and political leaders, and the broader idea that value can move across the internet without a bank in the middle is the premise every other paper on this list builds on. For more on the asset's market behavior since, see our piece on Bitcoin's four-year cycle.
2. The Ethereum whitepaper (November 2013)
Bitcoin proved that a decentralized ledger could hold money. Ethereum proposed that the same kind of ledger could hold arbitrary programs. Vitalik Buterin first circulated the Ethereum white paper on November 27, 2013, at age 19, with the canonical version finalized in December 2014. The whitepaper proposed Ethereum as a programmable blockchain, a platform for building decentralized applications, not just transferring value. Smart contracts and the Ethereum Virtual Machine (EVM) are the two defining innovations introduced in the whitepaper, enabling code to run automatically without intermediaries.
The reason this matters for finance is straightforward. Once you can run code on a shared ledger, you can encode loans, exchanges, savings products, and entire markets as smart contracts that execute the same way for everyone. Many of the whitepaper's predictions, including DeFi, DAOs, and token standards, have since materialized as major pillars of the crypto ecosystem. Every other paper on this list is, in effect, an application of the platform Ethereum described.
3. The MakerDAO whitepaper (December 2017)
If Ethereum is the operating system, MakerDAO's paper is the first serious attempt to build a stable unit of account on top of it. Beginning in 2015, the project operated with developers around the globe working together on the first iterations of code, architecture, and documentation. In December 2017, the first formal white paper was published, introducing the original Dai Stablecoin System. The white paper described how anyone could generate Dai using that system by leveraging Ethereum as collateral through unique smart contracts known as Collateralized Debt Positions (CDPs).
The design matters because it solves a problem traditional finance does not need to think about: how to issue a dollar-pegged token without a custodian holding actual dollars. The answer was overcollateralization. Users lock up crypto worth more than the Dai they mint, and automated liquidations protect the system if collateral values fall. MakerDAO was described in a 2020 Bloomberg article as the first example of a decentralized application to receive significant adoption.1 The paper effectively defined what a crypto-native stablecoin could look like, and the model still shapes how the industry thinks about onchain credit today.
4. The Aave protocol whitepaper (January 2020)
Lending is the second-oldest function in finance, and Aave's whitepaper translates it into a fully onchain primitive. The release of the AAVE 1.0 Whitepaper in January 2020 marked a pivotal moment in transitioning from traditional decentralized peer-to-peer lending models to a cutting-edge, pool-based system.2 The mechanism is elegant: the birth of the Aave Protocol marked Aave's shift from a decentralized P2P lending strategy to a pool-based strategy. Lenders provide liquidity by depositing cryptocurrencies in a pool contract. Simultaneously, in the same contract, the pooled funds can be borrowed by placing collateral. Loans do not need to be individually matched. Instead they rely on the pooled funds, as well as the amounts borrowed and their collateral. This enables instant loans with characteristics based on the state of the pool.
The paper also formalized two ideas that have become standard across DeFi. The first is the aToken, a receipt token that maps 1:1 to underlying assets and whose balance grows over time, driven by the perpetual accrual of interest. The second is the flash loan, an uncollateralized loan that must be borrowed and repaid within a single transaction. For a reader trying to understand who is actually lending out your money in a yield-bearing crypto product, the Aave paper is the cleanest description of the underlying machinery. By 2025, the Aave lending protocol recorded €40.3 billion in net deposits, and Bloomberg reported that Aave remained the largest decentralized finance lending platform by deposits.3
5. The Uniswap v3 whitepaper (March 2021)
The final paper on this list addresses the question of how onchain markets actually match buyers and sellers. Uniswap v3 Core, published in March 2021 by Hayden Adams, Noah Zinsmeister, Moody Salem, River Keefer, and Dan Robinson, introduced concentrated liquidity. The paper introduces Uniswap v3, an AMM that allows liquidity providers more control over the price ranges where their capital is used, reducing the impact of liquidity fragmentation and gas consumption. The design does not rely on any assumptions about token price behavior. Liquidity providers can concentrate liquidity within any price range, which improves pool capital efficiency and allows LPs to simulate their preferred price curves.
The practical effect is dramatic for stablecoin markets in particular. For example, the v2 DAI/USDC pair utilized roughly 0.50% of total available capital for trading between $0.99 and $1.01, the price range in which LPs would expect to see the most volume. Concentrated liquidity lets providers focus capital exactly where trading happens, which is why stablecoin swaps onchain now routinely match centralized exchange pricing. The paper is also a useful introduction to the more general idea that market structure itself can be programmed rather than inherited.
Reading them together
Each of these papers solves a different layer of the same problem. Bitcoin established that value can settle without a central operator. Ethereum showed that programs can run on the same kind of ledger. MakerDAO used those programs to issue a stable unit of account backed by transparent collateral. Aave turned that account into a credit market. Uniswap v3 made the markets where these assets trade dramatically more capital-efficient.
None of this replaces traditional finance outright. The more accurate description is that the two systems are converging, with stablecoins, tokenized treasuries, and onchain credit markets sitting in the overlap. Readers who want to see how this convergence is showing up in product form can look at the recent rise of global stablecoin accounts or the data behind real-world asset finance in 2026. The five papers above are the source code for that convergence. Anyone serious about understanding where money is going next should spend an afternoon with each of them.