Uniswap V2 Core
The Uniswap V2 whitepaper introduces a significant evolution of the Automated Market Maker (AMM) model by transitioning from an ERC-20 to ERC-20 token exchangeAbstract
The Uniswap V2 whitepaper introduces a significant evolution of the Automated Market Maker (AMM) model by transitioning from an ERC-20 to ERC-20 token exchange mechanism to a generalized constant product formula approach. The core architecture relies on liquidity pools represented by liquidity provider (LP) tokens, which enable decentralized price discovery without an order book. A primary contribution of V2 is the introduction of direct token-to-token swaps, eliminating the reliance on ETH as an intermediary asset, thereby reducing gas costs and execution slippage. The protocol implements a sophisticated oracle mechanism by tracking the cumulative price of assets, allowing external smart contracts to query time-weighted average prices (TWAP). Additionally, V2 introduces flash swaps, permitting users to withdraw liquidity momentarily to perform arbitrage or other capital-efficient operations, provided the liquidity is returned within the same transaction. This paper established the standard for decentralized liquidity provisioning and remains a foundational text in understanding modern DeFi architecture. Authors: Hayden Adams Publication: Project Whitepaper Publication date: 2020-01-01Key findings
- Eliminated the requirement for ETH as an intermediary in token swaps by enabling direct ERC-20 pair pools.
- Introduced TWAP oracles that allow on-chain price discovery resistant to simple price manipulation.
- Implemented flash swaps as a native primitive, allowing for uncollateralized loan transactions within a single block.
- Refined the constant product market maker (CPMM) to support generalized liquidity provision through LP token minting.
Citation
Hayden Adams (2020). Uniswap V2 Core. Project Whitepaper. https://uniswap.org/whitepaper.pdfRelated knowledge
- Building a Career in Web3: Opportunities and Challenges in 2025 — article
- Building a Career in Web3: Opportunities and Challenges in 2025 — related-article
- Layer 3: The Next Frontier in Blockchain Scalability — article
- Layer 3: The Next Frontier in Blockchain Scalability — related-article
- Memecoins vs. Utility Tokens: Which Crypto Trend Will Dominate in 2025? — article
- Memecoins vs. Utility Tokens: Which Crypto Trend Will Dominate in 2025? — related-article
- Mint — glossary
- Mint — related-glossary
- The Best Side Hustles in 2025: Earning Extra Income in a Competitive Economy — article
- The Best Side Hustles in 2025: Earning Extra Income in a Competitive Economy — related-article
- Web3 Jobs: Building a Career in the Decentralized Economy — article
- Web3 Jobs: Building a Career in the Decentralized Economy — related-article
Canonical knowledge ID:
research:uniswap-v2-core