Most guides tell you to use Uniswap. On Base that is the second-biggest venue. Here is what the volume actually says, measured rather than assumed.
This is not a directory listing. We took the busiest pools on Base and tallied where the 24-hour volume actually sat.
| Venue | Share of volume | What it is |
|---|---|---|
| Aerodrome Slipstream | ~45% | Concentrated liquidity, Velodrome lineage |
| Uniswap V4 | 25.0% | Singleton PoolManager |
| PancakeSwap V3 | 14.7% | Uniswap V3 fork |
| Uniswap V3 | 14.1% | Router 0x2626664c…e481 |
| Hydrex Integral | 0.6% | — |
| Uniswap V2 | 0.2% | Constant product |
Aerodrome is the market on Base. Its Slipstream pools plus the other Aerodrome variants come to roughly 45% of volume. Uniswap V4 and V3 together are about 39%. If your mental model of Base is “it’s a Uniswap chain”, your routing is starting from the wrong place.
We probed the fifteen busiest contracts calling swap() on Aerodrome pools.
Not one of them exposes a standard router interface — no factory(),
no WETH9(). Aerodrome’s flow arrives through aggregators, not through a single
public SwapRouter the way Uniswap’s does.
The practical consequence for you: on Base, an aggregator is not a convenience, it is how the biggest venue is reached in the first place.
A representative 1 WETH → USDC quote came back at about $0.013 of gas. Base is cheap enough that trade size is not constrained by gas, which is not true everywhere — the same quote on HyperEVM cost roughly 580× more. That comparison is here.
“Top 10 wallets hold 0%” sounds perfect and usually means nobody holds the token at all — the supply is still sitting in the pool contract. On a sample of fresh launches we measured, seven in eight would have shown a reassuring 0% for exactly that reason. Ask what share of supply is in wallets at all before you read a concentration number.
A creator who has launched dozens of tokens in a week is running a production line. That is knowable before you buy and it is the single cheapest check available.
Plenty of tokens are easy to buy and hard to sell. A round-trip simulation prices the exit before you take the entry.
Straight answer: Schwep does not trade Base yet. It trades Robinhood Chain today. The Base integration — market data, the venue map above, and routing through an aggregator so Aerodrome is reachable — is built and tested. Trading switches on when the routing contract is deployed to Base. If you want it the day it lands, the terminal is here.