Uniswap

Liquidity · Pools · UNI

NetworkLiquidityPoolsConcentrated-LiquidityMulti-Chain1 coinsVerified

Uniswap is the leading automated market maker. V3 introduced concentrated-liquidity ranges; V4 introduced 'hooks' that let pools embed custom logic (TWAMM, dynamic fees, on-chain limit orders) without forking the core contract.

The AMM pioneer and largest spot DEX by volume.

Protocol TVL

+5.6% 24h

Latest data · 15 min delay

AI Agent Skill

Machine-readable protocol knowledge for agents

Raw markdown

Uniswap · Research Skill

The AMM pioneer and largest spot DEX by volume.

uniswap · v1.0.0

Facts

categoryNetwork
symbolUNI
taglineThe AMM pioneer and largest spot DEX by volume.
arbitrumNativeno
chainsEthereum, Base, Arbitrum, Optimism, Polygon, BNB Chain, Avalanche, Blast, Celo, ZKsync, Worldchain, Unichain
securityverified (OZ-derived · public audit on file)
memberCoins1 (UNI)
marketCap$2.32B
users4.5M

Sections

Overview

Uniswap is the leading automated market maker. V3 introduced concentrated-liquidity ranges; V4 introduced 'hooks' that let pools embed custom logic (TWAMM, dynamic fees, on-chain limit orders) without forking the core contract.

What makes it different

Largest spot DEX by volume; V4 hooks make pools programmable, and UniswapX delivers intent-based, cross-chain routing. Runs its own L2 (Unichain).

Components

- Uniswap Protocol (v2 / v3 / v4): The core on-chain automated market maker (AMM) smart contracts. v2 pioneered the constant-product xy=k pools with token-to-token routing and flash swaps; v3 (2021) introduced concentrated liquidity and multiple fee tiers (0.05% / 0.30% / 1.00%); v4 (2025) added hooks, a singleton PoolManager architecture, and flash accounting. - Hooks (v4): Optional contracts that run at defined points in a pool's lifecycle (before/after swap, add/remove liquidity), letting developers extend pools with custom logic such as dynamic fees, on-chain limit orders, and TWAMMs without changing the core protocol. - Singleton PoolManager + Flash Accounting (v4): In v4 all pools live inside a single smart contract (singleton), reducing pool-creation gas by an estimated ~99% versus deploying a contract per pool, while flash accounting nets balances across a transaction and only settles net deltas. - UniswapX: An intent-based, permissionless, Dutch-auction trading protocol. Swappers sign an off-chain order and an open network of third-party fillers competes to fill it using on-chain liquidity, paying gas on the swapper's behalf and returning MEV to traders as price improvement. - Unichain: Uniswap Labs' Ethereum Layer 2, built on the OP Stack, with ~1-second block times and gas costs roughly 95% lower than Ethereum L1, launched as a Stage 1 rollup with a permissionless fault-proof system. - UNI token & Uniswap Governance: UNI is the ERC-20 governance token launched in September 2020. Holders govern the DAO/treasury, and following the 2025 UNIfication vote, protocol fees are directed to a UNI burn mechanism.

Member coins

- Uniswap (UNI) — Token, Governance token (UNI staking incoming)

Risks

- Smart Contract: Uniswap v4's hooks let arbitrary third-party contracts execute inside a pool's swap/liquidity lifecycle. A malicious or buggy hook can trap funds, manipulate accounting, or brick a pool, so the risk of any given v4 pool depends on the specific hook attached, not just the audited core. - Collateral: Concentrated-liquidity LPs (v3/v4) who set narrow price ranges face amplified impermanent loss: when price moves outside their range their position becomes fully one-sided and stops earning fees, so poorly-chosen ranges can produce losses versus simply holding the assets. - Oracle: Protocols that read Uniswap pool prices as an on-chain oracle can be manipulated. Thin or concentrated liquidity makes spot price cheaper to push, and integrators that use instantaneous pool prices rather than time-weighted averages are exposed to manipulation-driven exploits. - Governance: UNI voting power is concentrated among large holders and early venture backers, and the 2025 UNIfication vote gave governance direct control over fee activation and treasury burns. Concentrated voting means a small set of holders can steer fee economics and treasury decisions. - Regulatory: Uniswap Labs received an SEC Wells notice in April 2024 alleging it operated as an unregistered broker/exchange and issued an unregistered security. Although the investigation was closed with no action in Feb 2025, the legal status of front-ends, the UNI token and fee-switch value accrual remains an unsettled regulatory risk. - Network: The push into Unichain and multi-chain v4 deployments adds L2/bridge dependency: Unichain is an OP-Stack rollup relying on its sequencer and fault-proof system, and cross-chain UniswapX intents introduce bridging and settlement risk beyond a single L1.

TradFi analogue

- Stock exchange / spot trading venue (e.g. NYSE, Nasdaq): similar — Both are venues where market participants trade one asset for another and where liquidity and price discovery happen continuously.; differs — Uniswap has no order book, no designated market makers or brokers, and no central operator; prices are set by an automated pricing curve and anyone can permissionlessly list a pair, provide liquidity, or trade non-custodially from their own wallet. - Market maker / liquidity provision desk: similar — Uniswap LPs perform the economic function of a market maker: they post two-sided liquidity and earn the spread (swap fee).; differs — LPing is passive and rule-based rather than actively quoted; returns depend on fees minus impermanent loss, capital is pooled from anyone, and positions are transparent on-chain rather than run by a proprietary trading firm.

Actions

NameSignatureAccess

getProfile

Read the CanHav profile for Uniswap.

research_getEntity({ slug: "uniswap" })read-only

listMembers

List the member coins (stablecoins / tokens / RWAs) under this network.

research_listByCategory({ category: "networks" })read-only

readLiveMetrics

Read live on-chain supply / metadata for a member contract (Arbitrum).

chain_readLive({ address: "0x..." })read-only

getHistory

Pull historical peg / TVL series for a member protocol.

research_getHistory({ slug: "<member-slug>", metric: "peg" | "tvl" })read-only

Glossary

TVL
Total value locked — assets held or managed by a protocol, in USD.
APR
Annual percentage rate — yield before compounding.
RWA
Real-world asset — an off-chain asset represented as an on-chain token.
ERC-8004
Trustless-agent identity standard; an agent's portable on-chain identity (ERC-721).
Research agent