Simple Base SwapSimple Base SwapOpen app
← All articles
Sep 2, 2026·5 min read

What Is Uniswap, and How Does It Work on Base?

baseuniswapdefiamm
base

If you have swapped tokens on Base, there is a good chance a Uniswap pool was involved somewhere in the route, even if you never opened Uniswap's own interface. It is one of the most widely used pieces of infrastructure in DeFi, and it is worth understanding what it actually is, since the name shows up constantly but the mechanics behind it are often skipped over.

Uniswap is a protocol, not a company you sign up with

Uniswap is a decentralized exchange (DEX): a set of smart contracts that let people swap one token for another directly from a self-custody wallet, with no account, no order book, and no central operator holding the funds. There is no sign up, no KYC form, and no custodian. You connect a wallet, approve a token, and the contract handles the trade.

This matters because it is a different model from a centralized exchange. On a centralized exchange, the platform holds your funds and matches buyers with sellers on an order book. On Uniswap, the funds stay in your wallet until the moment of the swap, and the price comes from a pool of tokens rather than a matched order. For more on that custody distinction, see our article on self-custody.

How the automated market maker model actually works

Uniswap does not use an order book at all. Instead, it uses liquidity pools: smart contracts that hold reserves of two tokens, say ETH and USDC, supplied by other users called liquidity providers (LPs). When you swap, you are not trading against another person's order, you are trading against that pool, and the pool's pricing formula adjusts the exchange rate based on the ratio of tokens inside it.

This is the automated market maker (AMM) model, and it is the same basic idea behind most DEXs on Base, including Aerodrome. If you want the deeper mechanics of how a pool prices a trade and why large trades move the price more than small ones, our articles on how a token swap works under the hood and price impact versus slippage cover that in detail.

Later versions of Uniswap refined this model. Uniswap v3 introduced concentrated liquidity, letting LPs choose a specific price range for their capital instead of spreading it across all possible prices, which makes liquidity more efficient. Uniswap v4 went further with a system of customizable "hooks" that let developers plug custom logic into a pool. We have a dedicated article on Uniswap v4 hooks if you want to go deeper on that specific feature.

Uniswap's place in the Base ecosystem

Base is Coinbase's Ethereum layer 2 network, and Uniswap was among the DeFi protocols available when Base's public mainnet opened to users in August 2023. Since then, Uniswap pools on Base have become one of the deeper sources of onchain liquidity for pairs like ETH, USDC, and a wide range of other tokens that trade on the network.

In practice, this means Uniswap pools often show up as part of the route a swap takes, even when you are using a different interface. Many wallets and swap tools, including DEX aggregators, scan multiple pools across multiple protocols and split or route your trade through whichever combination gives the best price. If you are curious how that routing decision gets made, see our piece on DEX aggregators.

Liquidity providers earn fees, but take on real risk

Anyone can supply tokens to a Uniswap pool and earn a share of the trading fees generated by swaps that pass through it. This is often described as a way to earn yield on idle tokens, but it is not risk free. When the prices of the two pooled tokens move apart, LPs can end up with less value than if they had simply held the tokens, a dynamic known as impermanent loss. We break this down in our article on liquidity pools and impermanent loss. If you are only swapping and never supplying liquidity, this risk does not apply to you directly, but it is worth understanding since it affects how deep and stable a pool's liquidity tends to be.

The UNI token and governance

Uniswap has a governance token, UNI, launched in September 2020 partly through a large retroactive airdrop to early users of the protocol. UNI holders can vote on protocol matters such as treasury allocations and new deployments. Holding UNI is not required to use Uniswap pools for swapping, it is a separate, optional layer for people who want a say in how the protocol develops. As with any token, do your own research before treating it as anything more than a governance instrument, and see our article on market cap versus fully diluted valuation if you are evaluating any token's supply figures.

What this means for you as a swapper

You generally do not need to think about Uniswap by name when swapping on Base. What is worth knowing is:

  • Liquidity depth still matters. A pool with thin reserves will give you worse pricing on larger trades, regardless of which protocol it belongs to. Check the price impact shown before you confirm a swap.
  • Always verify the token, not just the pool. A liquidity pool can exist for any token, including scam tokens with fake names copying a legitimate project. A deep, active Uniswap pool is a mildly reassuring signal, not proof a token is legitimate on its own. See our guide on researching a token before you swap it.
  • Approvals still apply. Swapping through a Uniswap pool, whether directly or through an aggregator, still requires a token approval the first time you trade a given token. Review what you are approving, and revoke old approvals you no longer need. Our article on checking and revoking token approvals walks through how.

The bottom line

Uniswap popularized the idea that you could trade tokens directly from your own wallet against a pool of liquidity instead of a centralized order book, and that model is now foundational to how swapping works across Base and the rest of DeFi. You do not need to interact with Uniswap's own interface to benefit from its liquidity, but understanding how AMM pools price trades helps explain why the number you see before confirming a swap can differ from the number after it executes, and why liquidity depth is one of the first things worth checking on any token.

Sources: Uniswap Base deployments, Uniswap governance token UNI, Base mainnet public launch, August 2023

Ready to try it yourself?

Create a non-custodial wallet on Base in seconds. No account, no sign-up.

Open the web app