> ## Documentation Index
> Fetch the complete documentation index at: https://docs.theblockchainlibrary.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 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 exchange

# 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 exchange

## Abstract

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-01

## Key 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.pdf](https://uniswap.org/whitepaper.pdf)

## Related knowledge

* [Building a Career in Web3: Opportunities and Challenges in 2025](/generated/v2/topics/building-a-career-in-web3-opportunities-and-challenges-in-2025) — article
* [Building a Career in Web3: Opportunities and Challenges in 2025](/generated/v2/topics/building-a-career-in-web3-opportunities-and-challenges-in-2025) — related-article
* [Layer 3: The Next Frontier in Blockchain Scalability](/generated/v2/topics/layer-3-the-next-frontier-in-blockchain-scalability) — article
* [Layer 3: The Next Frontier in Blockchain Scalability](/generated/v2/topics/layer-3-the-next-frontier-in-blockchain-scalability) — related-article
* [Memecoins vs. Utility Tokens: Which Crypto Trend Will Dominate in 2025?](/generated/v2/topics/memecoins-vs-utility-tokens-which-crypto-trend-will-dominate-in-2025) — article
* [Memecoins vs. Utility Tokens: Which Crypto Trend Will Dominate in 2025?](/generated/v2/topics/memecoins-vs-utility-tokens-which-crypto-trend-will-dominate-in-2025) — related-article
* [Mint](/generated/v2/glossary/mint) — glossary
* [Mint](/generated/v2/glossary/mint) — related-glossary
* [The Best Side Hustles in 2025: Earning Extra Income in a Competitive Economy](/generated/v2/topics/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](/generated/v2/topics/the-best-side-hustles-in-2025-earning-extra-income-in-a-competitive-economy) — related-article
* [Web3 Jobs: Building a Career in the Decentralized Economy](/generated/v2/topics/web3-jobs-building-a-career-in-the-decentralized-economy) — article
* [Web3 Jobs: Building a Career in the Decentralized Economy](/generated/v2/topics/web3-jobs-building-a-career-in-the-decentralized-economy) — related-article

***

**Canonical knowledge ID:** `research:uniswap-v2-core`
